Date: Wednesday, April 22, 2015 @ 22:17:35 Author: arodseth Revision: 132003
archrelease: copy trunk to community-x86_64, community-i686 Added: kshutdown/repos/community-i686/PKGBUILD (from rev 132002, kshutdown/trunk/PKGBUILD) kshutdown/repos/community-i686/kshutdown.install (from rev 132002, kshutdown/trunk/kshutdown.install) kshutdown/repos/community-x86_64/PKGBUILD (from rev 132002, kshutdown/trunk/PKGBUILD) kshutdown/repos/community-x86_64/kshutdown.install (from rev 132002, kshutdown/trunk/kshutdown.install) Deleted: kshutdown/repos/community-i686/PKGBUILD kshutdown/repos/community-i686/kshutdown.install kshutdown/repos/community-x86_64/PKGBUILD kshutdown/repos/community-x86_64/kshutdown.install ------------------------------------+ /PKGBUILD | 62 +++++++++++++++++++++++++++++++++++ /kshutdown.install | 26 ++++++++++++++ community-i686/PKGBUILD | 31 ----------------- community-i686/kshutdown.install | 13 ------- community-x86_64/PKGBUILD | 31 ----------------- community-x86_64/kshutdown.install | 13 ------- 6 files changed, 88 insertions(+), 88 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2015-04-22 20:17:22 UTC (rev 132002) +++ community-i686/PKGBUILD 2015-04-22 20:17:35 UTC (rev 132003) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth <rods...@gmail.com> -# Contributor: Tobias Powalowski <tp...@archlinux.org> - -pkgname=kshutdown -pkgver=3.2 -pkgrel=2 -pkgdesc='Shutdown Utility for KDE' -arch=('x86_64' 'i686') -url='http://kshutdown.sourceforge.net/' -license=('GPL') -depends=('kdebase-workspace') -makedepends=('cmake' 'automoc4') -install="$pkgname.install" -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip") -sha256sums=('8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f') - -build() { - mkdir build - cd build - cmake "../$pkgname-$pkgver" \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - make -C build DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: kshutdown/repos/community-i686/PKGBUILD (from rev 132002, kshutdown/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-04-22 20:17:35 UTC (rev 132003) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Alexander Rødseth <rods...@gmail.com> +# Contributor: Tobias Powalowski <tp...@archlinux.org> + +pkgname=kshutdown +pkgver=3.2 +pkgrel=3 +pkgdesc='Shutdown Utility for KDE' +arch=('x86_64' 'i686') +url='http://kshutdown.sourceforge.net/' +license=('GPL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install="$pkgname.install" +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip") +sha256sums=('8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f') + +build() { + mkdir build + cd build + cmake "../$pkgname-$pkgver" \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + make -C build DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: community-i686/kshutdown.install =================================================================== --- community-i686/kshutdown.install 2015-04-22 20:17:22 UTC (rev 132002) +++ community-i686/kshutdown.install 2015-04-22 20:17:35 UTC (rev 132003) @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - -# vim:set ts=2 sw=2 et: Copied: kshutdown/repos/community-i686/kshutdown.install (from rev 132002, kshutdown/trunk/kshutdown.install) =================================================================== --- community-i686/kshutdown.install (rev 0) +++ community-i686/kshutdown.install 2015-04-22 20:17:35 UTC (rev 132003) @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2015-04-22 20:17:22 UTC (rev 132002) +++ community-x86_64/PKGBUILD 2015-04-22 20:17:35 UTC (rev 132003) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth <rods...@gmail.com> -# Contributor: Tobias Powalowski <tp...@archlinux.org> - -pkgname=kshutdown -pkgver=3.2 -pkgrel=2 -pkgdesc='Shutdown Utility for KDE' -arch=('x86_64' 'i686') -url='http://kshutdown.sourceforge.net/' -license=('GPL') -depends=('kdebase-workspace') -makedepends=('cmake' 'automoc4') -install="$pkgname.install" -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip") -sha256sums=('8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f') - -build() { - mkdir build - cd build - cmake "../$pkgname-$pkgver" \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - make -C build DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: kshutdown/repos/community-x86_64/PKGBUILD (from rev 132002, kshutdown/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-04-22 20:17:35 UTC (rev 132003) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Alexander Rødseth <rods...@gmail.com> +# Contributor: Tobias Powalowski <tp...@archlinux.org> + +pkgname=kshutdown +pkgver=3.2 +pkgrel=3 +pkgdesc='Shutdown Utility for KDE' +arch=('x86_64' 'i686') +url='http://kshutdown.sourceforge.net/' +license=('GPL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install="$pkgname.install" +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip") +sha256sums=('8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f') + +build() { + mkdir build + cd build + cmake "../$pkgname-$pkgver" \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + make -C build DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/kshutdown.install =================================================================== --- community-x86_64/kshutdown.install 2015-04-22 20:17:22 UTC (rev 132002) +++ community-x86_64/kshutdown.install 2015-04-22 20:17:35 UTC (rev 132003) @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - -# vim:set ts=2 sw=2 et: Copied: kshutdown/repos/community-x86_64/kshutdown.install (from rev 132002, kshutdown/trunk/kshutdown.install) =================================================================== --- community-x86_64/kshutdown.install (rev 0) +++ community-x86_64/kshutdown.install 2015-04-22 20:17:35 UTC (rev 132003) @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim:set ts=2 sw=2 et: