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

Andrea Scarpino andrea at archlinux.org
Thu Nov 24 16:14:23 UTC 2011


    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/PKGBUILD	2011-11-24 16:14:23 UTC (rev 143332)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at 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
+}




More information about the arch-commits mailing list