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

Andrea Scarpino andrea at archlinux.org
Wed Jun 27 13:09:50 UTC 2012


    Date: Wednesday, June 27, 2012 @ 09:09:50
  Author: andrea
Revision: 162574

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
    (from rev 162573, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
    (from rev 162573, kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 162573, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install
    (from rev 162573, kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
Deleted:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install

---------------------------------------------------------+
 kde-unstable-i686/PKGBUILD                              |   66 +++++++-------
 kde-unstable-i686/kdeaccessibility-kmousetool.install   |   22 ++--
 kde-unstable-x86_64/PKGBUILD                            |   66 +++++++-------
 kde-unstable-x86_64/kdeaccessibility-kmousetool.install |   22 ++--
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2012-06-27 13:09:23 UTC (rev 162573)
+++ kde-unstable-i686/PKGBUILD	2012-06-27 13:09:50 UTC (rev 162574)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=4.8.90
-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=('f447f5a9f006fc067edde485b4e84bacfef208f5')
-
-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-i686/PKGBUILD (from rev 162573, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2012-06-27 13:09:50 UTC (rev 162574)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.8.95
+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=('96bfecd0e7359e622bb336d7b20a24446a013379')
+
+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
+}

Deleted: kde-unstable-i686/kdeaccessibility-kmousetool.install
===================================================================
--- kde-unstable-i686/kdeaccessibility-kmousetool.install	2012-06-27 13:09:23 UTC (rev 162573)
+++ kde-unstable-i686/kdeaccessibility-kmousetool.install	2012-06-27 13:09:50 UTC (rev 162574)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install (from rev 162573, kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
===================================================================
--- kde-unstable-i686/kdeaccessibility-kmousetool.install	                        (rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmousetool.install	2012-06-27 13:09:50 UTC (rev 162574)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2012-06-27 13:09:23 UTC (rev 162573)
+++ kde-unstable-x86_64/PKGBUILD	2012-06-27 13:09:50 UTC (rev 162574)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=4.8.90
-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=('f447f5a9f006fc067edde485b4e84bacfef208f5')
-
-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/PKGBUILD (from rev 162573, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2012-06-27 13:09:50 UTC (rev 162574)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.8.95
+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=('96bfecd0e7359e622bb336d7b20a24446a013379')
+
+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
+}

Deleted: kde-unstable-x86_64/kdeaccessibility-kmousetool.install
===================================================================
--- kde-unstable-x86_64/kdeaccessibility-kmousetool.install	2012-06-27 13:09:23 UTC (rev 162573)
+++ kde-unstable-x86_64/kdeaccessibility-kmousetool.install	2012-06-27 13:09:50 UTC (rev 162574)
@@ -1,11 +0,0 @@
-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/kdeaccessibility-kmousetool.install (from rev 162573, kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
===================================================================
--- kde-unstable-x86_64/kdeaccessibility-kmousetool.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-kmousetool.install	2012-06-27 13:09:50 UTC (rev 162574)
@@ -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