[arch-commits] Commit in (5 files)

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Jan 27 16:19:18 UTC 2013


    Date: Sunday, January 27, 2013 @ 17:19:17
  Author: pierre
Revision: 83157

extra2community: Moving kshutdown from extra to community

Added:
  kshutdown/
  kshutdown/repos/
  kshutdown/trunk/
  kshutdown/trunk/PKGBUILD
  kshutdown/trunk/kshutdown.install

-------------------+
 PKGBUILD          |   30 ++++++++++++++++++++++++++++++
 kshutdown.install |   11 +++++++++++
 2 files changed, 41 insertions(+)

Added: kshutdown/trunk/PKGBUILD
===================================================================
--- kshutdown/trunk/PKGBUILD	                        (rev 0)
+++ kshutdown/trunk/PKGBUILD	2013-01-27 16:19:17 UTC (rev 83157)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=kshutdown
+pkgver=3.0beta5
+pkgrel=1
+pkgdesc="Shutdown Utility for KDE"
+arch=('i686' 'x86_64')
+url="http://kshutdown.sourceforge.net/"
+license=('GPL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install='kshutdown.install'
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${pkgver}.zip")
+sha1sums=('108e27a7d1cef505c296656f92ab071d8c53bce3')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: kshutdown/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: kshutdown/trunk/kshutdown.install
===================================================================
--- kshutdown/trunk/kshutdown.install	                        (rev 0)
+++ kshutdown/trunk/kshutdown.install	2013-01-27 16:19:17 UTC (rev 83157)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list