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

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 16:04:19
  Author: fyan
Revision: 232675

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

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

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

Copied: kdegames-kdiamond/repos/testing-i686/PKGBUILD (from rev 232674, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-04 15:04:19 UTC (rev 232675)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=14.12.3
+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/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz";)
+sha1sums=('2e45b7c4ac541c5fc4f8dbdda852895d1aeae367')
+
+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 232674, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2015-03-04 15:04:19 UTC (rev 
232675)
@@ -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 232674, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-04 15:04:19 UTC (rev 232675)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=14.12.3
+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/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz";)
+sha1sums=('2e45b7c4ac541c5fc4f8dbdda852895d1aeae367')
+
+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 232674, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2015-03-04 15:04:19 UTC (rev 
232675)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-02-03 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 08:02:27
  Author: fyan
Revision: 230550

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

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

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

Copied: kdegames-kdiamond/repos/testing-i686/PKGBUILD (from rev 230549, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 07:02:27 UTC (rev 230550)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=14.12.2
+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/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz";)
+sha1sums=('bd20198724eab76946aa8530851de5c5d52c12c7')
+
+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 230549, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2015-02-04 07:02:27 UTC (rev 
230550)
@@ -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 230549, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 07:02:27 UTC (rev 230550)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=14.12.2
+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/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz";)
+sha1sums=('bd20198724eab76946aa8530851de5c5d52c12c7')
+
+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 230549, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2015-02-04 07:02:27 UTC (rev 
230550)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:14:40
  Author: fyan
Revision: 229187

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

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

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

Copied: kdegames-kdiamond/repos/testing-i686/PKGBUILD (from rev 229186, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 04:14:40 UTC (rev 229187)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=14.12.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/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz";)
+sha1sums=('433101496990ebee0e53eb5d5cfa276141f14364')
+
+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 229186, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2015-01-16 04:14:40 UTC (rev 
229187)
@@ -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 229186, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 04:14:40 UTC (rev 229187)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=14.12.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/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz";)
+sha1sums=('433101496990ebee0e53eb5d5cfa276141f14364')
+
+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 229186, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2015-01-16 04:14:40 UTC (rev 
229187)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 19:13:19
  Author: fyan
Revision: 226557

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

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
(from rev 226556, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
(from rev 226556, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
(from rev 226556, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
(from rev 226556, 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 226556, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-19 18:13:19 UTC (rev 226557)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.14.3
+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=('500ea2be347f0bf36140f76d3177adc3da1d91b1')
+
+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 226556, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2014-11-19 18:13:19 UTC (rev 
226557)
@@ -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 226556, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-19 18:13:19 UTC (rev 226557)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.14.3
+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=('500ea2be347f0bf36140f76d3177adc3da1d91b1')
+
+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 226556, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2014-11-19 18:13:19 UTC (rev 
226557)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2014-09-20 Thread Sven-Hendrik Haase
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 
+
+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 
+
+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.install2014-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
+}



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

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:10:57
  Author: svenstaro
Revision: 219941

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

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
(from rev 219940, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
(from rev 219940, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
(from rev 219940, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
(from rev 219940, 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 219940, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 20:10:57 UTC (rev 219941)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.14.0
+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=('728db7cca5b4720b648f0884868136c571687e16')
+
+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 219940, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2014-08-16 20:10:57 UTC (rev 
219941)
@@ -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 219940, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 20:10:57 UTC (rev 219941)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.14.0
+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=('728db7cca5b4720b648f0884868136c571687e16')
+
+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 219940, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2014-08-16 20:10:57 UTC (rev 
219941)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:59:47
  Author: svenstaro
Revision: 217992

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 217991, kdegames-kdiamond/kde-unstable/PKGBUILD)
  kdegames-kdiamond/repos/kde-unstable-i686/kdegames-kdiamond.install
(from rev 217991, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/kde-unstable-x86_64/
  kdegames-kdiamond/repos/kde-unstable-x86_64/PKGBUILD
(from rev 217991, kdegames-kdiamond/kde-unstable/PKGBUILD)
  kdegames-kdiamond/repos/kde-unstable-x86_64/kdegames-kdiamond.install
(from rev 217991, 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 217991, 
kdegames-kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 14:59:47 UTC (rev 217992)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.13.95
+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=('384d404591d3ea568fbb28f42ba14fa193aa8ddf')
+
+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 217991, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===
--- kde-unstable-i686/kdegames-kdiamond.install (rev 0)
+++ kde-unstable-i686/kdegames-kdiamond.install 2014-07-25 14:59:47 UTC (rev 
217992)
@@ -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 217991, 
kdegames-kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:59:47 UTC (rev 217992)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.13.95
+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=('384d404591d3ea568fbb28f42ba14fa193aa8ddf')
+
+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 217991, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===
--- kde-unstable-x86_64/kdegames-kdiamond.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-kdiamond.install   2014-07-25 14:59:47 UTC 
(rev 217992)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:12:00
  Author: svenstaro
Revision: 214559

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

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
(from rev 214558, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
(from rev 214558, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
(from rev 214558, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
(from rev 214558, 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 214558, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:12:00 UTC (rev 214559)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.13.2
+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=('4619cde1c2303b0a9b7830dfc655d7574c7036af')
+
+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 214558, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2014-06-09 03:12:00 UTC (rev 
214559)
@@ -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 214558, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:12:00 UTC (rev 214559)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.13.2
+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=('4619cde1c2303b0a9b7830dfc655d7574c7036af')
+
+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 214558, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2014-06-09 03:12:00 UTC (rev 
214559)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 22:01:33
  Author: svenstaro
Revision: 212585

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

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
(from rev 212584, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
(from rev 212584, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
(from rev 212584, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
(from rev 212584, 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 212584, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-14 20:01:33 UTC (rev 212585)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.13.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=('2e1fb1544992d6d40bd0b4e2c68a33855c684191')
+
+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 212584, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2014-05-14 20:01:33 UTC (rev 
212585)
@@ -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 212584, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-14 20:01:33 UTC (rev 212585)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.13.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=('2e1fb1544992d6d40bd0b4e2c68a33855c684191')
+
+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 212584, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2014-05-14 20:01:33 UTC (rev 
212585)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-04-16 Thread Andrea Scarpino
Date: Wednesday, April 16, 2014 @ 16:05:32
  Author: andrea
Revision: 210707

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

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
(from rev 210706, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
(from rev 210706, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
(from rev 210706, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
(from rev 210706, 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 210706, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-16 14:05:32 UTC (rev 210707)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.13.0
+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=('0c1e87c98c62a463d2f0e019defd9ebdffe9eab3')
+
+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 210706, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2014-04-16 14:05:32 UTC (rev 
210707)
@@ -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 210706, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-16 14:05:32 UTC (rev 210707)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.13.0
+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=('0c1e87c98c62a463d2f0e019defd9ebdffe9eab3')
+
+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 210706, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2014-04-16 14:05:32 UTC (rev 
210707)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
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 
+
+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/PKGBUILD2014-03-08 08:42:33 UTC (rev 207243)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+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
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:18:16
  Author: andrea
Revision: 206784

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

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
(from rev 206783, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
(from rev 206783, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
(from rev 206783, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
(from rev 206783, 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 206783, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:18:16 UTC (rev 206784)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.12.3
+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=('9b000f76f2dd793653a7b974f550e4b349c6b50b')
+
+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 206783, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2014-03-05 10:18:16 UTC (rev 
206784)
@@ -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 206783, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:18:16 UTC (rev 206784)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.12.3
+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=('9b000f76f2dd793653a7b974f550e4b349c6b50b')
+
+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 206783, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2014-03-05 10:18:16 UTC (rev 
206784)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 14:59:20
  Author: svenstaro
Revision: 205245

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

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
(from rev 205244, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
(from rev 205244, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
(from rev 205244, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
(from rev 205244, 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 205244, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-04 13:59:20 UTC (rev 205245)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.12.2
+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=('0ad0c9a40c8e5d1cd0903376d7a66630fc910bf6')
+
+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 205244, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2014-02-04 13:59:20 UTC (rev 
205245)
@@ -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 205244, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-04 13:59:20 UTC (rev 205245)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.12.2
+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=('0ad0c9a40c8e5d1cd0903376d7a66630fc910bf6')
+
+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 205244, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2014-02-04 13:59:20 UTC (rev 
205245)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:43:53
  Author: svenstaro
Revision: 203833

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

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
(from rev 203832, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
(from rev 203832, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
(from rev 203832, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
(from rev 203832, 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 203832, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-14 07:43:53 UTC (rev 203833)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.12.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=('818694a378b589359873c399169d46084c85c5cb')
+
+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 203832, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2014-01-14 07:43:53 UTC (rev 
203833)
@@ -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 203832, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-14 07:43:53 UTC (rev 203833)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.12.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=('818694a378b589359873c399169d46084c85c5cb')
+
+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 203832, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2014-01-14 07:43:53 UTC (rev 
203833)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-12-18 Thread Andrea Scarpino
Date: Wednesday, December 18, 2013 @ 18:34:40
  Author: andrea
Revision: 202088

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

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
(from rev 202087, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
(from rev 202087, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
(from rev 202087, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
(from rev 202087, 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 202087, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-18 17:34:40 UTC (rev 202088)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.12.0
+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=('82c30d782087c41441f2b24dde2eb2c5c722807a')
+
+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 202087, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2013-12-18 17:34:40 UTC (rev 
202088)
@@ -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 202087, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-18 17:34:40 UTC (rev 202088)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.12.0
+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=('82c30d782087c41441f2b24dde2eb2c5c722807a')
+
+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 202087, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2013-12-18 17:34:40 UTC (rev 
202088)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-11-08 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 21:33:16
  Author: andrea
Revision: 199164

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 199163, kdegames-kdiamond/kde-unstable/PKGBUILD)
  kdegames-kdiamond/repos/kde-unstable-i686/kdegames-kdiamond.install
(from rev 199163, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/kde-unstable-x86_64/
  kdegames-kdiamond/repos/kde-unstable-x86_64/PKGBUILD
(from rev 199163, kdegames-kdiamond/kde-unstable/PKGBUILD)
  kdegames-kdiamond/repos/kde-unstable-x86_64/kdegames-kdiamond.install
(from rev 199163, 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 199163, 
kdegames-kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-08 20:33:16 UTC (rev 199164)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+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/kdegames-kdiamond.install 
(from rev 199163, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===
--- kde-unstable-i686/kdegames-kdiamond.install (rev 0)
+++ kde-unstable-i686/kdegames-kdiamond.install 2013-11-08 20:33:16 UTC (rev 
199164)
@@ -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 199163, 
kdegames-kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:33:16 UTC (rev 199164)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+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/kdegames-kdiamond.install 
(from rev 199163, 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-08 20:33:16 UTC 
(rev 199164)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-08-14 Thread Andrea Scarpino
Date: Wednesday, August 14, 2013 @ 09:08:08
  Author: andrea
Revision: 192630

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

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
(from rev 192629, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
(from rev 192629, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
(from rev 192629, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
(from rev 192629, 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 192629, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-14 07:08:08 UTC (rev 192630)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.11.0
+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=('75a956cb672f32d6a40e10f67253734300fea5c4')
+
+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 192629, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2013-08-14 07:08:08 UTC (rev 
192630)
@@ -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 192629, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-14 07:08:08 UTC (rev 192630)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.11.0
+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=('75a956cb672f32d6a40e10f67253734300fea5c4')
+
+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 192629, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2013-08-14 07:08:08 UTC (rev 
192630)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-07-03 Thread Andrea Scarpino
Date: Wednesday, July 3, 2013 @ 11:03:51
  Author: andrea
Revision: 189409

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

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

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

Copied: kdegames-kdiamond/repos/staging-i686/PKGBUILD (from rev 189408, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-03 09:03:51 UTC (rev 189409)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.10.5
+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=('eba0692af37410bd1005d0cbb8759420169d2e7b')
+
+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/staging-i686/kdegames-kdiamond.install (from 
rev 189408, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- staging-i686/kdegames-kdiamond.install  (rev 0)
+++ staging-i686/kdegames-kdiamond.install  2013-07-03 09:03:51 UTC (rev 
189409)
@@ -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/staging-x86_64/PKGBUILD (from rev 189408, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-03 09:03:51 UTC (rev 189409)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.10.5
+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=('eba0692af37410bd1005d0cbb8759420169d2e7b')
+
+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/staging-x86_64/kdegames-kdiamond.install (from 
rev 189408, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- staging-x86_64/kdegames-kdiamond.install(rev 0)
+++ staging-x86_64/kdegames-kdiamond.install2013-07-03 09:03:51 UTC (rev 
189409)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-06-13 Thread Andrea Scarpino
Date: Thursday, June 13, 2013 @ 21:00:53
  Author: andrea
Revision: 188332

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 188331, kdegames-kdiamond/kde-unstable/PKGBUILD)
  kdegames-kdiamond/repos/kde-unstable-i686/kdegames-kdiamond.install
(from rev 188331, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/kde-unstable-x86_64/
  kdegames-kdiamond/repos/kde-unstable-x86_64/PKGBUILD
(from rev 188331, kdegames-kdiamond/kde-unstable/PKGBUILD)
  kdegames-kdiamond/repos/kde-unstable-x86_64/kdegames-kdiamond.install
(from rev 188331, 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 188331, 
kdegames-kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-13 19:00:53 UTC (rev 188332)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.10.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=('d54be0b8b752cd233972210570099df7d4af63cb')
+
+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 188331, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===
--- kde-unstable-i686/kdegames-kdiamond.install (rev 0)
+++ kde-unstable-i686/kdegames-kdiamond.install 2013-06-13 19:00:53 UTC (rev 
188332)
@@ -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 188331, 
kdegames-kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-13 19:00:53 UTC (rev 188332)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.10.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=('d54be0b8b752cd233972210570099df7d4af63cb')
+
+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 188331, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===
--- kde-unstable-x86_64/kdegames-kdiamond.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-kdiamond.install   2013-06-13 19:00:53 UTC 
(rev 188332)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-06-04 Thread Sven-Hendrik Haase
Date: Wednesday, June 5, 2013 @ 07:41:43
  Author: svenstaro
Revision: 187260

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

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

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

Copied: kdegames-kdiamond/repos/staging-i686/PKGBUILD (from rev 187259, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-05 05:41:43 UTC (rev 187260)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.10.4
+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=('acb1b7cdfdc30025a4686321ab0ef226c8adb1e0')
+
+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/staging-i686/kdegames-kdiamond.install (from 
rev 187259, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- staging-i686/kdegames-kdiamond.install  (rev 0)
+++ staging-i686/kdegames-kdiamond.install  2013-06-05 05:41:43 UTC (rev 
187260)
@@ -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/staging-x86_64/PKGBUILD (from rev 187259, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-05 05:41:43 UTC (rev 187260)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.10.4
+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=('acb1b7cdfdc30025a4686321ab0ef226c8adb1e0')
+
+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/staging-x86_64/kdegames-kdiamond.install (from 
rev 187259, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- staging-x86_64/kdegames-kdiamond.install(rev 0)
+++ staging-x86_64/kdegames-kdiamond.install2013-06-05 05:41:43 UTC (rev 
187260)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-05-07 Thread Andrea Scarpino
Date: Tuesday, May 7, 2013 @ 18:38:50
  Author: andrea
Revision: 184688

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

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
(from rev 184687, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
(from rev 184687, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
(from rev 184687, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
(from rev 184687, 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 184687, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-07 16:38:50 UTC (rev 184688)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.10.3
+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=('ba11547157b1b5d7b789fd2c854aebb3ff5b1714')
+
+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 184687, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2013-05-07 16:38:50 UTC (rev 
184688)
@@ -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 184687, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-07 16:38:50 UTC (rev 184688)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.10.3
+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=('ba11547157b1b5d7b789fd2c854aebb3ff5b1714')
+
+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 184687, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2013-05-07 16:38:50 UTC (rev 
184688)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 06:17:45
  Author: svenstaro
Revision: 181551

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

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

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

Copied: kdegames-kdiamond/repos/staging-i686/PKGBUILD (from rev 181550, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-04 04:17:45 UTC (rev 181551)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.10.2
+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=('57b6525cd17fa69e99d596441aa10c626766846b')
+
+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/staging-i686/kdegames-kdiamond.install (from 
rev 181550, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- staging-i686/kdegames-kdiamond.install  (rev 0)
+++ staging-i686/kdegames-kdiamond.install  2013-04-04 04:17:45 UTC (rev 
181551)
@@ -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/staging-x86_64/PKGBUILD (from rev 181550, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-04 04:17:45 UTC (rev 181551)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.10.2
+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=('57b6525cd17fa69e99d596441aa10c626766846b')
+
+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/staging-x86_64/kdegames-kdiamond.install (from 
rev 181550, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- staging-x86_64/kdegames-kdiamond.install(rev 0)
+++ staging-x86_64/kdegames-kdiamond.install2013-04-04 04:17:45 UTC (rev 
181551)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-02-06 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 09:41:45
  Author: andrea
Revision: 177165

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

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
(from rev 177164, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
(from rev 177164, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
(from rev 177164, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
(from rev 177164, 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 177164, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-06 08:41:45 UTC (rev 177165)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.10.0
+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=('4c587c26e547ad8ace040df5d6f4208aa1116cb2')
+
+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 177164, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2013-02-06 08:41:45 UTC (rev 
177165)
@@ -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 177164, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-06 08:41:45 UTC (rev 177165)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.10.0
+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=('4c587c26e547ad8ace040df5d6f4208aa1116cb2')
+
+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 177164, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2013-02-06 08:41:45 UTC (rev 
177165)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-11-21 Thread Andrea Scarpino
Date: Wednesday, November 21, 2012 @ 14:22:35
  Author: andrea
Revision: 171789

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 171788, kdegames-kdiamond/kde-unstable/PKGBUILD)
  kdegames-kdiamond/repos/kde-unstable-i686/kdegames-kdiamond.install
(from rev 171788, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/kde-unstable-x86_64/
  kdegames-kdiamond/repos/kde-unstable-x86_64/PKGBUILD
(from rev 171788, kdegames-kdiamond/kde-unstable/PKGBUILD)
  kdegames-kdiamond/repos/kde-unstable-x86_64/kdegames-kdiamond.install
(from rev 171788, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)

---+
 kde-unstable-i686/PKGBUILD|   30 
 kde-unstable-i686/kdegames-kdiamond.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   30 
 kde-unstable-x86_64/kdegames-kdiamond.install |   11 
 4 files changed, 82 insertions(+)

Copied: kdegames-kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 171788, 
kdegames-kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-11-21 19:22:35 UTC (rev 171789)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.9.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=('054bdda050ee60bc475a9f95ad92fab8f60d77f7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-kdiamond/repos/kde-unstable-i686/kdegames-kdiamond.install 
(from rev 171788, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===
--- kde-unstable-i686/kdegames-kdiamond.install (rev 0)
+++ kde-unstable-i686/kdegames-kdiamond.install 2012-11-21 19:22:35 UTC (rev 
171789)
@@ -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 171788, 
kdegames-kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-11-21 19:22:35 UTC (rev 171789)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kdiamond
+pkgver=4.9.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=('054bdda050ee60bc475a9f95ad92fab8f60d77f7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-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 171788, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===
--- kde-unstable-x86_64/kdegames-kdiamond.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-kdiamond.install   2012-11-21 19:22:35 UTC 
(rev 171789)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}