Date: Monday, December 7, 2015 @ 17:07:30
  Author: fyan
Revision: 150025

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 150024, kshutdown/trunk/PKGBUILD)
  kshutdown/repos/community-staging-i686/kshutdown.install
    (from rev 150024, kshutdown/trunk/kshutdown.install)
  kshutdown/repos/community-staging-x86_64/
  kshutdown/repos/community-staging-x86_64/PKGBUILD
    (from rev 150024, kshutdown/trunk/PKGBUILD)
  kshutdown/repos/community-staging-x86_64/kshutdown.install
    (from rev 150024, 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 150024, 
kshutdown/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-07 16:07:30 UTC (rev 150025)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+
+pkgname=kshutdown
+pkgver=3.2
+pkgrel=4
+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:

Copied: kshutdown/repos/community-staging-i686/kshutdown.install (from rev 
150024, kshutdown/trunk/kshutdown.install)
===================================================================
--- community-staging-i686/kshutdown.install                            (rev 0)
+++ community-staging-i686/kshutdown.install    2015-12-07 16:07:30 UTC (rev 
150025)
@@ -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 150024, 
kshutdown/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 16:07:30 UTC (rev 150025)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+
+pkgname=kshutdown
+pkgver=3.2
+pkgrel=4
+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:

Copied: kshutdown/repos/community-staging-x86_64/kshutdown.install (from rev 
150024, kshutdown/trunk/kshutdown.install)
===================================================================
--- community-staging-x86_64/kshutdown.install                          (rev 0)
+++ community-staging-x86_64/kshutdown.install  2015-12-07 16:07:30 UTC (rev 
150025)
@@ -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:

Reply via email to