[arch-commits] Commit in kcm-wacomtablet/repos/community-x86_64 (4 files)

Lukas Jirkovsky stativ at archlinux.org
Sat Aug 17 13:21:08 UTC 2019


    Date: Saturday, August 17, 2019 @ 13:21:06
  Author: stativ
Revision: 499977

archrelease: copy trunk to community-x86_64

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

---------------------------+
 PKGBUILD                  |   82 ++++++++++++++++++++++----------------------
 add_missing_includes.diff |   22 +++++------
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-17 13:20:32 UTC (rev 499976)
+++ PKGBUILD	2019-08-17 13:21:06 UTC (rev 499977)
@@ -1,41 +0,0 @@
-# Maintainer: 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.1.1
-pkgrel=1
-epoch=1
-pkgdesc="KDE GUI for the Wacom Linux Drivers"
-arch=('i686' 'x86_64')
-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}
-        "add_missing_includes.diff")
-sha256sums=('b328a56700f707694d879a69c7626dcfbe04c18be10bdde77c6a71770729678b'
-            'SKIP'
-            '143b2e81e5152c2f1db6e03089b32d9b9fdf1e61739743179b0efb299eb5b44d')
-validpgpkeys=('E6E4C916590026E45836A12EA8896AFDFEF5DF53') # Valeriy Malov
-
-prepare() {
-  cd "$srcdir/wacomtablet-$pkgver"
-  patch -Np1 < "$srcdir/add_missing_includes.diff"
-}
-
-build() {
-  cd "$srcdir/wacomtablet-$pkgver"
-
-  cmake . \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$srcdir/wacomtablet-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kcm-wacomtablet/repos/community-x86_64/PKGBUILD (from rev 499976, kcm-wacomtablet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-17 13:21:06 UTC (rev 499977)
@@ -0,0 +1,41 @@
+# Maintainer: 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=1
+epoch=1
+pkgdesc="KDE GUI for the Wacom Linux Drivers"
+arch=('i686' 'x86_64')
+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}
+        "add_missing_includes.diff")
+sha256sums=('c80ce63a41f6fcbb50ac4c2130ed2f8273c4b744e62e33d4b714bf83e8e5f7a4'
+            'SKIP'
+            '143b2e81e5152c2f1db6e03089b32d9b9fdf1e61739743179b0efb299eb5b44d')
+validpgpkeys=('E6E4C916590026E45836A12EA8896AFDFEF5DF53') # Valeriy Malov
+
+prepare() {
+  cd "$srcdir/wacomtablet-$pkgver"
+  patch -Np1 < "$srcdir/add_missing_includes.diff"
+}
+
+build() {
+  cd "$srcdir/wacomtablet-$pkgver"
+
+  cmake . \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/wacomtablet-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: add_missing_includes.diff
===================================================================
--- add_missing_includes.diff	2019-08-17 13:20:32 UTC (rev 499976)
+++ add_missing_includes.diff	2019-08-17 13:21:06 UTC (rev 499977)
@@ -1,11 +0,0 @@
-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"

Copied: kcm-wacomtablet/repos/community-x86_64/add_missing_includes.diff (from rev 499976, kcm-wacomtablet/trunk/add_missing_includes.diff)
===================================================================
--- add_missing_includes.diff	                        (rev 0)
+++ add_missing_includes.diff	2019-08-17 13:21:06 UTC (rev 499977)
@@ -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