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

2020-11-05 Thread Antonio Rojas via arch-commits
Date: Thursday, November 5, 2020 @ 14:59:39
  Author: arojas
Revision: 399366

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-05 14:59:25 UTC (rev 399365)
+++ PKGBUILD2020-11-05 14:59:39 UTC (rev 399366)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=20.08.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=('c1f70c172dc2ad7d937db5e6355522082f924ba45e7aac1bbb1c04e230f1d406'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-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 399365, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-05 14:59:39 UTC (rev 399366)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=20.08.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=('743d26d8d08e8a151587e334c9ff6a28b390fe861b5756fecf8264eda7b71f27'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-10-09 Thread Antonio Rojas via arch-commits
Date: Friday, October 9, 2020 @ 13:20:51
  Author: arojas
Revision: 397660

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-09 13:20:41 UTC (rev 397659)
+++ PKGBUILD2020-10-09 13:20:51 UTC (rev 397660)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=20.08.1
-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=('c1d769efdd318eb1e29905122c579c72a41da74b45a076b79cf177b1800e1464'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-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 397659, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-09 13:20:51 UTC (rev 397660)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=20.08.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=('c1f70c172dc2ad7d937db5e6355522082f924ba45e7aac1bbb1c04e230f1d406'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-09-03 Thread Antonio Rojas via arch-commits
Date: Thursday, September 3, 2020 @ 11:26:45
  Author: arojas
Revision: 395229

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-03 11:26:36 UTC (rev 395228)
+++ PKGBUILD2020-09-03 11:26:45 UTC (rev 395229)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=20.08.0
-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=('285d947548ee863de6274888b097e19aff39ed2bb8cdd33e37707c39c8417863'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-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 395228, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-03 11:26:45 UTC (rev 395229)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=20.08.1
+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=('c1d769efdd318eb1e29905122c579c72a41da74b45a076b79cf177b1800e1464'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-06-11 Thread Antonio Rojas via arch-commits
Date: Thursday, June 11, 2020 @ 18:31:51
  Author: arojas
Revision: 388877

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   64 +++--
 1 file changed, 29 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 18:31:37 UTC (rev 388876)
+++ PKGBUILD2020-06-11 18:31:51 UTC (rev 388877)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=20.04.1
-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/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('28791546f1ca336e0e4a2a140c1daec1c77a40aa8a6e24dac2f8515f4606'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 388876, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-11 18:31:51 UTC (rev 388877)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=20.04.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=('b175ef353d9957072d7a23846c7b893ef78f327e88921f5dc7f0e3926e1b680d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-05-15 Thread Antonio Rojas via arch-commits
Date: Friday, May 15, 2020 @ 12:15:22
  Author: arojas
Revision: 383530

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 12:15:10 UTC (rev 383529)
+++ PKGBUILD2020-05-15 12:15:22 UTC (rev 383530)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=20.04.0
-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/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('19b217ef5ef33288cc96f8eac82f12deb0807a93813cb485bcb36c616363fe27'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 383529, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 12:15:22 UTC (rev 383530)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=20.04.1
+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/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('28791546f1ca336e0e4a2a140c1daec1c77a40aa8a6e24dac2f8515f4606'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-05 Thread Antonio Rojas via arch-commits
Date: Thursday, March 5, 2020 @ 13:44:35
  Author: arojas
Revision: 376630

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-05 13:44:26 UTC (rev 376629)
+++ PKGBUILD2020-03-05 13:44:35 UTC (rev 376630)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=19.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 kdeaccessibility)
-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=('dc882f59724037aa1c9b1490436f27b711cb672bb89d33e195ff42cedc69857b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 376629, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-05 13:44:35 UTC (rev 376630)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=19.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 kdeaccessibility)
+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=('3741aff20c778bb704c76df7ff005da36ef6c41b07fca35f257ba440741b8413'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-02-06 Thread Antonio Rojas via arch-commits
Date: Thursday, February 6, 2020 @ 12:19:43
  Author: arojas
Revision: 374798

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-06 12:19:33 UTC (rev 374797)
+++ PKGBUILD2020-02-06 12:19:43 UTC (rev 374798)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=19.12.1
-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/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d056fd05ffb900f65670e3a77dc8a0c08fbc02d86f4fba1b34dd8f6b5f60c3e5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 374797, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-06 12:19:43 UTC (rev 374798)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=19.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 kdeaccessibility)
+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=('dc882f59724037aa1c9b1490436f27b711cb672bb89d33e195ff42cedc69857b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-01-09 Thread Antonio Rojas via arch-commits
Date: Thursday, January 9, 2020 @ 12:32:32
  Author: arojas
Revision: 372911

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-09 12:32:19 UTC (rev 372910)
+++ PKGBUILD2020-01-09 12:32:32 UTC (rev 372911)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=19.12.0
-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/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3f4cba2a20b6002b0e88c235ad4660532facf6cfc881829ab9897385c50b8126'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 372910, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-09 12:32:32 UTC (rev 372911)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=19.12.1
+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/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d056fd05ffb900f65670e3a77dc8a0c08fbc02d86f4fba1b34dd8f6b5f60c3e5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-12 Thread Antonio Rojas via arch-commits
Date: Thursday, December 12, 2019 @ 13:23:01
  Author: arojas
Revision: 370919

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 13:22:53 UTC (rev 370918)
+++ PKGBUILD2019-12-12 13:23:01 UTC (rev 370919)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=19.08.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 kdeaccessibility)
-depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools libxt)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0434d4883d5478168c696ec1a43164ff09a15999416ff198b749d45981983399'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 370918, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 13:23:01 UTC (rev 370919)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=19.12.0
+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/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3f4cba2a20b6002b0e88c235ad4660532facf6cfc881829ab9897385c50b8126'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 13:02:49
  Author: arojas
Revision: 366971

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 13:02:42 UTC (rev 366970)
+++ PKGBUILD2019-11-07 13:02:49 UTC (rev 366971)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=19.08.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 kdeaccessibility)
-depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools libxt)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7cdc327e82548bf70c4ef4feab7a30938f3aefa1e80fccb343ce0d5ca8976ccb'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 366970, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 13:02:49 UTC (rev 366971)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=19.08.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 kdeaccessibility)
+depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools libxt)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0434d4883d5478168c696ec1a43164ff09a15999416ff198b749d45981983399'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-10 Thread Antonio Rojas via arch-commits
Date: Thursday, October 10, 2019 @ 11:53:54
  Author: arojas
Revision: 364408

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-10 11:53:53 UTC (rev 364407)
+++ PKGBUILD2019-10-10 11:53:54 UTC (rev 364408)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=19.08.1
-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/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d9a3164a0709fa0d2fc3e30ade2bd42c86fb73c7cf4adc341dd7e11e686f7956'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 364406, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-10 11:53:54 UTC (rev 364408)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=19.08.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 kdeaccessibility)
+depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools libxt)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7cdc327e82548bf70c4ef4feab7a30938f3aefa1e80fccb343ce0d5ca8976ccb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:09:42
  Author: arojas
Revision: 361789

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   71 ++---
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:09:35 UTC (rev 361788)
+++ PKGBUILD2019-09-05 12:09:42 UTC (rev 361789)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=19.08.0
-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/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3b2f5a4fcc3231c249923431059285e3f8371f7c8d53fcaea76dec3945a13b09'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 361788, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:09:42 UTC (rev 361789)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=19.08.1
+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/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d9a3164a0709fa0d2fc3e30ade2bd42c86fb73c7cf4adc341dd7e11e686f7956'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-07-11 Thread Antonio Rojas via arch-commits
Date: Thursday, July 11, 2019 @ 11:31:38
  Author: arojas
Revision: 357591

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-11 11:31:29 UTC (rev 357590)
+++ PKGBUILD2019-07-11 11:31:38 UTC (rev 357591)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=19.04.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 kdeaccessibility)
-depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools libxt)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4d3040a615b6ad6402d27111df6413195a8e489836d82efd157ed8499797c9c7'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 357590, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-11 11:31:38 UTC (rev 357591)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=19.04.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 kdeaccessibility)
+depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools libxt)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('15c4e02c02a993d2724320b6625e9a44d5658c47136dd9a9895897893305dbd0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-06 Thread Antonio Rojas via arch-commits
Date: Thursday, June 6, 2019 @ 10:39:01
  Author: arojas
Revision: 354973

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 10:38:51 UTC (rev 354972)
+++ PKGBUILD2019-06-06 10:39:01 UTC (rev 354973)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=19.04.1
-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)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fd0fcebda4d7303a9c6f1117c08e091d96bfddf92a64e1cde2dc6b555daa0624'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 354972, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 10:39:01 UTC (rev 354973)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=19.04.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 kdeaccessibility)
+depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools libxt)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4d3040a615b6ad6402d27111df6413195a8e489836d82efd157ed8499797c9c7'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-12 Thread Antonio Rojas via arch-commits
Date: Sunday, May 12, 2019 @ 13:51:08
  Author: arojas
Revision: 352977

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-12 13:50:58 UTC (rev 352976)
+++ PKGBUILD2019-05-12 13:51:08 UTC (rev 352977)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=19.04.0
-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)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('89e383a395ec5f1c7d25cc5fb45ecb73a3a0931919a2be533634d77c01cb3fa9'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 352976, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-12 13:51:08 UTC (rev 352977)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=19.04.1
+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)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fd0fcebda4d7303a9c6f1117c08e091d96bfddf92a64e1cde2dc6b555daa0624'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-07 Thread Antonio Rojas via arch-commits
Date: Thursday, March 7, 2019 @ 10:45:45
  Author: arojas
