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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:17:22
  Author: arojas
Revision: 265337

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

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

--+
 /PKGBUILD|   70 +
 /kdiamond.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kdiamond.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kdiamond.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:17:06 UTC (rev 265336)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:17:22 UTC (rev 265337)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A single player puzzle game"
-url="http://kde.org/applications/games/kdiamond/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('c47f175b4e7ff024fda5fd29b74cb20d9f9f246a')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 265336, 
kdiamond/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:17:22 UTC (rev 265337)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdiamond
+pkgver=16.04.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-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('32acf9bb07a835de35df1917bca11ec3b69b2d13')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdiamond.install
===
--- kde-unstable-i686/kdiamond.install  2016-04-19 12:17:06 UTC (rev 265336)
+++ kde-unstable-i686/kdiamond.install  2016-04-19 12:17:22 UTC (rev 265337)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/kde-unstable-i686/kdiamond.install (from rev 265336, 
kdiamond/trunk/kdiamond.install)
===
--- kde-unstable-i686/kdiamond.install  (rev 0)
+++ kde-unstable-i686/kdiamond.install  2016-04-19 12:17:22 UTC (rev 265337)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:17:06 UTC (rev 265336)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:02:56
  Author: arojas
Revision: 264099

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

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

--+
 /PKGBUILD|   70 +
 /kdiamond.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kdiamond.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kdiamond.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:02:34 UTC (rev 264098)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:02:56 UTC (rev 264099)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=16.03.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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('25259fd6ef7d9e59cfb9ea4a78bfe78153d886e2')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 264098, 
kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:02:56 UTC (rev 264099)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdiamond
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="A single player puzzle game"
+url="http://kde.org/applications/games/kdiamond/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('c47f175b4e7ff024fda5fd29b74cb20d9f9f246a')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdiamond.install
===
--- kde-unstable-i686/kdiamond.install  2016-04-08 07:02:34 UTC (rev 264098)
+++ kde-unstable-i686/kdiamond.install  2016-04-08 07:02:56 UTC (rev 264099)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/kde-unstable-i686/kdiamond.install (from rev 264098, 
kdiamond/kde-unstable/kdiamond.install)
===
--- kde-unstable-i686/kdiamond.install  (rev 0)
+++ kde-unstable-i686/kdiamond.install  2016-04-08 07:02:56 UTC (rev 264099)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:02:34 UTC (rev 264098)

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

2016-03-15 Thread Antonio Rojas
Date: Tuesday, March 15, 2016 @ 11:58:43
  Author: arojas
Revision: 261567

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

Added:
  kdiamond/repos/extra-i686/PKGBUILD
