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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:01:21
  Author: arojas
Revision: 264095

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:00:56 UTC (rev 264094)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:01:21 UTC (rev 264095)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kblackbox
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A game of hide and seek played on a grid of boxes"
-url="http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('6414eafdab45624cb00fc932e029a067f23953d6')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/kde-unstable-i686/PKGBUILD (from rev 264094, 
kblackbox/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:01:21 UTC (rev 264095)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kblackbox
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="A game of hide and seek played on a grid of boxes"
+url="http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('7898bc29f77bc4bf955695f5155f81102b41a040')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- kde-unstable-i686/kblackbox.install 2016-04-08 07:00:56 UTC (rev 264094)
+++ kde-unstable-i686/kblackbox.install 2016-04-08 07:01:21 UTC (rev 264095)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/kde-unstable-i686/kblackbox.install (from rev 264094, 
kblackbox/kde-unstable/kblackbox.install)
===
--- kde-unstable-i686/kblackbox.install (rev 0)
+++ kde-unstable-i686/kblackbox.install 2016-04-08 07:01:21 UTC (rev 264095)
@@ -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
===
--- 

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

2016-03-15 Thread Antonio Rojas
Date: Tuesday, March 15, 2016 @ 11:57:36
  Author: arojas
Revision: 261563

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-15 10:57:20 UTC (rev 261562)
+++ extra-i686/PKGBUILD 2016-03-15 10:57:36 UTC (rev 261563)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kblackbox
-pkgver=15.12.2
-pkgrel=1
-pkgdesc="A game of hide and seek played on a grid of boxes"
-url="http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('0ac6200acf5c99aedd5b8896c148cadfb340649f')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/extra-i686/PKGBUILD (from rev 261562, 
kblackbox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 10:57:36 UTC (rev 261563)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kblackbox
+pkgver=15.12.3
+pkgrel=1
+pkgdesc="A game of hide and seek played on a grid of boxes"
+url="http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('ed7e737c78e41281c088a4b0b89fd3226c31f8c4')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- extra-i686/kblackbox.install2016-03-15 10:57:20 UTC (rev 261562)
+++ extra-i686/kblackbox.install2016-03-15 10:57:36 UTC (rev 261563)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/extra-i686/kblackbox.install (from rev 261562, 
kblackbox/trunk/kblackbox.install)
===
--- extra-i686/kblackbox.install(rev 0)
+++ extra-i686/kblackbox.install2016-03-15 10:57:36 UTC (rev 261563)
@@ -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:57:20 UTC (rev 261562)
+++ extra-x86_64/PKGBUILD   2016-03-15 10:57:36 UTC (rev 261563)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea 

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

2016-01-11 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 08:58:14
  Author: arojas
Revision: 258040

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-12 07:57:54 UTC (rev 258039)
+++ extra-i686/PKGBUILD 2016-01-12 07:58:14 UTC (rev 258040)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kblackbox
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="A game of hide and seek played on a grid of boxes"
-url="http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('5a533f1848212921ec62aa8b1030ee93bd4abd3d')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/extra-i686/PKGBUILD (from rev 258039, 
kblackbox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 07:58:14 UTC (rev 258040)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kblackbox
+pkgver=15.12.1
+pkgrel=1
+pkgdesc="A game of hide and seek played on a grid of boxes"
+url="http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('ddd833a630fb9594b6d0c7c22fe6438d46642463')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- extra-i686/kblackbox.install2016-01-12 07:57:54 UTC (rev 258039)
+++ extra-i686/kblackbox.install2016-01-12 07:58:14 UTC (rev 258040)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/extra-i686/kblackbox.install (from rev 258039, 
kblackbox/trunk/kblackbox.install)
===
--- extra-i686/kblackbox.install(rev 0)
+++ extra-i686/kblackbox.install2016-01-12 07:58:14 UTC (rev 258040)
@@ -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:57:54 UTC (rev 258039)
+++ extra-x86_64/PKGBUILD   2016-01-12 07:58:14 UTC (rev 258040)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea 

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

