[arch-commits] Commit in kmousetool/repos (2 files)

Antonio Rojas arojas at archlinux.org
Sun Nov 17 23:52:45 UTC 2019


    Date: Sunday, November 17, 2019 @ 23:52:45
  Author: arojas
Revision: 369062

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

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

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

Copied: kmousetool/repos/kde-unstable-x86_64/PKGBUILD (from rev 369061, kmousetool/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2019-11-17 23:52:45 UTC (rev 369062)
@@ -0,0 +1,40 @@
+# 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
+}



More information about the arch-commits mailing list