[arch-commits] Commit in kcm-wacomtablet/repos (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Mon Jan 17 19:33:34 UTC 2022


    Date: Monday, January 17, 2022 @ 19:33:33
  Author: arojas
Revision: 1108090

archrelease: copy trunk to community-staging-x86_64

Added:
  kcm-wacomtablet/repos/community-staging-x86_64/
  kcm-wacomtablet/repos/community-staging-x86_64/PKGBUILD
    (from rev 1108089, kcm-wacomtablet/trunk/PKGBUILD)
  kcm-wacomtablet/repos/community-staging-x86_64/add_missing_includes.diff
    (from rev 1108089, kcm-wacomtablet/trunk/add_missing_includes.diff)

---------------------------+
 PKGBUILD                  |   38 ++++++++++++++++++++++++++++++++++++++
 add_missing_includes.diff |   11 +++++++++++
 2 files changed, 49 insertions(+)

Copied: kcm-wacomtablet/repos/community-staging-x86_64/PKGBUILD (from rev 1108089, kcm-wacomtablet/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-01-17 19:33:33 UTC (rev 1108090)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+# Contributor: Dylon Edwards <deltaecho at archlinux.us>
+
+pkgname=kcm-wacomtablet
+pkgver=3.2.0
+pkgrel=5
+epoch=1
+pkgdesc='KDE GUI for the Wacom Linux Drivers'
+arch=(x86_64)
+url='https://invent.kde.org/kde/wacomtablet.git'
+license=(GPL)
+depends=(xf86-input-wacom plasma-workspace)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/wacomtablet/$pkgver/wacomtablet-$pkgver.tar.xz{,.sig}
+        add_missing_includes.diff
+        wacomtablet-qt5.15.patch::https://invent.kde.org/system/wacomtablet/-/commit/4f73ff02.patch)
+sha256sums=('c80ce63a41f6fcbb50ac4c2130ed2f8273c4b744e62e33d4b714bf83e8e5f7a4'
+            'SKIP'
+            '143b2e81e5152c2f1db6e03089b32d9b9fdf1e61739743179b0efb299eb5b44d'
+            '8cb4ca5b3b1fb65cd14a1c6dd20cca249e183169eeb43aef90b056dda7465c32')
+validpgpkeys=('E6E4C916590026E45836A12EA8896AFDFEF5DF53') # Valeriy Malov
+
+prepare() {
+  patch -d wacomtablet-$pkgver -p1 -i ../add_missing_includes.diff
+  patch -d wacomtablet-$pkgver -p1 -i ../wacomtablet-qt5.15.patch # Fix build with Qt 5.15
+}
+
+build() {
+  cmake -B build -S wacomtablet-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Copied: kcm-wacomtablet/repos/community-staging-x86_64/add_missing_includes.diff (from rev 1108089, kcm-wacomtablet/trunk/add_missing_includes.diff)
===================================================================
--- community-staging-x86_64/add_missing_includes.diff	                        (rev 0)
+++ community-staging-x86_64/add_missing_includes.diff	2022-01-17 19:33:33 UTC (rev 1108090)
@@ -0,0 +1,11 @@
+diff -rup wacomtablet-3.1.0/src/kcmodule/styluspagewidget.cpp wacomtablet-3.1.0.new/src/kcmodule/styluspagewidget.cpp
+--- wacomtablet-3.1.0/src/kcmodule/styluspagewidget.cpp	2018-06-22 15:07:58.000000000 +0200
++++ wacomtablet-3.1.0.new/src/kcmodule/styluspagewidget.cpp	2018-07-10 17:38:09.239242847 +0200
+@@ -25,6 +25,7 @@
+ #include "profilemanagement.h"
+ 
+ // common includes
++#include "logging.h"
+ #include "property.h"
+ #include "deviceprofile.h"
+ #include "dbustabletinterface.h"



More information about the arch-commits mailing list