[arch-commits] Commit in kdegames-kgoldrunner/repos (8 files)
Andrea Scarpino
andrea at archlinux.org
Thu Dec 20 09:07:07 UTC 2012
Date: Thursday, December 20, 2012 @ 04:07:06
Author: andrea
Revision: 173581
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdegames-kgoldrunner/repos/kde-unstable-i686/PKGBUILD
(from rev 173580, kdegames-kgoldrunner/kde-unstable/PKGBUILD)
kdegames-kgoldrunner/repos/kde-unstable-i686/kdegames-kgoldrunner.install
(from rev 173580, kdegames-kgoldrunner/kde-unstable/kdegames-kgoldrunner.install)
kdegames-kgoldrunner/repos/kde-unstable-x86_64/PKGBUILD
(from rev 173580, kdegames-kgoldrunner/kde-unstable/PKGBUILD)
kdegames-kgoldrunner/repos/kde-unstable-x86_64/kdegames-kgoldrunner.install
(from rev 173580, kdegames-kgoldrunner/kde-unstable/kdegames-kgoldrunner.install)
Deleted:
kdegames-kgoldrunner/repos/kde-unstable-i686/PKGBUILD
kdegames-kgoldrunner/repos/kde-unstable-i686/kdegames-kgoldrunner.install
kdegames-kgoldrunner/repos/kde-unstable-x86_64/PKGBUILD
kdegames-kgoldrunner/repos/kde-unstable-x86_64/kdegames-kgoldrunner.install
--------------------------------------------------+
kde-unstable-i686/PKGBUILD | 60 ++++++++++-----------
kde-unstable-i686/kdegames-kgoldrunner.install | 22 +++----
kde-unstable-x86_64/PKGBUILD | 60 ++++++++++-----------
kde-unstable-x86_64/kdegames-kgoldrunner.install | 22 +++----
4 files changed, 82 insertions(+), 82 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2012-12-20 09:06:35 UTC (rev 173580)
+++ kde-unstable-i686/PKGBUILD 2012-12-20 09:07:06 UTC (rev 173581)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kgoldrunner
-pkgver=4.9.90
-pkgrel=1
-pkgdesc="A game of action and puzzle solving"
-url="http://kde.org/applications/games/kgoldrunner/"
-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/kgoldrunner-${pkgver}.tar.xz")
-sha1sums=('c3111321d1ca1c3f3f837351fe43ea057b28d09b')
-
-build() {
- mkdir build
- cd build
- cmake ../kgoldrunner-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegames-kgoldrunner/repos/kde-unstable-i686/PKGBUILD (from rev 173580, kdegames-kgoldrunner/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2012-12-20 09:07:06 UTC (rev 173581)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kgoldrunner
+pkgver=4.9.95
+pkgrel=1
+pkgdesc="A game of action and puzzle solving"
+url="http://kde.org/applications/games/kgoldrunner/"
+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/kgoldrunner-${pkgver}.tar.xz")
+sha1sums=('d011a28a5d894ffa0056bbd51a57bbab28bb6921')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kgoldrunner-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-i686/kdegames-kgoldrunner.install
===================================================================
--- kde-unstable-i686/kdegames-kgoldrunner.install 2012-12-20 09:06:35 UTC (rev 173580)
+++ kde-unstable-i686/kdegames-kgoldrunner.install 2012-12-20 09:07:06 UTC (rev 173581)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdegames-kgoldrunner/repos/kde-unstable-i686/kdegames-kgoldrunner.install (from rev 173580, kdegames-kgoldrunner/kde-unstable/kdegames-kgoldrunner.install)
===================================================================
--- kde-unstable-i686/kdegames-kgoldrunner.install (rev 0)
+++ kde-unstable-i686/kdegames-kgoldrunner.install 2012-12-20 09:07:06 UTC (rev 173581)
@@ -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:06:35 UTC (rev 173580)
+++ kde-unstable-x86_64/PKGBUILD 2012-12-20 09:07:06 UTC (rev 173581)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kgoldrunner
-pkgver=4.9.90
-pkgrel=1
-pkgdesc="A game of action and puzzle solving"
-url="http://kde.org/applications/games/kgoldrunner/"
-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/kgoldrunner-${pkgver}.tar.xz")
-sha1sums=('c3111321d1ca1c3f3f837351fe43ea057b28d09b')
-
-build() {
- mkdir build
- cd build
- cmake ../kgoldrunner-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegames-kgoldrunner/repos/kde-unstable-x86_64/PKGBUILD (from rev 173580, kdegames-kgoldrunner/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2012-12-20 09:07:06 UTC (rev 173581)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kgoldrunner
+pkgver=4.9.95
+pkgrel=1
+pkgdesc="A game of action and puzzle solving"
+url="http://kde.org/applications/games/kgoldrunner/"
+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/kgoldrunner-${pkgver}.tar.xz")
+sha1sums=('d011a28a5d894ffa0056bbd51a57bbab28bb6921')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kgoldrunner-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-x86_64/kdegames-kgoldrunner.install
===================================================================
--- kde-unstable-x86_64/kdegames-kgoldrunner.install 2012-12-20 09:06:35 UTC (rev 173580)
+++ kde-unstable-x86_64/kdegames-kgoldrunner.install 2012-12-20 09:07:06 UTC (rev 173581)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdegames-kgoldrunner/repos/kde-unstable-x86_64/kdegames-kgoldrunner.install (from rev 173580, kdegames-kgoldrunner/kde-unstable/kdegames-kgoldrunner.install)
===================================================================
--- kde-unstable-x86_64/kdegames-kgoldrunner.install (rev 0)
+++ kde-unstable-x86_64/kdegames-kgoldrunner.install 2012-12-20 09:07:06 UTC (rev 173581)
@@ -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