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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Feb 13 13:42:34 UTC 2013


    Date: Wednesday, February 13, 2013 @ 14:42:33
  Author: arodseth
Revision: 84190

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

Added:
  kshutdown/repos/community-i686/PKGBUILD
    (from rev 84189, kshutdown/trunk/PKGBUILD)
  kshutdown/repos/community-i686/kshutdown.install
    (from rev 84189, kshutdown/trunk/kshutdown.install)
  kshutdown/repos/community-x86_64/PKGBUILD
    (from rev 84189, kshutdown/trunk/PKGBUILD)
  kshutdown/repos/community-x86_64/kshutdown.install
    (from rev 84189, 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

------------------------------------+
 community-i686/PKGBUILD            |   62 ++++++++++++++++++-----------------
 community-i686/kshutdown.install   |   24 +++++++------
 community-x86_64/PKGBUILD          |   62 ++++++++++++++++++-----------------
 community-x86_64/kshutdown.install |   24 +++++++------
 4 files changed, 90 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-13 13:42:22 UTC (rev 84189)
+++ community-i686/PKGBUILD	2013-02-13 13:42:33 UTC (rev 84190)
@@ -1,30 +0,0 @@
-# $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/PKGBUILD (from rev 84189, kshutdown/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-13 13:42:33 UTC (rev 84190)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=kshutdown
+pkgver=3.0beta6
+pkgrel=1
+pkgdesc='Shutdown Utility for KDE'
+arch=('x86_64' 'i686')
+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")
+sha256sums=('dfe89f124e68ae3f5b859fc02ad4d37726b3e001ee6b02f1bb1f6281fbef45cf')
+
+build() {
+  mkdir "$srcdir/build"
+  cd "$srcdir/build"
+  cmake "../$pkgname-$pkgver" \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/kshutdown.install
===================================================================
--- community-i686/kshutdown.install	2013-02-13 13:42:22 UTC (rev 84189)
+++ community-i686/kshutdown.install	2013-02-13 13:42:33 UTC (rev 84190)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kshutdown/repos/community-i686/kshutdown.install (from rev 84189, kshutdown/trunk/kshutdown.install)
===================================================================
--- community-i686/kshutdown.install	                        (rev 0)
+++ community-i686/kshutdown.install	2013-02-13 13:42:33 UTC (rev 84190)
@@ -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	2013-02-13 13:42:22 UTC (rev 84189)
+++ community-x86_64/PKGBUILD	2013-02-13 13:42:33 UTC (rev 84190)
@@ -1,30 +0,0 @@
-# $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/PKGBUILD (from rev 84189, kshutdown/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-13 13:42:33 UTC (rev 84190)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=kshutdown
+pkgver=3.0beta6
+pkgrel=1
+pkgdesc='Shutdown Utility for KDE'
+arch=('x86_64' 'i686')
+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")
+sha256sums=('dfe89f124e68ae3f5b859fc02ad4d37726b3e001ee6b02f1bb1f6281fbef45cf')
+
+build() {
+  mkdir "$srcdir/build"
+  cd "$srcdir/build"
+  cmake "../$pkgname-$pkgver" \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/kshutdown.install
===================================================================
--- community-x86_64/kshutdown.install	2013-02-13 13:42:22 UTC (rev 84189)
+++ community-x86_64/kshutdown.install	2013-02-13 13:42:33 UTC (rev 84190)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kshutdown/repos/community-x86_64/kshutdown.install (from rev 84189, kshutdown/trunk/kshutdown.install)
===================================================================
--- community-x86_64/kshutdown.install	                        (rev 0)
+++ community-x86_64/kshutdown.install	2013-02-13 13:42:33 UTC (rev 84190)
@@ -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