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

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Nov 15 10:01:45 UTC 2013


    Date: Friday, November 15, 2013 @ 11:01:45
  Author: andrea
Revision: 199620

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

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

-----------------------------------------------+
 /PKGBUILD                                     |   62 ++++++++++++++++++++++++
 /kdegames-kdiamond.install                    |   22 ++++++++
 kde-unstable-i686/PKGBUILD                    |   31 ------------
 kde-unstable-i686/kdegames-kdiamond.install   |   11 ----
 kde-unstable-x86_64/PKGBUILD                  |   31 ------------
 kde-unstable-x86_64/kdegames-kdiamond.install |   11 ----
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2013-11-15 10:01:26 UTC (rev 199619)
+++ kde-unstable-i686/PKGBUILD	2013-11-15 10:01:45 UTC (rev 199620)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kdiamond
-pkgver=4.11.80
-pkgrel=1
-pkgdesc="A single player puzzle game"
-url="http://kde.org/applications/games/kdiamond/"
-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/kdiamond-${pkgver}.tar.xz")
-sha1sums=('5a0b62764b9e29267008f41fc9116c179cd0ca8b')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdiamond-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 199619, kdegames-kdiamond/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-11-15 10:01:45 UTC (rev 199620)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kdiamond
+pkgver=4.11.90
+pkgrel=1
+pkgdesc="A single player puzzle game"
+url="http://kde.org/applications/games/kdiamond/"
+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/kdiamond-${pkgver}.tar.xz")
+sha1sums=('5d233747e5f33bb9cd6563e08fd7208af8c5c5e4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${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-kdiamond.install
===================================================================
--- kde-unstable-i686/kdegames-kdiamond.install	2013-11-15 10:01:26 UTC (rev 199619)
+++ kde-unstable-i686/kdegames-kdiamond.install	2013-11-15 10:01:45 UTC (rev 199620)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdegames-kdiamond/repos/kde-unstable-i686/kdegames-kdiamond.install (from rev 199619, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===================================================================
--- kde-unstable-i686/kdegames-kdiamond.install	                        (rev 0)
+++ kde-unstable-i686/kdegames-kdiamond.install	2013-11-15 10:01:45 UTC (rev 199620)
@@ -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	2013-11-15 10:01:26 UTC (rev 199619)
+++ kde-unstable-x86_64/PKGBUILD	2013-11-15 10:01:45 UTC (rev 199620)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kdiamond
-pkgver=4.11.80
-pkgrel=1
-pkgdesc="A single player puzzle game"
-url="http://kde.org/applications/games/kdiamond/"
-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/kdiamond-${pkgver}.tar.xz")
-sha1sums=('5a0b62764b9e29267008f41fc9116c179cd0ca8b')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdiamond-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kdiamond/repos/kde-unstable-x86_64/PKGBUILD (from rev 199619, kdegames-kdiamond/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-11-15 10:01:45 UTC (rev 199620)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kdiamond
+pkgver=4.11.90
+pkgrel=1
+pkgdesc="A single player puzzle game"
+url="http://kde.org/applications/games/kdiamond/"
+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/kdiamond-${pkgver}.tar.xz")
+sha1sums=('5d233747e5f33bb9cd6563e08fd7208af8c5c5e4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${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-kdiamond.install
===================================================================
--- kde-unstable-x86_64/kdegames-kdiamond.install	2013-11-15 10:01:26 UTC (rev 199619)
+++ kde-unstable-x86_64/kdegames-kdiamond.install	2013-11-15 10:01:45 UTC (rev 199620)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdegames-kdiamond/repos/kde-unstable-x86_64/kdegames-kdiamond.install (from rev 199619, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===================================================================
--- kde-unstable-x86_64/kdegames-kdiamond.install	                        (rev 0)
+++ kde-unstable-x86_64/kdegames-kdiamond.install	2013-11-15 10:01:45 UTC (rev 199620)
@@ -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