Revision: 347258

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 10:45:33 UTC (rev 347257)
+++ PKGBUILD2019-03-07 10:45:45 UTC (rev 347258)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=18.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 kdeaccessibility)
-depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools libxt)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('df00e368e54da50720ef7f53bc18e4e5ff5596d6b42ce2ccda40162477f709b6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 347257, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 10:45:45 UTC (rev 347258)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=18.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 kdeaccessibility)
+depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools libxt)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('34f6bb6f69c284e9cc88d8a31d59c16f003310c33e1e1affd5c363d18f8a91a8'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-02-07 Thread Antonio Rojas via arch-commits
Date: Thursday, February 7, 2019 @ 11:22:29
  Author: arojas
Revision: 345437

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-07 11:22:17 UTC (rev 345436)
+++ PKGBUILD2019-02-07 11:22:29 UTC (rev 345437)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=18.12.1
-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)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1dd91586383c0a42d1f65c4ee8a16ca18b4c01cfe572ffb1520e845267f7dc1f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 345436, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-07 11:22:29 UTC (rev 345437)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=18.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 kdeaccessibility)
+depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools libxt)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('df00e368e54da50720ef7f53bc18e4e5ff5596d6b42ce2ccda40162477f709b6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-10 Thread Antonio Rojas via arch-commits
Date: Thursday, January 10, 2019 @ 14:37:13
  Author: arojas
Revision: 343302

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-10 14:36:57 UTC (rev 343301)
+++ PKGBUILD2019-01-10 14:37:13 UTC (rev 343302)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=18.12.0
-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)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('60593618ba00d3eb21ae913fc676a2d023fe1208d400e8961056d2c34398dc02'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 343301, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-10 14:37:13 UTC (rev 343302)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=18.12.1
+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)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1dd91586383c0a42d1f65c4ee8a16ca18b4c01cfe572ffb1520e845267f7dc1f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-11-08 Thread Antonio Rojas via arch-commits
Date: Thursday, November 8, 2018 @ 11:00:31
  Author: arojas