(from rev 261566, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/extra-i686/kdiamond.install
(from rev 261566, kdiamond/trunk/kdiamond.install)
  kdiamond/repos/extra-x86_64/PKGBUILD
(from rev 261566, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/extra-x86_64/kdiamond.install
(from rev 261566, kdiamond/trunk/kdiamond.install)
Deleted:
  kdiamond/repos/extra-i686/PKGBUILD
  kdiamond/repos/extra-i686/kdiamond.install
  kdiamond/repos/extra-x86_64/PKGBUILD
  kdiamond/repos/extra-x86_64/kdiamond.install

---+
 /PKGBUILD |   70 
 /kdiamond.install |   22 
 extra-i686/PKGBUILD   |   35 
 extra-i686/kdiamond.install   |   11 --
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/kdiamond.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-15 10:58:27 UTC (rev 261566)
+++ extra-i686/PKGBUILD 2016-03-15 10:58:43 UTC (rev 261567)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=15.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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('f9fcd63704349b3e113707f4bc865c8e8800a5da')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdiamond/repos/extra-i686/PKGBUILD (from rev 261566, 
kdiamond/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 10:58:43 UTC (rev 261567)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdiamond
+pkgver=15.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-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('de285b7ceea683d82ef7589476cfce1a0bbfd312')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdiamond.install
===
--- extra-i686/kdiamond.install 2016-03-15 10:58:27 UTC (rev 261566)
+++ extra-i686/kdiamond.install 2016-03-15 10:58:43 UTC (rev 261567)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/extra-i686/kdiamond.install (from rev 261566, 
kdiamond/trunk/kdiamond.install)
===
--- extra-i686/kdiamond.install (rev 0)
+++ extra-i686/kdiamond.install 2016-03-15 10:58:43 UTC (rev 261567)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-15 10:58:27 UTC (rev 261566)
+++ extra-x86_64/PKGBUILD   2016-03-15 10:58:43 UTC (rev 261567)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=15.12.2
-pkgrel=1
-pkgdesc="A 

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

2016-01-12 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 08:59:30
  Author: arojas
Revision: 258044

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

Added:
  kdiamond/repos/extra-i686/PKGBUILD
(from rev 258043, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/extra-i686/kdiamond.install
(from rev 258043, kdiamond/trunk/kdiamond.install)
  kdiamond/repos/extra-x86_64/PKGBUILD
(from rev 258043, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/extra-x86_64/kdiamond.install
(from rev 258043, kdiamond/trunk/kdiamond.install)
Deleted:
  kdiamond/repos/extra-i686/PKGBUILD
  kdiamond/repos/extra-i686/kdiamond.install
  kdiamond/repos/extra-x86_64/PKGBUILD
  kdiamond/repos/extra-x86_64/kdiamond.install

---+
 /PKGBUILD |   70 
 /kdiamond.install |   22 
 extra-i686/PKGBUILD   |   35 
 extra-i686/kdiamond.install   |   11 --
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/kdiamond.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-12 07:59:10 UTC (rev 258043)
+++ extra-i686/PKGBUILD 2016-01-12 07:59:30 UTC (rev 258044)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=15.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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('22ae55d1381a3d88950688feaac2b8d8da6af5be')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdiamond/repos/extra-i686/PKGBUILD (from rev 258043, 
kdiamond/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 07:59:30 UTC (rev 258044)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdiamond
+pkgver=15.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-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('66500346f76c2c4024a29388fcb9f1e769781e99')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdiamond.install
===
--- extra-i686/kdiamond.install 2016-01-12 07:59:10 UTC (rev 258043)
+++ extra-i686/kdiamond.install 2016-01-12 07:59:30 UTC (rev 258044)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/extra-i686/kdiamond.install (from rev 258043, 
kdiamond/trunk/kdiamond.install)
===
--- extra-i686/kdiamond.install (rev 0)
+++ extra-i686/kdiamond.install 2016-01-12 07:59:30 UTC (rev 258044)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-12 07:59:10 UTC (rev 258043)
+++ extra-x86_64/PKGBUILD   2016-01-12 07:59:30 UTC (rev 258044)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=15.12.0
-pkgrel=1

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

2015-12-15 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 08:51:41
  Author: arojas
Revision: 256365

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

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

--+
 /PKGBUILD|   70 +
 /kdiamond.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kdiamond.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kdiamond.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 07:51:21 UTC (rev 256364)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:51:41 UTC (rev 256365)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="A single player puzzle game"
-url="http://kde.org/applications/games/kdiamond/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('6bec39c8b07c4518d8c666c8168f954e3504b391')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 256364, 
kdiamond/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:51:41 UTC (rev 256365)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdiamond
+pkgver=15.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-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('22ae55d1381a3d88950688feaac2b8d8da6af5be')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdiamond.install
===
--- kde-unstable-i686/kdiamond.install  2015-12-16 07:51:21 UTC (rev 256364)
+++ kde-unstable-i686/kdiamond.install  2015-12-16 07:51:41 UTC (rev 256365)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/kde-unstable-i686/kdiamond.install (from rev 256364, 
kdiamond/trunk/kdiamond.install)
===
--- kde-unstable-i686/kdiamond.install  (rev 0)
+++ kde-unstable-i686/kdiamond.install  2015-12-16 07:51:41 UTC (rev 256365)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-16 07:51:21 UTC (rev 256364)
+++ kde-unstable-x86_64/PKGBUILD

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:46:32
  Author: arojas
Revision: 254890

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

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

--+
 /PKGBUILD|   70 +
 /kdiamond.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kdiamond.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kdiamond.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:46:13 UTC (rev 254889)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:46:32 UTC (rev 254890)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A single player puzzle game"
-url="http://kde.org/applications/games/kdiamond/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('6bec39c8b07c4518d8c666c8168f954e3504b391')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 254889, 
kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:46:32 UTC (rev 254890)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdiamond
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A single player puzzle game"
+url="http://kde.org/applications/games/kdiamond/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('6bec39c8b07c4518d8c666c8168f954e3504b391')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdiamond.install
===
--- kde-unstable-i686/kdiamond.install  2015-12-09 07:46:13 UTC (rev 254889)
+++ kde-unstable-i686/kdiamond.install  2015-12-09 07:46:32 UTC (rev 254890)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/kde-unstable-i686/kdiamond.install (from rev 254889, 
kdiamond/kde-unstable/kdiamond.install)
===
--- kde-unstable-i686/kdiamond.install  (rev 0)
+++ kde-unstable-i686/kdiamond.install  2015-12-09 07:46:32 UTC (rev 254890)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:46:13 UTC (rev 

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

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 21:25:45
  Author: arojas
Revision: 252238

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

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

--+
 /PKGBUILD|   70 +
 /kdiamond.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kdiamond.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kdiamond.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 20:25:25 UTC (rev 252237)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:25:45 UTC (rev 252238)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=15.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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('1b416bfed3a1cdf29142ca70b34ae3a99a34dfb4')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 252237, 
kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:25:45 UTC (rev 252238)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdiamond
+pkgver=15.11.90
+pkgrel=1
+pkgdesc="A single player puzzle game"
+url="http://kde.org/applications/games/kdiamond/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('6bec39c8b07c4518d8c666c8168f954e3504b391')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdiamond.install
===
--- kde-unstable-i686/kdiamond.install  2015-12-03 20:25:25 UTC (rev 252237)
+++ kde-unstable-i686/kdiamond.install  2015-12-03 20:25:45 UTC (rev 252238)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/kde-unstable-i686/kdiamond.install (from rev 252237, 
kdiamond/kde-unstable/kdiamond.install)
===
--- kde-unstable-i686/kdiamond.install  (rev 0)
+++ kde-unstable-i686/kdiamond.install  2015-12-03 20:25:45 UTC (rev 252238)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-03 20:25:25 UTC (rev 252237)
+++ 

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

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 22:47:22
  Author: arojas
Revision: 250377

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

Added:
  kdiamond/repos/extra-i686/PKGBUILD
(from rev 250376, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/extra-i686/kdiamond.install
(from rev 250376, kdiamond/trunk/kdiamond.install)
  kdiamond/repos/extra-x86_64/PKGBUILD
(from rev 250376, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/extra-x86_64/kdiamond.install
(from rev 250376, kdiamond/trunk/kdiamond.install)
Deleted:
  kdiamond/repos/extra-i686/PKGBUILD
  kdiamond/repos/extra-i686/kdiamond.install
  kdiamond/repos/extra-x86_64/PKGBUILD
  kdiamond/repos/extra-x86_64/kdiamond.install

---+
 /PKGBUILD |   70 
 /kdiamond.install |   22 
 extra-i686/PKGBUILD   |   35 
 extra-i686/kdiamond.install   |   11 --
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/kdiamond.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 21:47:01 UTC (rev 250376)
+++ extra-i686/PKGBUILD 2015-11-09 21:47:22 UTC (rev 250377)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=15.08.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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('dbfe8dae584dd8a5708a3dc9dab2d13d9a46abe8')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdiamond/repos/extra-i686/PKGBUILD (from rev 250376, 
kdiamond/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 21:47:22 UTC (rev 250377)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdiamond
+pkgver=15.08.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-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('0f6c2db20d065809a8b659daad6b5cf962353a99')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdiamond.install
===
--- extra-i686/kdiamond.install 2015-11-09 21:47:01 UTC (rev 250376)
+++ extra-i686/kdiamond.install 2015-11-09 21:47:22 UTC (rev 250377)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/extra-i686/kdiamond.install (from rev 250376, 
kdiamond/trunk/kdiamond.install)
===
--- extra-i686/kdiamond.install (rev 0)
+++ extra-i686/kdiamond.install 2015-11-09 21:47:22 UTC (rev 250377)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-09 21:47:01 UTC (rev 250376)
+++ extra-x86_64/PKGBUILD   2015-11-09 21:47:22 UTC (rev 250377)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=15.08.2
-pkgrel=1
-pkgdesc="A single player puzzle game"

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

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 09:29:12
  Author: arojas
Revision: 249054

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

Added:
  kdiamond/repos/extra-i686/PKGBUILD
(from rev 249053, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/extra-i686/kdiamond.install
(from rev 249053, kdiamond/trunk/kdiamond.install)
  kdiamond/repos/extra-x86_64/PKGBUILD
(from rev 249053, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/extra-x86_64/kdiamond.install
(from rev 249053, kdiamond/trunk/kdiamond.install)
Deleted:
  kdiamond/repos/extra-i686/PKGBUILD
  kdiamond/repos/extra-i686/kdiamond.install
  kdiamond/repos/extra-x86_64/PKGBUILD
  kdiamond/repos/extra-x86_64/kdiamond.install

---+
 /PKGBUILD |   70 
 /kdiamond.install |   22 
 extra-i686/PKGBUILD   |   35 
 extra-i686/kdiamond.install   |   11 --
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/kdiamond.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 07:28:52 UTC (rev 249053)
+++ extra-i686/PKGBUILD 2015-10-13 07:29:12 UTC (rev 249054)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=15.08.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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('6121b3bff2b8693944b58eb0656c0f5cf5cade3e')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdiamond/repos/extra-i686/PKGBUILD (from rev 249053, 
kdiamond/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:29:12 UTC (rev 249054)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdiamond
+pkgver=15.08.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-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('dbfe8dae584dd8a5708a3dc9dab2d13d9a46abe8')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdiamond.install
===
--- extra-i686/kdiamond.install 2015-10-13 07:28:52 UTC (rev 249053)
+++ extra-i686/kdiamond.install 2015-10-13 07:29:12 UTC (rev 249054)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/extra-i686/kdiamond.install (from rev 249053, 
kdiamond/trunk/kdiamond.install)
===
--- extra-i686/kdiamond.install (rev 0)
+++ extra-i686/kdiamond.install 2015-10-13 07:29:12 UTC (rev 249054)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-13 07:28:52 UTC (rev 249053)
+++ extra-x86_64/PKGBUILD   2015-10-13 07:29:12 UTC (rev 249054)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="A single player puzzle game"

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:47:54
  Author: arojas
Revision: 244056

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

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

--+
 /PKGBUILD|   70 +
 /kdiamond.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kdiamond.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kdiamond.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:47:33 UTC (rev 244055)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:47:54 UTC (rev 244056)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdiamond
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A single player puzzle game
-url=http://kde.org/applications/games/kdiamond/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('23d159177e55fa7f6a0531714dbf27c2d5d13356')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 244055, 
kdiamond/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:47:54 UTC (rev 244056)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdiamond
+pkgver=15.08.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-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('1cf25d1590c208ce0df52485010b1a86b73ab592')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdiamond.install
===
--- kde-unstable-i686/kdiamond.install  2015-08-19 06:47:33 UTC (rev 244055)
+++ kde-unstable-i686/kdiamond.install  2015-08-19 06:47:54 UTC (rev 244056)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/kde-unstable-i686/kdiamond.install (from rev 244055, 
kdiamond/trunk/kdiamond.install)
===
--- kde-unstable-i686/kdiamond.install  (rev 0)
+++ kde-unstable-i686/kdiamond.install  2015-08-19 06:47:54 UTC (rev 244056)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:47:33 UTC (rev 244055)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:47:54 UTC (rev 244056)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: 

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

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 06:58:41
  Author: arojas
Revision: 243522

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

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

--+
 /PKGBUILD|   70 +
 /kdiamond.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kdiamond.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kdiamond.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 04:58:24 UTC (rev 243521)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 04:58:41 UTC (rev 243522)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdiamond
-pkgver=15.07.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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('255366c11f4fe082961d16632db00bd330cc2ca1')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 243521, 
kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 04:58:41 UTC (rev 243522)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdiamond
+pkgver=15.07.90
+pkgrel=1
+pkgdesc=A single player puzzle game
+url=http://kde.org/applications/games/kdiamond/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('23d159177e55fa7f6a0531714dbf27c2d5d13356')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdiamond.install
===
--- kde-unstable-i686/kdiamond.install  2015-08-14 04:58:24 UTC (rev 243521)
+++ kde-unstable-i686/kdiamond.install  2015-08-14 04:58:41 UTC (rev 243522)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/kde-unstable-i686/kdiamond.install (from rev 243521, 
kdiamond/kde-unstable/kdiamond.install)
===
--- kde-unstable-i686/kdiamond.install  (rev 0)
+++ kde-unstable-i686/kdiamond.install  2015-08-14 04:58:41 UTC (rev 243522)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-14 04:58:24 UTC (rev 243521)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 04:58:41 UTC (rev 

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:32:49
  Author: arojas
Revision: 241547

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

Added:
  kdiamond/repos/extra-i686/PKGBUILD
(from rev 241546, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/extra-i686/kdiamond.install
(from rev 241546, kdiamond/trunk/kdiamond.install)
  kdiamond/repos/extra-x86_64/PKGBUILD
(from rev 241546, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/extra-x86_64/kdiamond.install
(from rev 241546, kdiamond/trunk/kdiamond.install)
Deleted:
  kdiamond/repos/extra-i686/PKGBUILD
  kdiamond/repos/extra-i686/kdiamond.install
  kdiamond/repos/extra-x86_64/PKGBUILD
  kdiamond/repos/extra-x86_64/kdiamond.install

---+
 /PKGBUILD |   70 
 /kdiamond.install |   22 
 extra-i686/PKGBUILD   |   35 
 extra-i686/kdiamond.install   |   11 --
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/kdiamond.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:32:33 UTC (rev 241546)
+++ extra-i686/PKGBUILD 2015-06-30 20:32:49 UTC (rev 241547)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdiamond
-pkgver=15.04.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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('c0a38f86c3e7dc88d810027073017585d3c86ce2')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdiamond/repos/extra-i686/PKGBUILD (from rev 241546, 
kdiamond/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:32:49 UTC (rev 241547)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdiamond
+pkgver=15.04.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-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('5d36eee0e3b4fe95ca2e91c31236b59bde53d830')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdiamond.install
===
--- extra-i686/kdiamond.install 2015-06-30 20:32:33 UTC (rev 241546)
+++ extra-i686/kdiamond.install 2015-06-30 20:32:49 UTC (rev 241547)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/extra-i686/kdiamond.install (from rev 241546, 
kdiamond/trunk/kdiamond.install)
===
--- extra-i686/kdiamond.install (rev 0)
+++ extra-i686/kdiamond.install 2015-06-30 20:32:49 UTC (rev 241547)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 20:32:33 UTC (rev 241546)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:32:49 UTC (rev 241547)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdiamond
-pkgver=15.04.2
-pkgrel=1
-pkgdesc=A single player puzzle game
-url=http://kde.org/applications/games/kdiamond/;

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

2015-06-02 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 09:02:52
  Author: arojas
Revision: 240076

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

Added:
  kdiamond/repos/extra-i686/PKGBUILD
(from rev 240075, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/extra-i686/kdiamond.install
(from rev 240075, kdiamond/trunk/kdiamond.install)
  kdiamond/repos/extra-x86_64/PKGBUILD
(from rev 240075, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/extra-x86_64/kdiamond.install
(from rev 240075, kdiamond/trunk/kdiamond.install)
Deleted:
  kdiamond/repos/extra-i686/PKGBUILD
  kdiamond/repos/extra-i686/kdiamond.install
  kdiamond/repos/extra-x86_64/PKGBUILD
  kdiamond/repos/extra-x86_64/kdiamond.install

---+
 /PKGBUILD |   70 
 /kdiamond.install |   22 
 extra-i686/PKGBUILD   |   35 
 extra-i686/kdiamond.install   |   11 --
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/kdiamond.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 07:02:36 UTC (rev 240075)
+++ extra-i686/PKGBUILD 2015-06-02 07:02:52 UTC (rev 240076)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdiamond
-pkgver=15.04.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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('be74cbc5aa23c1180a6374bea90a61ed854931e5')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdiamond/repos/extra-i686/PKGBUILD (from rev 240075, 
kdiamond/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 07:02:52 UTC (rev 240076)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdiamond
+pkgver=15.04.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-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('c0a38f86c3e7dc88d810027073017585d3c86ce2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdiamond.install
===
--- extra-i686/kdiamond.install 2015-06-02 07:02:36 UTC (rev 240075)
+++ extra-i686/kdiamond.install 2015-06-02 07:02:52 UTC (rev 240076)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/extra-i686/kdiamond.install (from rev 240075, 
kdiamond/trunk/kdiamond.install)
===
--- extra-i686/kdiamond.install (rev 0)
+++ extra-i686/kdiamond.install 2015-06-02 07:02:52 UTC (rev 240076)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 07:02:36 UTC (rev 240075)
+++ extra-x86_64/PKGBUILD   2015-06-02 07:02:52 UTC (rev 240076)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdiamond
-pkgver=15.04.1
-pkgrel=1
-pkgdesc=A single player puzzle game
-url=http://kde.org/applications/games/kdiamond/;

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:45:37
  Author: arojas
Revision: 239045

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

Added:
  kdiamond/repos/extra-i686/PKGBUILD
(from rev 239044, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/extra-i686/kdiamond.install
(from rev 239044, kdiamond/trunk/kdiamond.install)
  kdiamond/repos/extra-x86_64/PKGBUILD
(from rev 239044, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/extra-x86_64/kdiamond.install
(from rev 239044, kdiamond/trunk/kdiamond.install)
Deleted:
  kdiamond/repos/extra-i686/PKGBUILD
  kdiamond/repos/extra-i686/kdiamond.install
  kdiamond/repos/extra-x86_64/PKGBUILD
  kdiamond/repos/extra-x86_64/kdiamond.install

---+
 /PKGBUILD |   70 
 /kdiamond.install |   22 
 extra-i686/PKGBUILD   |   35 
 extra-i686/kdiamond.install   |   11 --
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/kdiamond.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:45:15 UTC (rev 239044)
+++ extra-i686/PKGBUILD 2015-05-12 07:45:37 UTC (rev 239045)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdiamond
-pkgver=15.04.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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('d48a915e1eef6ceb1ad6008a4be87b8c31427756')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdiamond/repos/extra-i686/PKGBUILD (from rev 239044, 
kdiamond/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:45:37 UTC (rev 239045)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdiamond
+pkgver=15.04.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-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('be74cbc5aa23c1180a6374bea90a61ed854931e5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdiamond.install
===
--- extra-i686/kdiamond.install 2015-05-12 07:45:15 UTC (rev 239044)
+++ extra-i686/kdiamond.install 2015-05-12 07:45:37 UTC (rev 239045)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/extra-i686/kdiamond.install (from rev 239044, 
kdiamond/trunk/kdiamond.install)
===
--- extra-i686/kdiamond.install (rev 0)
+++ extra-i686/kdiamond.install 2015-05-12 07:45:37 UTC (rev 239045)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:45:15 UTC (rev 239044)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:45:37 UTC (rev 239045)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdiamond
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A single player puzzle game
-url=http://kde.org/applications/games/kdiamond/;

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

2015-03-27 Thread Antonio Rojas
Date: Friday, March 27, 2015 @ 09:43:53
  Author: arojas
Revision: 235075

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

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

--+
 /PKGBUILD|   70 +
 /kdiamond.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kdiamond.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kdiamond.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-27 08:43:27 UTC (rev 235074)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:43:53 UTC (rev 235075)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdiamond
-pkgver=15.03.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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('2bf5e269d25fe6e913bba766a5d6e4ae5201bd39')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 235074, 
kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:43:53 UTC (rev 235075)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdiamond
+pkgver=15.03.97
+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-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('8a28e0fb123c4891c9d7dc1d15c8ebf37e153278')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdiamond.install
===
--- kde-unstable-i686/kdiamond.install  2015-03-27 08:43:27 UTC (rev 235074)
+++ kde-unstable-i686/kdiamond.install  2015-03-27 08:43:53 UTC (rev 235075)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/kde-unstable-i686/kdiamond.install (from rev 235074, 
kdiamond/kde-unstable/kdiamond.install)
===
--- kde-unstable-i686/kdiamond.install  (rev 0)
+++ kde-unstable-i686/kdiamond.install  2015-03-27 08:43:53 UTC (rev 235075)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-27 08:43:27 UTC (rev 235074)
+++ kde-unstable-x86_64/PKGBUILD2015-03-27 08:43:53 UTC (rev 

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 22:52:15
  Author: arojas
Revision: 234322

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

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

--+
 /PKGBUILD|   70 +
 /kdiamond.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kdiamond.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kdiamond.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 21:51:04 UTC (rev 234321)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 21:52:15 UTC (rev 234322)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdiamond
-pkgver=15.03.90
-pkgrel=1
-pkgdesc=A single player puzzle game
-url=http://kde.org/applications/games/kdiamond/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('7bee6464360591c6692413ab6b806c7730886875')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 234321, 
kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 21:52:15 UTC (rev 234322)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdiamond
+pkgver=15.03.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-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('2bf5e269d25fe6e913bba766a5d6e4ae5201bd39')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdiamond.install
===
--- kde-unstable-i686/kdiamond.install  2015-03-20 21:51:04 UTC (rev 234321)
+++ kde-unstable-i686/kdiamond.install  2015-03-20 21:52:15 UTC (rev 234322)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/kde-unstable-i686/kdiamond.install (from rev 234321, 
kdiamond/kde-unstable/kdiamond.install)
===
--- kde-unstable-i686/kdiamond.install  (rev 0)
+++ kde-unstable-i686/kdiamond.install  2015-03-20 21:52:15 UTC (rev 234322)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 21:51:04 UTC (rev 234321)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 21:52:15 UTC (rev 234322)
@@