Date: Thursday, July 25, 2013 @ 15:49:51 Author: andrea Revision: 191549
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD (from rev 191548, kdeutils-ktimer/kde-unstable/PKGBUILD) kdeutils-ktimer/repos/kde-unstable-i686/kdeutils-ktimer.install (from rev 191548, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install) kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 191548, kdeutils-ktimer/kde-unstable/PKGBUILD) kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install (from rev 191548, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install) Deleted: kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD kdeutils-ktimer/repos/kde-unstable-i686/kdeutils-ktimer.install kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install ---------------------------------------------+ /PKGBUILD | 64 ++++++++++++++++++++++++++ /kdeutils-ktimer.install | 22 ++++++++ kde-unstable-i686/PKGBUILD | 32 ------------- kde-unstable-i686/kdeutils-ktimer.install | 11 ---- kde-unstable-x86_64/PKGBUILD | 32 ------------- kde-unstable-x86_64/kdeutils-ktimer.install | 11 ---- 6 files changed, 86 insertions(+), 86 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2013-07-25 13:49:43 UTC (rev 191548) +++ kde-unstable-i686/PKGBUILD 2013-07-25 13:49:51 UTC (rev 191549) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdeutils-ktimer -pkgver=4.10.95 -pkgrel=2 -pkgdesc='Countdown Launcher' -url='http://kde.org/applications/utilities/ktimer/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdeutils') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz") -sha1sums=('77817e2273a8e7f9889daa647fc2b47f20944975') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../ktimer-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install -} Copied: kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD (from rev 191548, kdeutils-ktimer/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-07-25 13:49:51 UTC (rev 191549) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeutils-ktimer +pkgver=4.10.97 +pkgrel=1 +pkgdesc='Countdown Launcher' +url='http://kde.org/applications/utilities/ktimer/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz") +sha1sums=('4af6951c8baf79bc8e9962d8f753f0beff6b59d2') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ktimer-${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/kdeutils-ktimer.install =================================================================== --- kde-unstable-i686/kdeutils-ktimer.install 2013-07-25 13:49:43 UTC (rev 191548) +++ kde-unstable-i686/kdeutils-ktimer.install 2013-07-25 13:49:51 UTC (rev 191549) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdeutils-ktimer/repos/kde-unstable-i686/kdeutils-ktimer.install (from rev 191548, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install) =================================================================== --- kde-unstable-i686/kdeutils-ktimer.install (rev 0) +++ kde-unstable-i686/kdeutils-ktimer.install 2013-07-25 13:49:51 UTC (rev 191549) @@ -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 2013-07-25 13:49:43 UTC (rev 191548) +++ kde-unstable-x86_64/PKGBUILD 2013-07-25 13:49:51 UTC (rev 191549) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdeutils-ktimer -pkgver=4.10.95 -pkgrel=2 -pkgdesc='Countdown Launcher' -url='http://kde.org/applications/utilities/ktimer/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4') -groups=('kde' 'kdeutils') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz") -sha1sums=('77817e2273a8e7f9889daa647fc2b47f20944975') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../ktimer-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/build - make DESTDIR=$pkgdir install -} Copied: kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 191548, kdeutils-ktimer/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2013-07-25 13:49:51 UTC (rev 191549) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeutils-ktimer +pkgver=4.10.97 +pkgrel=1 +pkgdesc='Countdown Launcher' +url='http://kde.org/applications/utilities/ktimer/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz") +sha1sums=('4af6951c8baf79bc8e9962d8f753f0beff6b59d2') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ktimer-${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/kdeutils-ktimer.install =================================================================== --- kde-unstable-x86_64/kdeutils-ktimer.install 2013-07-25 13:49:43 UTC (rev 191548) +++ kde-unstable-x86_64/kdeutils-ktimer.install 2013-07-25 13:49:51 UTC (rev 191549) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install (from rev 191548, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install) =================================================================== --- kde-unstable-x86_64/kdeutils-ktimer.install (rev 0) +++ kde-unstable-x86_64/kdeutils-ktimer.install 2013-07-25 13:49:51 UTC (rev 191549) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}