Revision: 338174

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-08 11:00:16 UTC (rev 338173)
+++ PKGBUILD2018-11-08 11:00:31 UTC (rev 338174)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=18.08.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 kdeaccessibility)
-depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools libxt)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('516b14658ab5cf127d337e601e8d8902b7be2461882ec7463786d057e0c676db'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 338173, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-08 11:00:31 UTC (rev 338174)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=18.08.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 kdeaccessibility)
+depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools libxt)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5a83be6764c4cb439a0177c4940ebdfb595d98d6ca93f867d50eb0529a69ebe3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-11 Thread Antonio Rojas via arch-commits
Date: Thursday, October 11, 2018 @ 09:58:39
  Author: arojas
Revision: 336237

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-11 09:58:26 UTC (rev 336236)
+++ PKGBUILD2018-10-11 09:58:39 UTC (rev 336237)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=18.08.1
-pkgrel=2
-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)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9fdfe3ccf7cb46be83ac795daddcb26a8d9793e3a020502a27b20f9f75fb3737'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 336236, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-11 09:58:39 UTC (rev 336237)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=18.08.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 kdeaccessibility)
+depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools libxt)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('516b14658ab5cf127d337e601e8d8902b7be2461882ec7463786d057e0c676db'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-08 Thread Antonio Rojas via arch-commits
Date: Saturday, September 8, 2018 @ 10:03:35
  Author: arojas
Revision: 334118

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-08 10:03:13 UTC (rev 334117)
+++ PKGBUILD2018-09-08 10:03:35 UTC (rev 334118)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=18.08.1
-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 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools libxt)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9fdfe3ccf7cb46be83ac795daddcb26a8d9793e3a020502a27b20f9f75fb3737'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 334117, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-08 10:03:35 UTC (rev 334118)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=18.08.1
+pkgrel=2
+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)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9fdfe3ccf7cb46be83ac795daddcb26a8d9793e3a020502a27b20f9f75fb3737'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-06 Thread Antonio Rojas via arch-commits
Date: Thursday, September 6, 2018 @ 10:17:40
  Author: arojas
