[arch-commits] Commit in kmousetool/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Nov 29 23:24:03 UTC 2019


    Date: Friday, November 29, 2019 @ 23:24:02
  Author: arojas
Revision: 370006

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kmousetool/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 370005, kmousetool/kde-unstable/PKGBUILD)
Deleted:
  kmousetool/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 35 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-29 23:23:53 UTC (rev 370005)
+++ PKGBUILD	2019-11-29 23:24:02 UTC (rev 370006)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kmousetool
-pkgver=19.11.80
-pkgrel=1
-arch=(x86_64)
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='https://kde.org/applications/utilities/kmousetool/'
-license=(GPL FDL)
-groups=(kde-applications kdeaccessibility)
-depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools libxt)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-         kmousetool-qt-5.14.patch::"https://phabricator.kde.org/file/data/zfoj33sv5tfzejyigb6i/PHID-FILE-wvp5ew6fji5w6zxp6q5n/D25095.diff")
-sha256sums=('ee118a93785ae31d0c681c679eb5ac9a957f3250969a0ab5ccd25706d8928657'
-            'SKIP'
-            '749a32d1c55c9b8148fe0ceffe15f508fb6bf4ac6f27979a7f47165f569f92b9')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kmousetool-qt-5.14.patch # Fix build with Qt 5.14
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/kde-unstable-x86_64/PKGBUILD (from rev 370005, kmousetool/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-29 23:24:02 UTC (rev 370006)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kmousetool
+pkgver=19.11.90
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='https://kde.org/applications/utilities/kmousetool/'
+license=(GPL FDL)
+groups=(kde-applications kdeaccessibility)
+depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools libxt)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('68bdc64f0a4ba8d09ee8df8d0da1e6f01db624385af725df2275be6a2be9080f'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list