Date: Tuesday, April 19, 2016 @ 14:05:59 Author: arojas Revision: 265295
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64 Added: kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD (from rev 265294, kdeaccessibility-kmousetool/trunk/PKGBUILD) kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install (from rev 265294, kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install) kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD (from rev 265294, kdeaccessibility-kmousetool/trunk/PKGBUILD) kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install (from rev 265294, kdeaccessibility-kmousetool/trunk/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 ---------------------------------------------------------+ /PKGBUILD | 66 ++++++++++++++ /kdeaccessibility-kmousetool.install | 22 ++++ kde-unstable-i686/PKGBUILD | 33 ------- kde-unstable-i686/kdeaccessibility-kmousetool.install | 11 -- kde-unstable-x86_64/PKGBUILD | 33 ------- kde-unstable-x86_64/kdeaccessibility-kmousetool.install | 11 -- 6 files changed, 88 insertions(+), 88 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2016-04-19 12:05:43 UTC (rev 265294) +++ kde-unstable-i686/PKGBUILD 2016-04-19 12:05:59 UTC (rev 265295) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdeaccessibility-kmousetool -pkgver=16.03.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-applications' 'kdeaccessibility') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz") -sha1sums=('ab613e7b770e0c909d3b838032151ab865c5d9f6') - -build() { - cd "${srcdir}" - mkdir -p 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/PKGBUILD (from rev 265294, kdeaccessibility-kmousetool/trunk/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2016-04-19 12:05:59 UTC (rev 265295) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeaccessibility-kmousetool +pkgver=16.04.0 +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-applications' 'kdeaccessibility') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz") +sha1sums=('d10bd5503dc74e95a1083aad8591aaaed96bd037') + +build() { + cd "${srcdir}" + mkdir -p 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 +} Deleted: kde-unstable-i686/kdeaccessibility-kmousetool.install =================================================================== --- kde-unstable-i686/kdeaccessibility-kmousetool.install 2016-04-19 12:05:43 UTC (rev 265294) +++ kde-unstable-i686/kdeaccessibility-kmousetool.install 2016-04-19 12:05:59 UTC (rev 265295) @@ -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 265294, kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install) =================================================================== --- kde-unstable-i686/kdeaccessibility-kmousetool.install (rev 0) +++ kde-unstable-i686/kdeaccessibility-kmousetool.install 2016-04-19 12:05:59 UTC (rev 265295) @@ -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 2016-04-19 12:05:43 UTC (rev 265294) +++ kde-unstable-x86_64/PKGBUILD 2016-04-19 12:05:59 UTC (rev 265295) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdeaccessibility-kmousetool -pkgver=16.03.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-applications' 'kdeaccessibility') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz") -sha1sums=('ab613e7b770e0c909d3b838032151ab865c5d9f6') - -build() { - cd "${srcdir}" - mkdir -p 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/PKGBUILD (from rev 265294, kdeaccessibility-kmousetool/trunk/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2016-04-19 12:05:59 UTC (rev 265295) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeaccessibility-kmousetool +pkgver=16.04.0 +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-applications' 'kdeaccessibility') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz") +sha1sums=('d10bd5503dc74e95a1083aad8591aaaed96bd037') + +build() { + cd "${srcdir}" + mkdir -p 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 +} Deleted: kde-unstable-x86_64/kdeaccessibility-kmousetool.install =================================================================== --- kde-unstable-x86_64/kdeaccessibility-kmousetool.install 2016-04-19 12:05:43 UTC (rev 265294) +++ kde-unstable-x86_64/kdeaccessibility-kmousetool.install 2016-04-19 12:05:59 UTC (rev 265295) @@ -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 265294, kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install) =================================================================== --- kde-unstable-x86_64/kdeaccessibility-kmousetool.install (rev 0) +++ kde-unstable-x86_64/kdeaccessibility-kmousetool.install 2016-04-19 12:05:59 UTC (rev 265295) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}