Revision: 333656

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-06 10:17:25 UTC (rev 333655)
+++ PKGBUILD2018-09-06 10:17:40 UTC (rev 333656)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=18.08.0
-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 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools libxt)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ee118ebe58411ed8f181fc2c17710acbc16480d325f2e65da6852bea2e449951'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 333655, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-06 10:17:40 UTC (rev 333656)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=18.08.1
+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 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools libxt)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9fdfe3ccf7cb46be83ac795daddcb26a8d9793e3a020502a27b20f9f75fb3737'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-07-12 Thread Antonio Rojas via arch-commits
Date: Thursday, July 12, 2018 @ 17:31:28
  Author: arojas
Revision: 328375

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-12 17:31:13 UTC (rev 328374)
+++ PKGBUILD2018-07-12 17:31:28 UTC (rev 328375)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=18.04.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 kdeaccessibility)
-depends=(knotifications kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools libxt)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8f32cd1e6355c4c6d41f1bdc6a9adfb9e1d1a68a44c24793e6d3217b5b6e7047'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 328374, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-12 17:31:28 UTC (rev 328375)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=18.04.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 kdeaccessibility)
+depends=(knotifications kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools libxt)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8480c9b74a72e0a37be14912b018cd884b377638219da5f76fd04227aac2d080'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-07 Thread Antonio Rojas via arch-commits
Date: Thursday, June 7, 2018 @ 10:00:27
  Author: arojas
