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

Antonio Rojas arojas at archlinux.org
Fri Apr 8 07:03:42 UTC 2016


    Date: Friday, April 8, 2016 @ 09:03:42
  Author: arojas
Revision: 264101

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

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

--------------------------------------------------+
 /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	2016-04-08 07:03:22 UTC (rev 264100)
+++ kde-unstable-i686/PKGBUILD	2016-04-08 07:03:42 UTC (rev 264101)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kgoldrunner
-pkgver=16.03.80
-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=('da2980e1fb64be024a39ef69f362e22c5cfb7d22')
-
-build() {
-  mkdir -p 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 264100, kdegames-kgoldrunner/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-04-08 07:03:42 UTC (rev 264101)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kgoldrunner
+pkgver=16.03.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=('dc5bf46db99818c4fc266de659b6239d7fe73ba7')
+
+build() {
+  mkdir -p 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	2016-04-08 07:03:22 UTC (rev 264100)
+++ kde-unstable-i686/kdegames-kgoldrunner.install	2016-04-08 07:03:42 UTC (rev 264101)
@@ -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 264100, kdegames-kgoldrunner/kde-unstable/kdegames-kgoldrunner.install)
===================================================================
--- kde-unstable-i686/kdegames-kgoldrunner.install	                        (rev 0)
+++ kde-unstable-i686/kdegames-kgoldrunner.install	2016-04-08 07:03:42 UTC (rev 264101)
@@ -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	2016-04-08 07:03:22 UTC (rev 264100)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-08 07:03:42 UTC (rev 264101)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kgoldrunner
-pkgver=16.03.80
-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=('da2980e1fb64be024a39ef69f362e22c5cfb7d22')
-
-build() {
-  mkdir -p 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 264100, kdegames-kgoldrunner/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-08 07:03:42 UTC (rev 264101)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kgoldrunner
+pkgver=16.03.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=('dc5bf46db99818c4fc266de659b6239d7fe73ba7')
+
+build() {
+  mkdir -p 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	2016-04-08 07:03:22 UTC (rev 264100)
+++ kde-unstable-x86_64/kdegames-kgoldrunner.install	2016-04-08 07:03:42 UTC (rev 264101)
@@ -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 264100, kdegames-kgoldrunner/kde-unstable/kdegames-kgoldrunner.install)
===================================================================
--- kde-unstable-x86_64/kdegames-kgoldrunner.install	                        (rev 0)
+++ kde-unstable-x86_64/kdegames-kgoldrunner.install	2016-04-08 07:03:42 UTC (rev 264101)
@@ -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