[arch-commits] Commit in kshutdown/repos (6 files)
Felix Yan
fyan at archlinux.org
Sun Sep 28 15:29:46 UTC 2014
Date: Sunday, September 28, 2014 @ 17:29:46
Author: fyan
Revision: 119693
archrelease: copy trunk to community-staging-x86_64, community-staging-i686
Added:
kshutdown/repos/community-staging-i686/
kshutdown/repos/community-staging-i686/PKGBUILD
(from rev 119692, kshutdown/trunk/PKGBUILD)
kshutdown/repos/community-staging-i686/kshutdown.install
(from rev 119692, kshutdown/trunk/kshutdown.install)
kshutdown/repos/community-staging-x86_64/
kshutdown/repos/community-staging-x86_64/PKGBUILD
(from rev 119692, kshutdown/trunk/PKGBUILD)
kshutdown/repos/community-staging-x86_64/kshutdown.install
(from rev 119692, kshutdown/trunk/kshutdown.install)
--------------------------------------------+
community-staging-i686/PKGBUILD | 31 +++++++++++++++++++++++++++
community-staging-i686/kshutdown.install | 13 +++++++++++
community-staging-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++
community-staging-x86_64/kshutdown.install | 13 +++++++++++
4 files changed, 88 insertions(+)
Copied: kshutdown/repos/community-staging-i686/PKGBUILD (from rev 119692, kshutdown/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-28 15:29:46 UTC (rev 119693)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Tobias Powalowski <tpowa at 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-staging-i686/kshutdown.install (from rev 119692, kshutdown/trunk/kshutdown.install)
===================================================================
--- community-staging-i686/kshutdown.install (rev 0)
+++ community-staging-i686/kshutdown.install 2014-09-28 15:29:46 UTC (rev 119693)
@@ -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:
Copied: kshutdown/repos/community-staging-x86_64/PKGBUILD (from rev 119692, kshutdown/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2014-09-28 15:29:46 UTC (rev 119693)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Tobias Powalowski <tpowa at 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-staging-x86_64/kshutdown.install (from rev 119692, kshutdown/trunk/kshutdown.install)
===================================================================
--- community-staging-x86_64/kshutdown.install (rev 0)
+++ community-staging-x86_64/kshutdown.install 2014-09-28 15:29:46 UTC (rev 119693)
@@ -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:
More information about the arch-commits
mailing list