[arch-commits] Commit in kdeaccessibility-kmousetool/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Sun Aug 21 02:34:04 UTC 2016
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 <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+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 <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+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
+}
More information about the arch-commits
mailing list