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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 8 08:36:32 UTC 2014


    Date: Saturday, March 8, 2014 @ 09:36:32
  Author: andrea
Revision: 207201

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 207200, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
    (from rev 207200, kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 207200, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install
    (from rev 207200, kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)

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

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD (from rev 207200, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-03-08 08:36:32 UTC (rev 207201)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.12.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.xz")
+sha1sums=('b8ecb3e951de70d5ce4a8922f18dd125e19d0328')
+
+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/kde-unstable-i686/kdeaccessibility-kmousetool.install (from rev 207200, kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
===================================================================
--- kde-unstable-i686/kdeaccessibility-kmousetool.install	                        (rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmousetool.install	2014-03-08 08:36:32 UTC (rev 207201)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 207200, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-03-08 08:36:32 UTC (rev 207201)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.12.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.xz")
+sha1sums=('b8ecb3e951de70d5ce4a8922f18dd125e19d0328')
+
+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/kde-unstable-x86_64/kdeaccessibility-kmousetool.install (from rev 207200, kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
===================================================================
--- kde-unstable-x86_64/kdeaccessibility-kmousetool.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-kmousetool.install	2014-03-08 08:36:32 UTC (rev 207201)
@@ -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