2015-12-15 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 08:50:22
  Author: arojas
Revision: 256360

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 07:50:22 UTC (rev 256359)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:50:22 UTC (rev 256360)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kblackbox
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="A game of hide and seek played on a grid of boxes"
-url="http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('1752569be8287e18c5593f68e26dd3a790fa0767')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/kde-unstable-i686/PKGBUILD (from rev 256358, 
kblackbox/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:50:22 UTC (rev 256360)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kblackbox
+pkgver=15.12.0
+pkgrel=1
+pkgdesc="A game of hide and seek played on a grid of boxes"
+url="http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('5a533f1848212921ec62aa8b1030ee93bd4abd3d')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- kde-unstable-i686/kblackbox.install 2015-12-16 07:50:22 UTC (rev 256359)
+++ kde-unstable-i686/kblackbox.install 2015-12-16 07:50:22 UTC (rev 256360)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/kde-unstable-i686/kblackbox.install (from rev 256358, 
kblackbox/trunk/kblackbox.install)
===
--- kde-unstable-i686/kblackbox.install (rev 0)
+++ kde-unstable-i686/kblackbox.install 2015-12-16 07:50:22 UTC (rev 256360)
@@ -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:50:22 UTC 

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:45:15
  Author: arojas
Revision: 254886

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:44:57 UTC (rev 254885)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:45:15 UTC (rev 254886)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kblackbox
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A game of hide and seek played on a grid of boxes"
-url="http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('1752569be8287e18c5593f68e26dd3a790fa0767')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/kde-unstable-i686/PKGBUILD (from rev 254885, 
kblackbox/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:45:15 UTC (rev 254886)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kblackbox
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A game of hide and seek played on a grid of boxes"
+url="http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('1752569be8287e18c5593f68e26dd3a790fa0767')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- kde-unstable-i686/kblackbox.install 2015-12-09 07:44:57 UTC (rev 254885)
+++ kde-unstable-i686/kblackbox.install 2015-12-09 07:45:15 UTC (rev 254886)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/kde-unstable-i686/kblackbox.install (from rev 254885, 
kblackbox/kde-unstable/kblackbox.install)
===
--- kde-unstable-i686/kblackbox.install (rev 0)
+++ kde-unstable-i686/kblackbox.install 2015-12-09 07:45:15 UTC (rev 254886)
@@ -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
===
--- 

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

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 21:24:23
  Author: arojas
Revision: 252234

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 20:24:02 UTC (rev 252233)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:24:23 UTC (rev 252234)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kblackbox
-pkgver=15.11.80
-pkgrel=1
-pkgdesc="A game of hide and seek played on a grid of boxes"
-url="http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('1423907c1415cb504d3746aa9ff3daa57054042b')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/kde-unstable-i686/PKGBUILD (from rev 252233, 
kblackbox/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:24:23 UTC (rev 252234)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kblackbox
+pkgver=15.11.90
+pkgrel=1
+pkgdesc="A game of hide and seek played on a grid of boxes"
+url="http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('1752569be8287e18c5593f68e26dd3a790fa0767')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- kde-unstable-i686/kblackbox.install 2015-12-03 20:24:02 UTC (rev 252233)
+++ kde-unstable-i686/kblackbox.install 2015-12-03 20:24:23 UTC (rev 252234)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD   

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

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 22:46:03
  Author: arojas
