[arch-commits] Commit in kdeaccessibility-kmousetool (trunk trunk trunk/PKGBUILD)

2016-08-20 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 02:33:38
  Author: felixonmars
Revision: 274230

upgpkg: kdeaccessibility-kmousetool 16.08.0-1

Upstream release

Added:
  kdeaccessibility-kmousetool/trunk/
  kdeaccessibility-kmousetool/trunk/PKGBUILD
Deleted:
  kdeaccessibility-kmousetool/trunk/

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2016-08-21 02:33:38 UTC (rev 274230)
@@ -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
+}


Property changes on: kdeaccessibility-kmousetool/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in kdeaccessibility-kmousetool (trunk trunk trunk/PKGBUILD)

2012-07-26 Thread Andrea Scarpino
Date: Thursday, July 26, 2012 @ 12:55:25
  Author: andrea
Revision: 164102

KDE 4.9.0

Added:
  kdeaccessibility-kmousetool/trunk/
Modified:
  kdeaccessibility-kmousetool/trunk/PKGBUILD
Deleted:
  kdeaccessibility-kmousetool/trunk/

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/PKGBUILD
===
--- kde-unstable/PKGBUILD   2012-07-26 15:59:49 UTC (rev 164070)
+++ trunk/PKGBUILD  2012-07-26 16:55:25 UTC (rev 164102)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmousetool
-pkgver=4.8.97
+pkgver=4.9.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
@@ -12,8 +12,8 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('c5f413aeb0ff01d574e66bc310c8b074dd952cf5')
+source=(http://download.kde.org/stable/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('ea14b338f3f078fdffb3f7b0f69ebbddcc4b016d')
 
 build() {
   cd ${srcdir}