[arch-commits] Commit in kshutdown/repos (6 files)

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


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

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kshutdown/repos/community-i686/
  kshutdown/repos/community-i686/PKGBUILD
    (from rev 83157, kshutdown/trunk/PKGBUILD)
  kshutdown/repos/community-i686/kshutdown.install
    (from rev 83157, kshutdown/trunk/kshutdown.install)
  kshutdown/repos/community-x86_64/
  kshutdown/repos/community-x86_64/PKGBUILD
    (from rev 83157, kshutdown/trunk/PKGBUILD)
  kshutdown/repos/community-x86_64/kshutdown.install
    (from rev 83157, kshutdown/trunk/kshutdown.install)

------------------------------------+
 community-i686/PKGBUILD            |   30 ++++++++++++++++++++++++++++++
 community-i686/kshutdown.install   |   11 +++++++++++
 community-x86_64/PKGBUILD          |   30 ++++++++++++++++++++++++++++++
 community-x86_64/kshutdown.install |   11 +++++++++++
 4 files changed, 82 insertions(+)

Copied: kshutdown/repos/community-i686/PKGBUILD (from rev 83157, kshutdown/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-27 16:19:25 UTC (rev 83158)
@@ -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
+}

Copied: kshutdown/repos/community-i686/kshutdown.install (from rev 83157, kshutdown/trunk/kshutdown.install)
===================================================================
--- community-i686/kshutdown.install	                        (rev 0)
+++ community-i686/kshutdown.install	2013-01-27 16:19:25 UTC (rev 83158)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kshutdown/repos/community-x86_64/PKGBUILD (from rev 83157, kshutdown/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-27 16:19:25 UTC (rev 83158)
@@ -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
+}

Copied: kshutdown/repos/community-x86_64/kshutdown.install (from rev 83157, kshutdown/trunk/kshutdown.install)
===================================================================
--- community-x86_64/kshutdown.install	                        (rev 0)
+++ community-x86_64/kshutdown.install	2013-01-27 16:19:25 UTC (rev 83158)
@@ -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