Revision: 250373

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 21:45:45 UTC (rev 250372)
+++ extra-i686/PKGBUILD 2015-11-09 21:46:03 UTC (rev 250373)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kblackbox
-pkgver=15.08.2
-pkgrel=1
-pkgdesc="A game of hide and seek played on a grid of boxes"
-url="http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('eaa05af2019b2c6874cc0a5b6191a0901a10cd4e')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/extra-i686/PKGBUILD (from rev 250372, 
kblackbox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 21:46:03 UTC (rev 250373)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kblackbox
+pkgver=15.08.3
+pkgrel=1
+pkgdesc="A game of hide and seek played on a grid of boxes"
+url="http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('6e10ff2f1379018bc14d9f8e60d2206bf6cf1e35')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- extra-i686/kblackbox.install2015-11-09 21:45:45 UTC (rev 250372)
+++ extra-i686/kblackbox.install2015-11-09 21:46:03 UTC (rev 250373)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/extra-i686/kblackbox.install (from rev 250372, 
kblackbox/trunk/kblackbox.install)
===
--- extra-i686/kblackbox.install(rev 0)
+++ extra-i686/kblackbox.install2015-11-09 21:46:03 UTC (rev 250373)
@@ -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:45:45 UTC (rev 250372)
+++ extra-x86_64/PKGBUILD   2015-11-09 21:46:03 UTC (rev 250373)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-

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

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 09:27:51
  Author: arojas
Revision: 249050

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 07:27:30 UTC (rev 249049)
+++ extra-i686/PKGBUILD 2015-10-13 07:27:51 UTC (rev 249050)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kblackbox
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="A game of hide and seek played on a grid of boxes"
-url="http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('ff5180ef7f9101910971f961190c88601024b9bb')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/extra-i686/PKGBUILD (from rev 249049, 
kblackbox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:27:51 UTC (rev 249050)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kblackbox
+pkgver=15.08.2
+pkgrel=1
+pkgdesc="A game of hide and seek played on a grid of boxes"
+url="http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('eaa05af2019b2c6874cc0a5b6191a0901a10cd4e')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- extra-i686/kblackbox.install2015-10-13 07:27:30 UTC (rev 249049)
+++ extra-i686/kblackbox.install2015-10-13 07:27:51 UTC (rev 249050)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/extra-i686/kblackbox.install (from rev 249049, 
kblackbox/trunk/kblackbox.install)
===
--- extra-i686/kblackbox.install(rev 0)
+++ extra-i686/kblackbox.install2015-10-13 07:27:51 UTC (rev 249050)
@@ -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:27:30 UTC (rev 249049)
+++ extra-x86_64/PKGBUILD   2015-10-13 07:27:51 UTC (rev 249050)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:46:33
  Author: arojas
