[arch-commits] Commit in kcm-wacomtablet/trunk (PKGBUILD add_missing_includes.diff)

Lukas Jirkovsky stativ at archlinux.org
Tue Jul 10 15:47:59 UTC 2018


    Date: Tuesday, July 10, 2018 @ 15:47:58
  Author: stativ
Revision: 356230

upgpkg: kcm-wacomtablet 1:3.1.0-1

update to 3.1.0

Added:
  kcm-wacomtablet/trunk/add_missing_includes.diff
Modified:
  kcm-wacomtablet/trunk/PKGBUILD

---------------------------+
 PKGBUILD                  |   13 ++++++++-----
 add_missing_includes.diff |   11 +++++++++++
 2 files changed, 19 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-10 15:47:16 UTC (rev 356229)
+++ PKGBUILD	2018-07-10 15:47:58 UTC (rev 356230)
@@ -4,22 +4,25 @@
 # Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
 # Contributor: Dylon Edwards <deltaecho at archlinux.us>
 pkgname=kcm-wacomtablet
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 epoch=1
 pkgdesc="KDE GUI for the Wacom Linux Drivers"
 arch=('i686' 'x86_64')
-url="https://www.linux-apps.com/p/1127862/"
+url="https://cgit.kde.org/wacomtablet.git"
 license=('GPL')
 depends=('plasma-framework' 'xf86-input-wacom')
 makedepends=('git' 'cmake' 'extra-cmake-modules' 'kdoctools')
-source=(https://download.kde.org/stable/wacomtablet/$pkgver/wacomtablet-$pkgver.tar.xz{,.sig})
-sha256sums=('1c9380f65782b4926da5de70bf99c6be5afd166981a51831dabaf7753b4b5c17'
-            'SKIP')
+source=("https://download.kde.org/stable/wacomtablet/$pkgver/wacomtablet-$pkgver.tar.xz"{,.sig}
+        "add_missing_includes.diff")
+sha256sums=('ac953f69aa5899b837ae46a8248b5ac18bfe79871c239485b6753e99e2776454'
+            'SKIP'
+            '143b2e81e5152c2f1db6e03089b32d9b9fdf1e61739743179b0efb299eb5b44d')
 validpgpkeys=('E6E4C916590026E45836A12EA8896AFDFEF5DF53') # Valeriy Malov
 
 prepare() {
   cd "$srcdir/wacomtablet-$pkgver"
+  patch -Np1 < "$srcdir/add_missing_includes.diff"
 }
 
 build() {

Added: add_missing_includes.diff
===================================================================
--- add_missing_includes.diff	                        (rev 0)
+++ add_missing_includes.diff	2018-07-10 15:47:58 UTC (rev 356230)
@@ -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