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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Sep 20 16:12:01 UTC 2014


    Date: Saturday, September 20, 2014 @ 18:12:01
  Author: svenstaro
Revision: 222244

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

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

----------------------------------------------------+
 testing-i686/PKGBUILD                              |   32 +++++++++++++++++++
 testing-i686/kdeaccessibility-kmousetool.install   |   11 ++++++
 testing-x86_64/PKGBUILD                            |   32 +++++++++++++++++++
 testing-x86_64/kdeaccessibility-kmousetool.install |   11 ++++++
 4 files changed, 86 insertions(+)

Copied: kdeaccessibility-kmousetool/repos/testing-i686/PKGBUILD (from rev 222243, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-20 16:12:01 UTC (rev 222244)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.14.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' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kmousetool-${pkgver}.tar.xz")
+sha1sums=('25e1467c7f1f9ba6cfd64fa6dc2f543d36934c13')
+
+build() {
+  cd "${srcdir}"
+  mkdir 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-i686/kdeaccessibility-kmousetool.install (from rev 222243, kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
===================================================================
--- testing-i686/kdeaccessibility-kmousetool.install	                        (rev 0)
+++ testing-i686/kdeaccessibility-kmousetool.install	2014-09-20 16:12:01 UTC (rev 222244)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdeaccessibility-kmousetool/repos/testing-x86_64/PKGBUILD (from rev 222243, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-20 16:12:01 UTC (rev 222244)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.14.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' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kmousetool-${pkgver}.tar.xz")
+sha1sums=('25e1467c7f1f9ba6cfd64fa6dc2f543d36934c13')
+
+build() {
+  cd "${srcdir}"
+  mkdir 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/kdeaccessibility-kmousetool.install (from rev 222243, kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
===================================================================
--- testing-x86_64/kdeaccessibility-kmousetool.install	                        (rev 0)
+++ testing-x86_64/kdeaccessibility-kmousetool.install	2014-09-20 16:12:01 UTC (rev 222244)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list