Revision: 326267

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-07 10:00:15 UTC (rev 326266)
+++ PKGBUILD2018-06-07 10:00:27 UTC (rev 326267)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=18.04.1
-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 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools libxt)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1d3f2a6443164b835e3f2753f986c8a96d320c7e30a5fb0f819997e67c9ae521'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 326266, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-07 10:00:27 UTC (rev 326267)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=18.04.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 kdeaccessibility)
+depends=(knotifications kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools libxt)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8f32cd1e6355c4c6d41f1bdc6a9adfb9e1d1a68a44c24793e6d3217b5b6e7047'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 11:56:07
  Author: arojas
Revision: 323730

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 11:55:54 UTC (rev 323729)
+++ PKGBUILD2018-05-10 11:56:07 UTC (rev 323730)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=18.04.0
-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 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools libxt)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('27bf836cc4bfbd28859a982a6c7d61777642c7d9befac915b5751029b8af66d8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 323729, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 11:56:07 UTC (rev 323730)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=18.04.1
+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 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools libxt)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1d3f2a6443164b835e3f2753f986c8a96d320c7e30a5fb0f819997e67c9ae521'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-08 Thread Antonio Rojas via arch-commits
Date: Thursday, March 8, 2018 @ 14:30:25
  Author: arojas
Revision: 318081

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-08 14:30:04 UTC (rev 318080)
+++ PKGBUILD2018-03-08 14:30:25 UTC (rev 318081)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=17.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 kdeaccessibility)
-depends=(knotifications kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python libxt)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d229b50f9a563c477fab5bcf99113d878b22bd73571d49eca199a3908d247b22'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 318080, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-08 14:30:25 UTC (rev 318081)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=17.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 kdeaccessibility)
+depends=(knotifications kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python libxt)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3f459be0049b1ee9c6bd59178110eda861f02505c7bd7b78248bad6eb9ff7b3d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 16:54:36
  Author: arojas
Revision: 316308

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 16:54:16 UTC (rev 316307)
+++ PKGBUILD2018-02-08 16:54:36 UTC (rev 316308)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=17.12.1
-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 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python libxt)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('004e25cb43a3fc0952183e159429d11f6193a62c11f8b9a4d6248a8416c17de1'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 316307, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 16:54:36 UTC (rev 316308)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=17.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 kdeaccessibility)
+depends=(knotifications kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python libxt)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d229b50f9a563c477fab5bcf99113d878b22bd73571d49eca199a3908d247b22'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-11 Thread Antonio Rojas via arch-commits
Date: Thursday, January 11, 2018 @ 16:57:08
  Author: arojas
Revision: 314442

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-11 16:56:52 UTC (rev 314441)
+++ PKGBUILD2018-01-11 16:57:08 UTC (rev 314442)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=17.12.0
-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 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python libxt)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8072b4c6e4bc771ecb4c5fbdcf16204df134476b8cf08966bcc1246605bef34f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 314441, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-11 16:57:08 UTC (rev 314442)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=17.12.1
+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 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python libxt)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('004e25cb43a3fc0952183e159429d11f6193a62c11f8b9a4d6248a8416c17de1'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-11-09 Thread Antonio Rojas
Date: Thursday, November 9, 2017 @ 13:36:39
  Author: arojas
Revision: 309154

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 13:36:22 UTC (rev 309153)
+++ PKGBUILD2017-11-09 13:36:39 UTC (rev 309154)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmousetool
-pkgver=17.08.2
-pkgrel=1
-arch=(i686 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 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python libxt)
-conflicts=(kdeaccessibility-kmousetool)
-replaces=(kdeaccessibility-kmousetool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5ad4e56224ed5477924c242cbf89d5cedb23b11d08f4248f890022a4c143a6f8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 309153, 
kmousetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 13:36:39 UTC (rev 309154)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmousetool
+pkgver=17.08.3
+pkgrel=1
+arch=(i686 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 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python libxt)
+conflicts=(kdeaccessibility-kmousetool)
+replaces=(kdeaccessibility-kmousetool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3ba4d8a4dc93a25eeb0dfc154a5adf0fa74d71fe7e868b06f9970b42f4565f78'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}