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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Jul 10 09:09:24 UTC 2013


    Date: Wednesday, July 10, 2013 @ 11:09:23
  Author: arodseth
Revision: 93787

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

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

------------------------------------+
 /PKGBUILD                          |   64 +++++++++++++++++++++++++++++++++++
 /kshutdown.install                 |   26 ++++++++++++++
 community-i686/PKGBUILD            |   32 -----------------
 community-i686/kshutdown.install   |   13 -------
 community-x86_64/PKGBUILD          |   32 -----------------
 community-x86_64/kshutdown.install |   13 -------
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-07-10 09:09:14 UTC (rev 93786)
+++ community-i686/PKGBUILD	2013-07-10 09:09:23 UTC (rev 93787)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=kshutdown
-pkgver=3.0beta8
-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="$pkgname.install"
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip")
-sha256sums=('5b4242777943574e0607687af6e6270ff655f16612c8b35400a872de35c2a4bd')
-
-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:

Copied: kshutdown/repos/community-i686/PKGBUILD (from rev 93786, kshutdown/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-10 09:09:23 UTC (rev 93787)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=kshutdown
+pkgver=3.0
+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="$pkgname.install"
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip")
+sha256sums=('71295e88e30538e6bc9aceb0ba2d60c2bb6c47739a97ee76f7f1f767044493ee')
+
+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-07-10 09:09:14 UTC (rev 93786)
+++ community-i686/kshutdown.install	2013-07-10 09:09:23 UTC (rev 93787)
@@ -1,13 +0,0 @@
-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-i686/kshutdown.install (from rev 93786, kshutdown/trunk/kshutdown.install)
===================================================================
--- community-i686/kshutdown.install	                        (rev 0)
+++ community-i686/kshutdown.install	2013-07-10 09:09:23 UTC (rev 93787)
@@ -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-07-10 09:09:14 UTC (rev 93786)
+++ community-x86_64/PKGBUILD	2013-07-10 09:09:23 UTC (rev 93787)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=kshutdown
-pkgver=3.0beta8
-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="$pkgname.install"
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip")
-sha256sums=('5b4242777943574e0607687af6e6270ff655f16612c8b35400a872de35c2a4bd')
-
-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:

Copied: kshutdown/repos/community-x86_64/PKGBUILD (from rev 93786, kshutdown/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-10 09:09:23 UTC (rev 93787)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=kshutdown
+pkgver=3.0
+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="$pkgname.install"
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip")
+sha256sums=('71295e88e30538e6bc9aceb0ba2d60c2bb6c47739a97ee76f7f1f767044493ee')
+
+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-07-10 09:09:14 UTC (rev 93786)
+++ community-x86_64/kshutdown.install	2013-07-10 09:09:23 UTC (rev 93787)
@@ -1,13 +0,0 @@
-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-x86_64/kshutdown.install (from rev 93786, kshutdown/trunk/kshutdown.install)
===================================================================
--- community-x86_64/kshutdown.install	                        (rev 0)
+++ community-x86_64/kshutdown.install	2013-07-10 09:09:23 UTC (rev 93787)
@@ -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