Revision: 244052

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:46:14 UTC (rev 244051)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:46:33 UTC (rev 244052)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kblackbox
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A game of hide and seek played on a grid of boxes
-url=http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('b189a0480fc19e8ce76e4bb45ac8ca1c6311598b')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/kde-unstable-i686/PKGBUILD (from rev 244051, 
kblackbox/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:46:33 UTC (rev 244052)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kblackbox
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A game of hide and seek played on a grid of boxes
+url=http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('d94c4bb1ba441ca92f2d06dc5cf645f1df2bbe58')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- kde-unstable-i686/kblackbox.install 2015-08-19 06:46:14 UTC (rev 244051)
+++ kde-unstable-i686/kblackbox.install 2015-08-19 06:46:33 UTC (rev 244052)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/kde-unstable-i686/kblackbox.install (from rev 244051, 
kblackbox/trunk/kblackbox.install)
===
--- kde-unstable-i686/kblackbox.install (rev 0)
+++ kde-unstable-i686/kblackbox.install 2015-08-19 06:46:33 UTC (rev 244052)
@@ -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:46:14 UTC (rev 244051)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:46:33 UTC 

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

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 06:56:55
  Author: arojas
Revision: 243518

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 04:56:38 UTC (rev 243517)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 04:56:55 UTC (rev 243518)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kblackbox
-pkgver=15.07.80
-pkgrel=1
-pkgdesc=A game of hide and seek played on a grid of boxes
-url=http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('7cb4b44c2443d3b86676fa026ae4dd9e2406182e')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/kde-unstable-i686/PKGBUILD (from rev 243517, 
kblackbox/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 04:56:55 UTC (rev 243518)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kblackbox
+pkgver=15.07.90
+pkgrel=1
+pkgdesc=A game of hide and seek played on a grid of boxes
+url=http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('b189a0480fc19e8ce76e4bb45ac8ca1c6311598b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- kde-unstable-i686/kblackbox.install 2015-08-14 04:56:38 UTC (rev 243517)
+++ kde-unstable-i686/kblackbox.install 2015-08-14 04:56:55 UTC (rev 243518)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/kde-unstable-i686/kblackbox.install (from rev 243517, 
kblackbox/kde-unstable/kblackbox.install)
===
--- kde-unstable-i686/kblackbox.install (rev 0)
+++ kde-unstable-i686/kblackbox.install 2015-08-14 04:56:55 UTC (rev 243518)
@@ -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:56:38 UTC (rev 243517)
+++ 

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:31:48
  Author: arojas
Revision: 241543

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:31:33 UTC (rev 241542)
+++ extra-i686/PKGBUILD 2015-06-30 20:31:48 UTC (rev 241543)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kblackbox
-pkgver=15.04.2
-pkgrel=1
-pkgdesc=A game of hide and seek played on a grid of boxes
-url=http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('2d059743a4a0149de1d4f678f78c6c33894a6e14')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/extra-i686/PKGBUILD (from rev 241542, 
kblackbox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:31:48 UTC (rev 241543)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kblackbox
+pkgver=15.04.3
+pkgrel=1
+pkgdesc=A game of hide and seek played on a grid of boxes
+url=http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('90a81f8a57769a5c032633af2757898aa3ee326c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- extra-i686/kblackbox.install2015-06-30 20:31:33 UTC (rev 241542)
+++ extra-i686/kblackbox.install2015-06-30 20:31:48 UTC (rev 241543)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/extra-i686/kblackbox.install (from rev 241542, 
kblackbox/trunk/kblackbox.install)
===
--- extra-i686/kblackbox.install(rev 0)
+++ extra-i686/kblackbox.install2015-06-30 20:31:48 UTC (rev 241543)
@@ -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:31:33 UTC (rev 241542)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:31:48 UTC (rev 241543)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kblackbox
-pkgver=15.04.2
-pkgrel=1

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

2015-06-02 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 09:01:51
  Author: arojas
Revision: 240072

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 07:01:33 UTC (rev 240071)
+++ extra-i686/PKGBUILD 2015-06-02 07:01:51 UTC (rev 240072)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kblackbox
-pkgver=15.04.1
-pkgrel=1
-pkgdesc=A game of hide and seek played on a grid of boxes
-url=http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('3ea226370131487386ad4db993147529da25adf8')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/extra-i686/PKGBUILD (from rev 240071, 
kblackbox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 07:01:51 UTC (rev 240072)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kblackbox
+pkgver=15.04.2
+pkgrel=1
+pkgdesc=A game of hide and seek played on a grid of boxes
+url=http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('2d059743a4a0149de1d4f678f78c6c33894a6e14')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- extra-i686/kblackbox.install2015-06-02 07:01:33 UTC (rev 240071)
+++ extra-i686/kblackbox.install2015-06-02 07:01:51 UTC (rev 240072)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/extra-i686/kblackbox.install (from rev 240071, 
kblackbox/trunk/kblackbox.install)
===
--- extra-i686/kblackbox.install(rev 0)
+++ extra-i686/kblackbox.install2015-06-02 07:01:51 UTC (rev 240072)
@@ -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:01:33 UTC (rev 240071)
+++ extra-x86_64/PKGBUILD   2015-06-02 07:01:51 UTC (rev 240072)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kblackbox
-pkgver=15.04.1
-pkgrel=1

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:44:10
  Author: arojas
Revision: 239041

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:43:45 UTC (rev 239040)
+++ extra-i686/PKGBUILD 2015-05-12 07:44:10 UTC (rev 239041)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kblackbox
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A game of hide and seek played on a grid of boxes
-url=http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('c7ab775bd81dde1a10627b8912262519c39b2a0e')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/extra-i686/PKGBUILD (from rev 239040, 
kblackbox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:44:10 UTC (rev 239041)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kblackbox
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A game of hide and seek played on a grid of boxes
+url=http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('3ea226370131487386ad4db993147529da25adf8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- extra-i686/kblackbox.install2015-05-12 07:43:45 UTC (rev 239040)
+++ extra-i686/kblackbox.install2015-05-12 07:44:10 UTC (rev 239041)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/extra-i686/kblackbox.install (from rev 239040, 
kblackbox/trunk/kblackbox.install)
===
--- extra-i686/kblackbox.install(rev 0)
+++ extra-i686/kblackbox.install2015-05-12 07:44:10 UTC (rev 239041)
@@ -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:43:45 UTC (rev 239040)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:44:10 UTC (rev 239041)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kblackbox
-pkgver=15.04.0
-pkgrel=1

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

2015-03-27 Thread Antonio Rojas
Date: Friday, March 27, 2015 @ 09:42:24
  Author: arojas
Revision: 235071

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-27 08:42:05 UTC (rev 235070)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:42:24 UTC (rev 235071)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kblackbox
-pkgver=15.03.95
-pkgrel=1
-pkgdesc=A game of hide and seek played on a grid of boxes
-url=http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('a0b350e52c015abd3e937ea6fd95c8e8787758c3')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/kde-unstable-i686/PKGBUILD (from rev 235070, 
kblackbox/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:42:24 UTC (rev 235071)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kblackbox
+pkgver=15.03.97
+pkgrel=1
+pkgdesc=A game of hide and seek played on a grid of boxes
+url=http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('c24efd2f76a4d9fa46a1fd98345521556d4a825f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- kde-unstable-i686/kblackbox.install 2015-03-27 08:42:05 UTC (rev 235070)
+++ kde-unstable-i686/kblackbox.install 2015-03-27 08:42:24 UTC (rev 235071)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/kde-unstable-i686/kblackbox.install (from rev 235070, 
kblackbox/kde-unstable/kblackbox.install)
===
--- kde-unstable-i686/kblackbox.install (rev 0)
+++ kde-unstable-i686/kblackbox.install 2015-03-27 08:42:24 UTC (rev 235071)
@@ -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:42:05 UTC (rev 235070)
+++ 

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 22:47:49
  Author: arojas
Revision: 234318

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 21:47:01 UTC (rev 234317)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 21:47:49 UTC (rev 234318)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kblackbox
-pkgver=15.03.90
-pkgrel=1
-pkgdesc=A game of hide and seek played on a grid of boxes
-url=http://kde.org/applications/games/kblackbox/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('03e7b259dc9f9c55cced5ff4e468a0137747abb9')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kblackbox-${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: kblackbox/repos/kde-unstable-i686/PKGBUILD (from rev 234317, 
kblackbox/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 21:47:49 UTC (rev 234318)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kblackbox
+pkgver=15.03.95
+pkgrel=1
+pkgdesc=A game of hide and seek played on a grid of boxes
+url=http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('a0b350e52c015abd3e937ea6fd95c8e8787758c3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kblackbox-${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/kblackbox.install
===
--- kde-unstable-i686/kblackbox.install 2015-03-20 21:47:01 UTC (rev 234317)
+++ kde-unstable-i686/kblackbox.install 2015-03-20 21:47:49 UTC (rev 234318)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/kde-unstable-i686/kblackbox.install (from rev 234317, 
kblackbox/kde-unstable/kblackbox.install)
===
--- kde-unstable-i686/kblackbox.install (rev 0)
+++ kde-unstable-i686/kblackbox.install 2015-03-20 21:47:49 UTC (rev 234318)
@@ -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:47:01 UTC (rev 234317)
+++