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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 14:22:09
  Author: arojas
Revision: 300320

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   34 ---
 extra-x86_64/PKGBUILD |   34 ---
 3 files changed, 70 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 14:21:51 UTC (rev 300319)
+++ extra-i686/PKGBUILD 2017-07-13 14:22:09 UTC (rev 300320)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=17.04.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=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha256sums=('60cc504a436f490aad6b39f6dbab55f0322b83105189dfb8f2692c3dfd38ba18'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD (from rev 300319, 
kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 14:22:09 UTC (rev 300320)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=17.04.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=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
+sha256sums=('aaf8e8d21220eee741b4b2309b0bca6e24d523f50c34c91678e5e889f7a6c721'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 14:21:51 UTC (rev 300319)
+++ extra-x86_64/PKGBUILD   2017-07-13 14:22:09 UTC (rev 300320)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=17.04.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=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha256sums=('60cc504a436f490aad6b39f6dbab55f0322b83105189dfb8f2692c3dfd38ba18'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD (from rev 
300319, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- 

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

2017-06-08 Thread Antonio Rojas
Date: Thursday, June 8, 2017 @ 11:24:31
  Author: arojas
Revision: 298221

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-08 11:24:13 UTC (rev 298220)
+++ extra-i686/PKGBUILD 2017-06-08 11:24:31 UTC (rev 298221)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=17.04.1
-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=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha256sums=('ea3ac19d177279947df127f5610f097ba04f98107211364e43ee3bcc399427bc'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD (from rev 298220, 
kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-08 11:24:31 UTC (rev 298221)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=17.04.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=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
+sha256sums=('60cc504a436f490aad6b39f6dbab55f0322b83105189dfb8f2692c3dfd38ba18'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-08 11:24:13 UTC (rev 298220)
+++ extra-x86_64/PKGBUILD   2017-06-08 11:24:31 UTC (rev 298221)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=17.04.1
-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=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha256sums=('ea3ac19d177279947df127f5610f097ba04f98107211364e43ee3bcc399427bc'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD (from rev 
298220, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

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

2017-05-11 Thread Antonio Rojas
Date: Thursday, May 11, 2017 @ 10:28:10
  Author: arojas
Revision: 295649

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-11 10:27:51 UTC (rev 295648)
+++ extra-i686/PKGBUILD 2017-05-11 10:28:10 UTC (rev 295649)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=17.04.0
-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=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha256sums=('1ae479bedd875ab18a49f8a14091f322d24f37d3c81d82dd3f083c15465e1e32'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD (from rev 295648, 
kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-11 10:28:10 UTC (rev 295649)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=17.04.1
+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=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ea3ac19d177279947df127f5610f097ba04f98107211364e43ee3bcc399427bc'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-05-11 10:27:51 UTC (rev 295648)
+++ extra-x86_64/PKGBUILD   2017-05-11 10:28:10 UTC (rev 295649)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=17.04.0
-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=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha256sums=('1ae479bedd875ab18a49f8a14091f322d24f37d3c81d82dd3f083c15465e1e32'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD (from rev 
295648, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

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

2017-04-20 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 08:12:36
  Author: arojas
Revision: 293366

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
(from rev 293365, kdeaccessibility-kmousetool/trunk/PKGBUILD)
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293365, kdeaccessibility-kmousetool/trunk/PKGBUILD)
Deleted:
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   34 ++
 kde-unstable-i686/PKGBUILD   |   34 ++
 kde-unstable-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 34 deletions(-)

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD (from rev 
293365, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-04-20 08:12:36 UTC (rev 293366)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=17.04.0
+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=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1ae479bedd875ab18a49f8a14091f322d24f37d3c81d82dd3f083c15465e1e32'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-04-20 08:12:19 UTC (rev 293365)
+++ kde-unstable-x86_64/PKGBUILD2017-04-20 08:12:36 UTC (rev 293366)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=17.03.90
-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=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha256sums=('282977bda95fde9a2d240a5717f69d890a6f9bd7d8d42a416c488a4a39ec626d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 293365, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-04-20 08:12:36 UTC (rev 293366)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=17.04.0
+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=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1ae479bedd875ab18a49f8a14091f322d24f37d3c81d82dd3f083c15465e1e32'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


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

2017-03-09 Thread Antonio Rojas
Date: Thursday, March 9, 2017 @ 16:36:29
  Author: arojas
Revision: 290282

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-09 16:36:10 UTC (rev 290281)
+++ extra-i686/PKGBUILD 2017-03-09 16:36:29 UTC (rev 290282)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.12.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha1sums=('e88bcf1740bb82ddfa6ea3848dc38288c27d1b21'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD (from rev 290281, 
kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-09 16:36:29 UTC (rev 290282)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.12.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=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
+sha256sums=('efed807d01bd935e0245dd32e5889bf06d113134d233068cd5423893a4d4e898'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-09 16:36:10 UTC (rev 290281)
+++ extra-x86_64/PKGBUILD   2017-03-09 16:36:29 UTC (rev 290282)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.12.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha1sums=('e88bcf1740bb82ddfa6ea3848dc38288c27d1b21'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD (from rev 
290281, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-09 16:36:29 UTC (rev 290282)
@@ -0,0 +1,34 @@
+# 

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

2017-02-09 Thread Antonio Rojas
Date: Thursday, February 9, 2017 @ 13:56:59
  Author: arojas
Revision: 288346

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-09 13:56:40 UTC (rev 288345)
+++ extra-i686/PKGBUILD 2017-02-09 13:56:59 UTC (rev 288346)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.12.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha1sums=('2523d7d42aa0c09cc046cfcf38547a9a5d217684'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD (from rev 288345, 
kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-09 13:56:59 UTC (rev 288346)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.12.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
+sha1sums=('e88bcf1740bb82ddfa6ea3848dc38288c27d1b21'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-09 13:56:40 UTC (rev 288345)
+++ extra-x86_64/PKGBUILD   2017-02-09 13:56:59 UTC (rev 288346)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.12.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha1sums=('2523d7d42aa0c09cc046cfcf38547a9a5d217684'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD (from rev 
288345, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-09 13:56:59 UTC (rev 288346)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2017-01-12 Thread Antonio Rojas
Date: Thursday, January 12, 2017 @ 19:32:17
  Author: arojas
Revision: 285993

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 19:31:55 UTC (rev 285992)
+++ extra-i686/PKGBUILD 2017-01-12 19:32:17 UTC (rev 285993)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.12.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha1sums=('f194df030ce6a0c7d14d7bdd21bc99d2b5751167'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD (from rev 285992, 
kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 19:32:17 UTC (rev 285993)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
+sha1sums=('2523d7d42aa0c09cc046cfcf38547a9a5d217684'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-12 19:31:55 UTC (rev 285992)
+++ extra-x86_64/PKGBUILD   2017-01-12 19:32:17 UTC (rev 285993)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.12.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha1sums=('f194df030ce6a0c7d14d7bdd21bc99d2b5751167'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD (from rev 
285992, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-12 19:32:17 UTC (rev 285993)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2016-12-15 Thread Antonio Rojas
Date: Thursday, December 15, 2016 @ 11:07:57
  Author: arojas
Revision: 283385

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
(from rev 283384, kdeaccessibility-kmousetool/trunk/PKGBUILD)
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
(from rev 283384, kdeaccessibility-kmousetool/trunk/PKGBUILD)
Deleted:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   68 +
 kde-unstable-i686/PKGBUILD   |   34 
 kde-unstable-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-12-15 11:07:39 UTC (rev 283384)
+++ kde-unstable-i686/PKGBUILD  2016-12-15 11:07:57 UTC (rev 283385)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.11.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha1sums=('79d06e9e52dbd8045ca0e92cdbf3a22276802262'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD (from rev 
283384, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-15 11:07:57 UTC (rev 283385)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.12.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
+sha1sums=('f194df030ce6a0c7d14d7bdd21bc99d2b5751167'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-12-15 11:07:39 UTC (rev 283384)
+++ kde-unstable-x86_64/PKGBUILD2016-12-15 11:07:57 UTC (rev 283385)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.11.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha1sums=('79d06e9e52dbd8045ca0e92cdbf3a22276802262'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 283384, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD 

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

2016-12-02 Thread Antonio Rojas
Date: Saturday, December 3, 2016 @ 00:18:30
  Author: arojas
Revision: 282603

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

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

--+
 /PKGBUILD|   68 +
 kde-unstable-i686/PKGBUILD   |   34 
 kde-unstable-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-12-03 00:18:23 UTC (rev 282602)
+++ kde-unstable-i686/PKGBUILD  2016-12-03 00:18:30 UTC (rev 282603)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.11.80
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha1sums=('6b4d06106d4d14673fc8200ced36cb1383a58a6c'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD (from rev 
282602, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-03 00:18:30 UTC (rev 282603)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.11.90
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
+sha1sums=('79d06e9e52dbd8045ca0e92cdbf3a22276802262'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-12-03 00:18:23 UTC (rev 282602)
+++ kde-unstable-x86_64/PKGBUILD2016-12-03 00:18:30 UTC (rev 282603)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.11.80
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
-sha1sums=('6b4d06106d4d14673fc8200ced36cb1383a58a6c'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 282602, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===
--- 

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

2016-11-18 Thread Antonio Rojas
Date: Friday, November 18, 2016 @ 19:52:33
  Author: arojas
Revision: 281083

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kdeaccessibility-kmousetool/repos/staging-i686/
  kdeaccessibility-kmousetool/repos/staging-i686/PKGBUILD
(from rev 281082, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
  kdeaccessibility-kmousetool/repos/staging-x86_64/
  kdeaccessibility-kmousetool/repos/staging-x86_64/PKGBUILD
(from rev 281082, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: kdeaccessibility-kmousetool/repos/staging-i686/PKGBUILD (from rev 
281082, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-18 19:52:33 UTC (rev 281083)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.11.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
+sha1sums=('6b4d06106d4d14673fc8200ced36cb1383a58a6c'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeaccessibility-kmousetool/repos/staging-x86_64/PKGBUILD (from rev 
281082, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-18 19:52:33 UTC (rev 281083)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.11.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz"{,.sig})
+sha1sums=('6b4d06106d4d14673fc8200ced36cb1383a58a6c'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


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

2016-11-10 Thread Antonio Rojas
Date: Thursday, November 10, 2016 @ 18:21:14
  Author: arojas
Revision: 280352

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-10 18:21:07 UTC (rev 280351)
+++ extra-i686/PKGBUILD 2016-11-10 18:21:14 UTC (rev 280352)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.08.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('88bb4150ac39762073547d42f60db80f51d31e2c')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD (from rev 280351, 
kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-10 18:21:14 UTC (rev 280352)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.08.3
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('992e6f431c0525b12707369978691cc216674589')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-10 18:21:07 UTC (rev 280351)
+++ extra-x86_64/PKGBUILD   2016-11-10 18:21:14 UTC (rev 280352)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.08.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('88bb4150ac39762073547d42f60db80f51d31e2c')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD (from rev 
280351, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-10 18:21:14 UTC (rev 280352)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.08.3
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 

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

2016-10-13 Thread Antonio Rojas
Date: Thursday, October 13, 2016 @ 16:01:56
  Author: arojas
Revision: 278652

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-13 16:01:50 UTC (rev 278651)
+++ extra-i686/PKGBUILD 2016-10-13 16:01:56 UTC (rev 278652)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.08.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('762427b98fd8db23202d891d0358de13e5f07fe8')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD (from rev 278651, 
kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-13 16:01:56 UTC (rev 278652)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.08.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('88bb4150ac39762073547d42f60db80f51d31e2c')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-13 16:01:50 UTC (rev 278651)
+++ extra-x86_64/PKGBUILD   2016-10-13 16:01:56 UTC (rev 278652)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.08.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('762427b98fd8db23202d891d0358de13e5f07fe8')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD (from rev 
278651, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-13 16:01:56 UTC (rev 278652)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.08.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 

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

2016-09-08 Thread Antonio Rojas
Date: Thursday, September 8, 2016 @ 17:56:37
  Author: arojas
Revision: 275928

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-08 17:56:17 UTC (rev 275927)
+++ extra-i686/PKGBUILD 2016-09-08 17:56:37 UTC (rev 275928)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.08.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('c3b78512272ae7729f8223a2fdc3c87e31d05fd6')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD (from rev 275927, 
kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-08 17:56:37 UTC (rev 275928)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.08.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('762427b98fd8db23202d891d0358de13e5f07fe8')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-08 17:56:17 UTC (rev 275927)
+++ extra-x86_64/PKGBUILD   2016-09-08 17:56:37 UTC (rev 275928)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.08.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('c3b78512272ae7729f8223a2fdc3c87e31d05fd6')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD (from rev 
275927, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-08 17:56:37 UTC (rev 275928)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.08.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 

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

2016-08-20 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 02:34:04
  Author: felixonmars
Revision: 274231

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdeaccessibility-kmousetool/repos/testing-i686/
  kdeaccessibility-kmousetool/repos/testing-i686/PKGBUILD
(from rev 274230, kdeaccessibility-kmousetool/trunk/PKGBUILD)
  kdeaccessibility-kmousetool/repos/testing-x86_64/
  kdeaccessibility-kmousetool/repos/testing-x86_64/PKGBUILD
(from rev 274230, kdeaccessibility-kmousetool/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: kdeaccessibility-kmousetool/repos/testing-i686/PKGBUILD (from rev 
274230, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-21 02:34:04 UTC (rev 274231)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.08.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('c3b78512272ae7729f8223a2fdc3c87e31d05fd6')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeaccessibility-kmousetool/repos/testing-x86_64/PKGBUILD (from rev 
274230, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-21 02:34:04 UTC (rev 274231)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.08.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('c3b78512272ae7729f8223a2fdc3c87e31d05fd6')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}


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

2016-08-05 Thread Antonio Rojas
Date: Friday, August 5, 2016 @ 17:43:49
  Author: arojas
Revision: 273197

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

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

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-08-05 17:43:31 UTC (rev 273196)
+++ kde-unstable-i686/PKGBUILD  2016-08-05 17:43:49 UTC (rev 273197)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.07.80
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('7641069650bba221ca5636a4e2164673c9c771a4')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD (from rev 
273196, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-08-05 17:43:49 UTC (rev 273197)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.07.90
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('08d9ef3b147a9a5e772f12c924b4b7bda81728d1')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-08-05 17:43:31 UTC (rev 273196)
+++ kde-unstable-x86_64/PKGBUILD2016-08-05 17:43:49 UTC (rev 273197)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.07.80
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('7641069650bba221ca5636a4e2164673c9c771a4')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 273196, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-08-05 17:43:49 UTC (rev 273197)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.07.90
+pkgrel=1
+arch=('i686' 

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

2016-07-23 Thread Antonio Rojas
Date: Saturday, July 23, 2016 @ 18:24:21
  Author: arojas
Revision: 272288

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

Added:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
(from rev 272287, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
(from rev 272287, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD (from rev 
272287, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-23 18:24:21 UTC (rev 272288)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.07.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('7641069650bba221ca5636a4e2164673c9c771a4')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 272287, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-07-23 18:24:21 UTC (rev 272288)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.07.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('7641069650bba221ca5636a4e2164673c9c771a4')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}


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

2016-07-12 Thread Antonio Rojas
Date: Tuesday, July 12, 2016 @ 17:44:06
  Author: arojas
Revision: 271594

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-12 17:43:50 UTC (rev 271593)
+++ extra-i686/PKGBUILD 2016-07-12 17:44:06 UTC (rev 271594)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.04.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('706b7e91e43ae29036ddc3aac8966e41037aa4f5')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD (from rev 271593, 
kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-12 17:44:06 UTC (rev 271594)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.04.3
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('8b04b66957b4efd1a310bdbf86ce5b950cd4eba5')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-12 17:43:50 UTC (rev 271593)
+++ extra-x86_64/PKGBUILD   2016-07-12 17:44:06 UTC (rev 271594)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.04.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('706b7e91e43ae29036ddc3aac8966e41037aa4f5')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD (from rev 
271593, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-07-12 17:44:06 UTC (rev 271594)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.04.3
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 

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

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 16:44:27
  Author: arojas
Revision: 269797

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 16:44:11 UTC (rev 269796)
+++ extra-i686/PKGBUILD 2016-06-14 16:44:27 UTC (rev 269797)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('deb0c5442f88c4db426205f9f8d6508733de15f5')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD (from rev 269796, 
kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 16:44:27 UTC (rev 269797)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.04.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('706b7e91e43ae29036ddc3aac8966e41037aa4f5')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-14 16:44:11 UTC (rev 269796)
+++ extra-x86_64/PKGBUILD   2016-06-14 16:44:27 UTC (rev 269797)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('deb0c5442f88c4db426205f9f8d6508733de15f5')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD (from rev 
269796, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-14 16:44:27 UTC (rev 269797)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.04.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 

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

2016-05-10 Thread Antonio Rojas
Date: Tuesday, May 10, 2016 @ 18:33:56
  Author: arojas
Revision: 267424

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-10 16:33:39 UTC (rev 267423)
+++ extra-i686/PKGBUILD 2016-05-10 16:33:56 UTC (rev 267424)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.04.0
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('d10bd5503dc74e95a1083aad8591aaaed96bd037')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD (from rev 267423, 
kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-10 16:33:56 UTC (rev 267424)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.04.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('deb0c5442f88c4db426205f9f8d6508733de15f5')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-10 16:33:39 UTC (rev 267423)
+++ extra-x86_64/PKGBUILD   2016-05-10 16:33:56 UTC (rev 267424)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.04.0
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('d10bd5503dc74e95a1083aad8591aaaed96bd037')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD (from rev 
267423, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-10 16:33:56 UTC (rev 267424)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.04.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 

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

2012-01-28 Thread Andrea Scarpino
Date: Saturday, January 28, 2012 @ 05:33:31
  Author: andrea
Revision: 147811

db-move: moved kdeaccessibility-kmousetool from [testing] to [extra] (i686)

Added:
  kdeaccessibility-kmousetool/repos/extra-i686/
  kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD
(from rev 147757, kdeaccessibility-kmousetool/repos/testing-i686/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/extra-i686/kdeaccessibility-kmousetool.install
(from rev 147757, 
kdeaccessibility-kmousetool/repos/testing-i686/kdeaccessibility-kmousetool.install)
Deleted:
  kdeaccessibility-kmousetool/repos/testing-i686/

-+
 PKGBUILD|   33 +
 kdeaccessibility-kmousetool.install |   11 +++
 2 files changed, 44 insertions(+)

Copied: kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD (from rev 147757, 
kdeaccessibility-kmousetool/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-28 10:33:31 UTC (rev 147811)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmousetool-${pkgver}.tar.bz2;)
+sha1sums=('121fce8fd61772d044a48885918d2c0b500bb646')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmousetool/repos/extra-i686/kdeaccessibility-kmousetool.install
 (from rev 147757, 
kdeaccessibility-kmousetool/repos/testing-i686/kdeaccessibility-kmousetool.install)
===
--- extra-i686/kdeaccessibility-kmousetool.install  
(rev 0)
+++ extra-i686/kdeaccessibility-kmousetool.install  2012-01-28 10:33:31 UTC 
(rev 147811)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-01-28 Thread Andrea Scarpino
Date: Saturday, January 28, 2012 @ 05:33:32
  Author: andrea
Revision: 147812

db-move: moved kdeaccessibility-kmousetool from [testing] to [extra] (x86_64)

Added:
  kdeaccessibility-kmousetool/repos/extra-x86_64/
  kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD
(from rev 147757, kdeaccessibility-kmousetool/repos/testing-x86_64/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/extra-x86_64/kdeaccessibility-kmousetool.install
(from rev 147757, 
kdeaccessibility-kmousetool/repos/testing-x86_64/kdeaccessibility-kmousetool.install)
Deleted:
  kdeaccessibility-kmousetool/repos/testing-x86_64/

-+
 PKGBUILD|   33 +
 kdeaccessibility-kmousetool.install |   11 +++
 2 files changed, 44 insertions(+)

Copied: kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD (from rev 
147757, kdeaccessibility-kmousetool/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-28 10:33:32 UTC (rev 147812)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmousetool-${pkgver}.tar.bz2;)
+sha1sums=('121fce8fd61772d044a48885918d2c0b500bb646')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmousetool/repos/extra-x86_64/kdeaccessibility-kmousetool.install
 (from rev 147757, 
kdeaccessibility-kmousetool/repos/testing-x86_64/kdeaccessibility-kmousetool.install)
===
--- extra-x86_64/kdeaccessibility-kmousetool.install
(rev 0)
+++ extra-x86_64/kdeaccessibility-kmousetool.install2012-01-28 10:33:32 UTC 
(rev 147812)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2011-11-24 Thread Andrea Scarpino
Date: Thursday, November 24, 2011 @ 11:14:21
  Author: andrea
Revision: 143331

db-move: moved kdeaccessibility-kmousetool from [staging] to [kde-unstable] 
(i686)

Added:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
(from rev 143277, kdeaccessibility-kmousetool/repos/staging-i686/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
(from rev 143277, 
kdeaccessibility-kmousetool/repos/staging-i686/kdeaccessibility-kmousetool.install)
Deleted:
  kdeaccessibility-kmousetool/repos/staging-i686/

-+
 PKGBUILD|   33 +
 kdeaccessibility-kmousetool.install |   11 +++
 2 files changed, 44 insertions(+)

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD (from rev 
143277, kdeaccessibility-kmousetool/repos/staging-i686/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2011-11-24 16:14:21 UTC (rev 143331)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.7.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kmousetool-${pkgver}.tar.bz2;)
+sha1sums=('a5a3190ba645d1930ca561560f2f37f91dc550c9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
 (from rev 143277, 
kdeaccessibility-kmousetool/repos/staging-i686/kdeaccessibility-kmousetool.install)
===
--- kde-unstable-i686/kdeaccessibility-kmousetool.install   
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmousetool.install   2011-11-24 
16:14:21 UTC (rev 143331)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2011-11-24 Thread Andrea Scarpino
Date: Thursday, November 24, 2011 @ 11:14:23
  Author: andrea
Revision: 143332

db-move: moved kdeaccessibility-kmousetool from [staging] to [kde-unstable] 
(x86_64)

Added:
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
(from rev 143277, kdeaccessibility-kmousetool/repos/staging-x86_64/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install
(from rev 143277, 
kdeaccessibility-kmousetool/repos/staging-x86_64/kdeaccessibility-kmousetool.install)
Deleted:
  kdeaccessibility-kmousetool/repos/staging-x86_64/

-+
 PKGBUILD|   33 +
 kdeaccessibility-kmousetool.install |   11 +++
 2 files changed, 44 insertions(+)

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 143277, kdeaccessibility-kmousetool/repos/staging-x86_64/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2011-11-24 16:14:23 UTC (rev 143332)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.7.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kmousetool-${pkgver}.tar.bz2;)
+sha1sums=('a5a3190ba645d1930ca561560f2f37f91dc550c9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install
 (from rev 143277, 
kdeaccessibility-kmousetool/repos/staging-x86_64/kdeaccessibility-kmousetool.install)
===
--- kde-unstable-x86_64/kdeaccessibility-kmousetool.install 
(rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-kmousetool.install 2011-11-24 
16:14:23 UTC (rev 143332)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}