Date: Saturday, March 8, 2014 @ 09:42:33
  Author: andrea
Revision: 207243

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

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

-----------------------------------------------+
 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 ++++++++
 4 files changed, 84 insertions(+)

Copied: kdegames-kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 207242, 
kdegames-kdiamond/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:42:33 UTC (rev 207243)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+
+pkgname=kdegames-kdiamond
+pkgver=4.12.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=('d45b499da3382f552bd4933df5a8f80f48440b28')
+
+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/kdegames-kdiamond.install 
(from rev 207242, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===================================================================
--- kde-unstable-i686/kdegames-kdiamond.install                         (rev 0)
+++ kde-unstable-i686/kdegames-kdiamond.install 2014-03-08 08:42:33 UTC (rev 
207243)
@@ -0,0 +1,11 @@
+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/PKGBUILD (from rev 207242, 
kdegames-kdiamond/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2014-03-08 08:42:33 UTC (rev 207243)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+
+pkgname=kdegames-kdiamond
+pkgver=4.12.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=('d45b499da3382f552bd4933df5a8f80f48440b28')
+
+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/kdegames-kdiamond.install 
(from rev 207242, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===================================================================
--- kde-unstable-x86_64/kdegames-kdiamond.install                               
(rev 0)
+++ kde-unstable-x86_64/kdegames-kdiamond.install       2014-03-08 08:42:33 UTC 
(rev 207243)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to