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

Antonio Rojas arojas at archlinux.org
Wed Aug 19 06:48:46 UTC 2015


    Date: Wednesday, August 19, 2015 @ 08:48:46
  Author: arojas
Revision: 244058

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

Added:
  kdegames-kgoldrunner/repos/kde-unstable-i686/PKGBUILD
    (from rev 244057, kdegames-kgoldrunner/trunk/PKGBUILD)
  kdegames-kgoldrunner/repos/kde-unstable-i686/kdegames-kgoldrunner.install
    (from rev 244057, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 244057, kdegames-kgoldrunner/trunk/PKGBUILD)
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/kdegames-kgoldrunner.install
    (from rev 244057, kdegames-kgoldrunner/trunk/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

--------------------------------------------------+
 /PKGBUILD                                        |   64 +++++++++++++++++++++
 /kdegames-kgoldrunner.install                    |   22 +++++++
 kde-unstable-i686/PKGBUILD                       |   32 ----------
 kde-unstable-i686/kdegames-kgoldrunner.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD                     |   32 ----------
 kde-unstable-x86_64/kdegames-kgoldrunner.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-08-19 06:48:28 UTC (rev 244057)
+++ kde-unstable-i686/PKGBUILD	2015-08-19 06:48:46 UTC (rev 244058)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kgoldrunner
-pkgver=15.07.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-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz")
-sha1sums=('2df99955cdb7fe38fd2684f6e5df756375cd60b3')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kgoldrunner-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kgoldrunner/repos/kde-unstable-i686/PKGBUILD (from rev 244057, kdegames-kgoldrunner/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-08-19 06:48:46 UTC (rev 244058)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kgoldrunner
+pkgver=15.08.0
+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-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz")
+sha1sums=('d6288ca4374a429d20effc88264bd4a42b10a620')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kgoldrunner-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -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	2015-08-19 06:48:28 UTC (rev 244057)
+++ kde-unstable-i686/kdegames-kgoldrunner.install	2015-08-19 06:48:46 UTC (rev 244058)
@@ -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 244057, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
===================================================================
--- kde-unstable-i686/kdegames-kgoldrunner.install	                        (rev 0)
+++ kde-unstable-i686/kdegames-kgoldrunner.install	2015-08-19 06:48:46 UTC (rev 244058)
@@ -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	2015-08-19 06:48:28 UTC (rev 244057)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-19 06:48:46 UTC (rev 244058)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kgoldrunner
-pkgver=15.07.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-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz")
-sha1sums=('2df99955cdb7fe38fd2684f6e5df756375cd60b3')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kgoldrunner-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kgoldrunner/repos/kde-unstable-x86_64/PKGBUILD (from rev 244057, kdegames-kgoldrunner/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-19 06:48:46 UTC (rev 244058)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kgoldrunner
+pkgver=15.08.0
+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-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz")
+sha1sums=('d6288ca4374a429d20effc88264bd4a42b10a620')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kgoldrunner-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -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	2015-08-19 06:48:28 UTC (rev 244057)
+++ kde-unstable-x86_64/kdegames-kgoldrunner.install	2015-08-19 06:48:46 UTC (rev 244058)
@@ -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 244057, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
===================================================================
--- kde-unstable-x86_64/kdegames-kgoldrunner.install	                        (rev 0)
+++ kde-unstable-x86_64/kdegames-kgoldrunner.install	2015-08-19 06:48:46 UTC (rev 244058)
@@ -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