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

Andrea Scarpino andrea at archlinux.org
Thu Dec 20 09:04:47 UTC 2012


    Date: Thursday, December 20, 2012 @ 04:04:46
  Author: andrea
Revision: 173577

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegames-kbounce/repos/kde-unstable-i686/PKGBUILD
    (from rev 173576, kdegames-kbounce/kde-unstable/PKGBUILD)
  kdegames-kbounce/repos/kde-unstable-i686/kdegames-kbounce.install
    (from rev 173576, kdegames-kbounce/kde-unstable/kdegames-kbounce.install)
  kdegames-kbounce/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 173576, kdegames-kbounce/kde-unstable/PKGBUILD)
  kdegames-kbounce/repos/kde-unstable-x86_64/kdegames-kbounce.install
    (from rev 173576, kdegames-kbounce/kde-unstable/kdegames-kbounce.install)
Deleted:
  kdegames-kbounce/repos/kde-unstable-i686/PKGBUILD
  kdegames-kbounce/repos/kde-unstable-i686/kdegames-kbounce.install
  kdegames-kbounce/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kbounce/repos/kde-unstable-x86_64/kdegames-kbounce.install

----------------------------------------------+
 kde-unstable-i686/PKGBUILD                   |   60 ++++++++++++-------------
 kde-unstable-i686/kdegames-kbounce.install   |   22 ++++-----
 kde-unstable-x86_64/PKGBUILD                 |   60 ++++++++++++-------------
 kde-unstable-x86_64/kdegames-kbounce.install |   22 ++++-----
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2012-12-20 09:04:13 UTC (rev 173576)
+++ kde-unstable-i686/PKGBUILD	2012-12-20 09:04:46 UTC (rev 173577)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kbounce
-pkgver=4.9.90
-pkgrel=1
-pkgdesc="A single player arcade game with the elements of puzzle"
-url="http://kde.org/applications/games/kbounce/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kbounce-${pkgver}.tar.xz")
-sha1sums=('99cd8250cca472f94a0433aab94a8ff28bcb3d9f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kbounce-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kbounce/repos/kde-unstable-i686/PKGBUILD (from rev 173576, kdegames-kbounce/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2012-12-20 09:04:46 UTC (rev 173577)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kbounce
+pkgver=4.9.95
+pkgrel=1
+pkgdesc="A single player arcade game with the elements of puzzle"
+url="http://kde.org/applications/games/kbounce/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kbounce-${pkgver}.tar.xz")
+sha1sums=('36da8dde75cc83c092854ed1f5f6015078825b70')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kbounce-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-kbounce.install
===================================================================
--- kde-unstable-i686/kdegames-kbounce.install	2012-12-20 09:04:13 UTC (rev 173576)
+++ kde-unstable-i686/kdegames-kbounce.install	2012-12-20 09:04:46 UTC (rev 173577)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdegames-kbounce/repos/kde-unstable-i686/kdegames-kbounce.install (from rev 173576, kdegames-kbounce/kde-unstable/kdegames-kbounce.install)
===================================================================
--- kde-unstable-i686/kdegames-kbounce.install	                        (rev 0)
+++ kde-unstable-i686/kdegames-kbounce.install	2012-12-20 09:04:46 UTC (rev 173577)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2012-12-20 09:04:13 UTC (rev 173576)
+++ kde-unstable-x86_64/PKGBUILD	2012-12-20 09:04:46 UTC (rev 173577)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kbounce
-pkgver=4.9.90
-pkgrel=1
-pkgdesc="A single player arcade game with the elements of puzzle"
-url="http://kde.org/applications/games/kbounce/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kbounce-${pkgver}.tar.xz")
-sha1sums=('99cd8250cca472f94a0433aab94a8ff28bcb3d9f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kbounce-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kbounce/repos/kde-unstable-x86_64/PKGBUILD (from rev 173576, kdegames-kbounce/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2012-12-20 09:04:46 UTC (rev 173577)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kbounce
+pkgver=4.9.95
+pkgrel=1
+pkgdesc="A single player arcade game with the elements of puzzle"
+url="http://kde.org/applications/games/kbounce/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kbounce-${pkgver}.tar.xz")
+sha1sums=('36da8dde75cc83c092854ed1f5f6015078825b70')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kbounce-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/kdegames-kbounce.install
===================================================================
--- kde-unstable-x86_64/kdegames-kbounce.install	2012-12-20 09:04:13 UTC (rev 173576)
+++ kde-unstable-x86_64/kdegames-kbounce.install	2012-12-20 09:04:46 UTC (rev 173577)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdegames-kbounce/repos/kde-unstable-x86_64/kdegames-kbounce.install (from rev 173576, kdegames-kbounce/kde-unstable/kdegames-kbounce.install)
===================================================================
--- kde-unstable-x86_64/kdegames-kbounce.install	                        (rev 0)
+++ kde-unstable-x86_64/kdegames-kbounce.install	2012-12-20 09:04:46 UTC (rev 173577)
@@ -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