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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Sep 20 16:18:22 UTC 2014


    Date: Saturday, September 20, 2014 @ 18:18:21
  Author: svenstaro
Revision: 222327

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
    (from rev 222326, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
    (from rev 222326, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
    (from rev 222326, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
    (from rev 222326, kdegames-kdiamond/trunk/kdegames-kdiamond.install)

------------------------------------------+
 testing-i686/PKGBUILD                    |   31 +++++++++++++++++++++++++++++
 testing-i686/kdegames-kdiamond.install   |   11 ++++++++++
 testing-x86_64/PKGBUILD                  |   31 +++++++++++++++++++++++++++++
 testing-x86_64/kdegames-kdiamond.install |   11 ++++++++++
 4 files changed, 84 insertions(+)

Copied: kdegames-kdiamond/repos/testing-i686/PKGBUILD (from rev 222326, kdegames-kdiamond/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-20 16:18:21 UTC (rev 222327)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kdiamond
+pkgver=4.14.1
+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/stable/${pkgver}/src/kdiamond-${pkgver}.tar.xz")
+sha1sums=('41d9e952694df3cd597b1f72cca7648dcb0da739')
+
+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/testing-i686/kdegames-kdiamond.install (from rev 222326, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===================================================================
--- testing-i686/kdegames-kdiamond.install	                        (rev 0)
+++ testing-i686/kdegames-kdiamond.install	2014-09-20 16:18:21 UTC (rev 222327)
@@ -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/testing-x86_64/PKGBUILD (from rev 222326, kdegames-kdiamond/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-20 16:18:21 UTC (rev 222327)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kdiamond
+pkgver=4.14.1
+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/stable/${pkgver}/src/kdiamond-${pkgver}.tar.xz")
+sha1sums=('41d9e952694df3cd597b1f72cca7648dcb0da739')
+
+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/testing-x86_64/kdegames-kdiamond.install (from rev 222326, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===================================================================
--- testing-x86_64/kdegames-kdiamond.install	                        (rev 0)
+++ testing-x86_64/kdegames-kdiamond.install	2014-09-20 16:18:21 UTC (rev 222327)
@@ -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