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

Antonio Rojas arojas at archlinux.org
Thu Mar 4 14:59:22 UTC 2021


    Date: Thursday, March 4, 2021 @ 14:59:21
  Author: arojas
Revision: 409214

archrelease: copy trunk to extra-x86_64

Added:
  kmousetool/repos/extra-x86_64/PKGBUILD
    (from rev 409213, kmousetool/trunk/PKGBUILD)
Deleted:
  kmousetool/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-04 14:59:13 UTC (rev 409213)
+++ PKGBUILD	2021-03-04 14:59:21 UTC (rev 409214)
@@ -1,30 +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=20.12.2
-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 kde-accessibility)
-depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools libxt)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('94819ddf8b288a6325167bb9784877ace2fbdaa23e8c94ed2032bbaafb677979'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
-              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 409213, kmousetool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-04 14:59:21 UTC (rev 409214)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kmousetool
+pkgver=20.12.3
+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 kde-accessibility)
+depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools libxt)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6a007e43c59cf7c312fbdd5b1235360b661f50a86a3b0218be429e50aae45277'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list