Date: Wednesday, May 14, 2014 @ 21:55:29 Author: svenstaro Revision: 212501
archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdeaccessibility-kmousetool/repos/testing-i686/ kdeaccessibility-kmousetool/repos/testing-i686/PKGBUILD (from rev 212500, kdeaccessibility-kmousetool/trunk/PKGBUILD) kdeaccessibility-kmousetool/repos/testing-i686/kdeaccessibility-kmousetool.install (from rev 212500, kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install) kdeaccessibility-kmousetool/repos/testing-x86_64/ kdeaccessibility-kmousetool/repos/testing-x86_64/PKGBUILD (from rev 212500, kdeaccessibility-kmousetool/trunk/PKGBUILD) kdeaccessibility-kmousetool/repos/testing-x86_64/kdeaccessibility-kmousetool.install (from rev 212500, 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 212500, kdeaccessibility-kmousetool/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2014-05-14 19:55:29 UTC (rev 212501) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeaccessibility-kmousetool +pkgver=4.13.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=('21026106902163c4e732aa8d5dde0a7c14b96f17') + +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 212500, kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install) =================================================================== --- testing-i686/kdeaccessibility-kmousetool.install (rev 0) +++ testing-i686/kdeaccessibility-kmousetool.install 2014-05-14 19:55:29 UTC (rev 212501) @@ -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 212500, kdeaccessibility-kmousetool/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2014-05-14 19:55:29 UTC (rev 212501) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeaccessibility-kmousetool +pkgver=4.13.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=('21026106902163c4e732aa8d5dde0a7c14b96f17') + +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 212500, kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install) =================================================================== --- testing-x86_64/kdeaccessibility-kmousetool.install (rev 0) +++ testing-x86_64/kdeaccessibility-kmousetool.install 2014-05-14 19:55:29 UTC (rev 212501) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}