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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 08:59:20
  Author: arojas
Revision: 264090

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 06:58:56 UTC (rev 264089)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 06:59:20 UTC (rev 264090)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A Gomoku like game for two players"
-url="http://kde.org/applications/games/bovo/;
-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-bovo')
-replaces=('kdegames-bovo')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('6f8188cf221ad3f494663c1f35bd6bd08392e9a1')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../bovo-${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: bovo/repos/kde-unstable-i686/PKGBUILD (from rev 264089, 
bovo/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 06:59:20 UTC (rev 264090)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=bovo
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="A Gomoku like game for two players"
+url="http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('7667ab1942c29d97fd533f4a5f4de242334fc2f1')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- kde-unstable-i686/bovo.install  2016-04-08 06:58:56 UTC (rev 264089)
+++ kde-unstable-i686/bovo.install  2016-04-08 06:59:20 UTC (rev 264090)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/kde-unstable-i686/bovo.install (from rev 264089, 
bovo/kde-unstable/bovo.install)
===
--- kde-unstable-i686/bovo.install  (rev 0)
+++ kde-unstable-i686/bovo.install  2016-04-08 06:59:20 UTC (rev 264090)
@@ -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 06:58:56 UTC (rev 264089)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 06:59:20 UTC (rev 264090)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea 

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

2016-03-15 Thread Antonio Rojas
Date: Tuesday, March 15, 2016 @ 11:56:20
  Author: arojas
Revision: 261558

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-15 10:56:05 UTC (rev 261557)
+++ extra-i686/PKGBUILD 2016-03-15 10:56:20 UTC (rev 261558)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo
-pkgver=15.12.2
-pkgrel=1
-pkgdesc="A Gomoku like game for two players"
-url="http://kde.org/applications/games/bovo/;
-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-bovo')
-replaces=('kdegames-bovo')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('03ba7af0bb3c3db844937dc42a3b4a8d00fef0bf')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../bovo-${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: bovo/repos/extra-i686/PKGBUILD (from rev 261557, bovo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 10:56:20 UTC (rev 261558)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=bovo
+pkgver=15.12.3
+pkgrel=1
+pkgdesc="A Gomoku like game for two players"
+url="http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('febe5e8810bcbc61672b5753ac16b41aba45530f')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- extra-i686/bovo.install 2016-03-15 10:56:05 UTC (rev 261557)
+++ extra-i686/bovo.install 2016-03-15 10:56:20 UTC (rev 261558)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/extra-i686/bovo.install (from rev 261557, 
bovo/trunk/bovo.install)
===
--- extra-i686/bovo.install (rev 0)
+++ extra-i686/bovo.install 2016-03-15 10:56:20 UTC (rev 261558)
@@ -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:56:05 UTC (rev 261557)
+++ extra-x86_64/PKGBUILD   2016-03-15 10:56:20 UTC (rev 261558)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo
-pkgver=15.12.2
-pkgrel=1
-pkgdesc="A Gomoku like game for two players"
-url="http://kde.org/applications/games/bovo/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')

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

2016-01-11 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 08:56:41
  Author: arojas
Revision: 258035

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-12 07:56:23 UTC (rev 258034)
+++ extra-i686/PKGBUILD 2016-01-12 07:56:41 UTC (rev 258035)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="A Gomoku like game for two players"
-url="http://kde.org/applications/games/bovo/;
-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-bovo')
-replaces=('kdegames-bovo')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('1b802cc48ce8fe3be92e0d947b5d35c08e12d4d7')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../bovo-${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: bovo/repos/extra-i686/PKGBUILD (from rev 258034, bovo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 07:56:41 UTC (rev 258035)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=bovo
+pkgver=15.12.1
+pkgrel=1
+pkgdesc="A Gomoku like game for two players"
+url="http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('2bf199c7a2eee7230578eeb1bb854aabe06cd535')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- extra-i686/bovo.install 2016-01-12 07:56:23 UTC (rev 258034)
+++ extra-i686/bovo.install 2016-01-12 07:56:41 UTC (rev 258035)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/extra-i686/bovo.install (from rev 258034, 
bovo/trunk/bovo.install)
===
--- extra-i686/bovo.install (rev 0)
+++ extra-i686/bovo.install 2016-01-12 07:56:41 UTC (rev 258035)
@@ -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:56:23 UTC (rev 258034)
+++ extra-x86_64/PKGBUILD   2016-01-12 07:56:41 UTC (rev 258035)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="A Gomoku like game for two players"
-url="http://kde.org/applications/games/bovo/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 07:48:31 UTC (rev 256353)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:48:50 UTC (rev 256354)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="A Gomoku like game for two players"
-url="http://kde.org/applications/games/bovo/;
-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-bovo')
-replaces=('kdegames-bovo')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('3a579e5320417ea90974c6d0e5b2e55e221e0a6b')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../bovo-${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: bovo/repos/kde-unstable-i686/PKGBUILD (from rev 256353, 
bovo/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:48:50 UTC (rev 256354)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=bovo
+pkgver=15.12.0
+pkgrel=1
+pkgdesc="A Gomoku like game for two players"
+url="http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('1b802cc48ce8fe3be92e0d947b5d35c08e12d4d7')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- kde-unstable-i686/bovo.install  2015-12-16 07:48:31 UTC (rev 256353)
+++ kde-unstable-i686/bovo.install  2015-12-16 07:48:50 UTC (rev 256354)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/kde-unstable-i686/bovo.install (from rev 256353, 
bovo/trunk/bovo.install)
===
--- kde-unstable-i686/bovo.install  (rev 0)
+++ kde-unstable-i686/bovo.install  2015-12-16 07:48:50 UTC (rev 256354)
@@ -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:48:31 UTC (rev 256353)
+++ kde-unstable-x86_64/PKGBUILD2015-12-16 07:48:50 UTC (rev 256354)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:43:26 UTC (rev 254880)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:43:46 UTC (rev 254881)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A Gomoku like game for two players"
-url="http://kde.org/applications/games/bovo/;
-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-bovo')
-replaces=('kdegames-bovo')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('3a579e5320417ea90974c6d0e5b2e55e221e0a6b')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../bovo-${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: bovo/repos/kde-unstable-i686/PKGBUILD (from rev 254880, 
bovo/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:43:46 UTC (rev 254881)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=bovo
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A Gomoku like game for two players"
+url="http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('3a579e5320417ea90974c6d0e5b2e55e221e0a6b')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- kde-unstable-i686/bovo.install  2015-12-09 07:43:26 UTC (rev 254880)
+++ kde-unstable-i686/bovo.install  2015-12-09 07:43:46 UTC (rev 254881)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/kde-unstable-i686/bovo.install (from rev 254880, 
bovo/kde-unstable/bovo.install)
===
--- kde-unstable-i686/bovo.install  (rev 0)
+++ kde-unstable-i686/bovo.install  2015-12-09 07:43:46 UTC (rev 254881)
@@ -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:43:26 UTC (rev 254880)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:43:46 UTC (rev 254881)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea 

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

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 21:22:31
  Author: arojas
Revision: 252229

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 20:22:02 UTC (rev 252228)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:22:31 UTC (rev 252229)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo
-pkgver=15.11.80
-pkgrel=1
-pkgdesc="A Gomoku like game for two players"
-url="http://kde.org/applications/games/bovo/;
-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-bovo')
-replaces=('kdegames-bovo')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('d8692461349e57c01cf726c909bf740eb0bbbca2')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../bovo-${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: bovo/repos/kde-unstable-i686/PKGBUILD (from rev 252228, 
bovo/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:22:31 UTC (rev 252229)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=bovo
+pkgver=15.11.90
+pkgrel=1
+pkgdesc="A Gomoku like game for two players"
+url="http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('3a579e5320417ea90974c6d0e5b2e55e221e0a6b')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- kde-unstable-i686/bovo.install  2015-12-03 20:22:02 UTC (rev 252228)
+++ kde-unstable-i686/bovo.install  2015-12-03 20:22:31 UTC (rev 252229)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/kde-unstable-i686/bovo.install (from rev 252228, 
bovo/kde-unstable/bovo.install)
===
--- kde-unstable-i686/bovo.install  (rev 0)
+++ kde-unstable-i686/bovo.install  2015-12-03 20:22:31 UTC (rev 252229)
@@ -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:22:02 UTC (rev 252228)
+++ kde-unstable-x86_64/PKGBUILD2015-12-03 20:22:31 UTC (rev 252229)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 

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

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 22:44:25
  Author: arojas
Revision: 250368

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 21:44:07 UTC (rev 250367)
+++ extra-i686/PKGBUILD 2015-11-09 21:44:25 UTC (rev 250368)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo
-pkgver=15.08.2
-pkgrel=1
-pkgdesc="A Gomoku like game for two players"
-url="http://kde.org/applications/games/bovo/;
-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-bovo')
-replaces=('kdegames-bovo')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('93b7079d940cbaa2a4b724a34c6a0c711d84ad70')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../bovo-${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: bovo/repos/extra-i686/PKGBUILD (from rev 250367, bovo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 21:44:25 UTC (rev 250368)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=bovo
+pkgver=15.08.3
+pkgrel=1
+pkgdesc="A Gomoku like game for two players"
+url="http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('4e6b82b456cbb6749cd6c54a4c34028c18978e73')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- extra-i686/bovo.install 2015-11-09 21:44:07 UTC (rev 250367)
+++ extra-i686/bovo.install 2015-11-09 21:44:25 UTC (rev 250368)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/extra-i686/bovo.install (from rev 250367, 
bovo/trunk/bovo.install)
===
--- extra-i686/bovo.install (rev 0)
+++ extra-i686/bovo.install 2015-11-09 21:44:25 UTC (rev 250368)
@@ -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:44:07 UTC (rev 250367)
+++ extra-x86_64/PKGBUILD   2015-11-09 21:44:25 UTC (rev 250368)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo
-pkgver=15.08.2
-pkgrel=1
-pkgdesc="A Gomoku like game for two players"
-url="http://kde.org/applications/games/bovo/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')

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

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 09:26:07
  Author: arojas
Revision: 249045

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 07:25:48 UTC (rev 249044)
+++ extra-i686/PKGBUILD 2015-10-13 07:26:07 UTC (rev 249045)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="A Gomoku like game for two players"
-url="http://kde.org/applications/games/bovo/;
-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-bovo')
-replaces=('kdegames-bovo')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('45226f6f1d726cbea5d9815ddd7a374681a9d382')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../bovo-${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: bovo/repos/extra-i686/PKGBUILD (from rev 249044, bovo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:26:07 UTC (rev 249045)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=bovo
+pkgver=15.08.2
+pkgrel=1
+pkgdesc="A Gomoku like game for two players"
+url="http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('93b7079d940cbaa2a4b724a34c6a0c711d84ad70')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- extra-i686/bovo.install 2015-10-13 07:25:48 UTC (rev 249044)
+++ extra-i686/bovo.install 2015-10-13 07:26:07 UTC (rev 249045)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/extra-i686/bovo.install (from rev 249044, 
bovo/trunk/bovo.install)
===
--- extra-i686/bovo.install (rev 0)
+++ extra-i686/bovo.install 2015-10-13 07:26:07 UTC (rev 249045)
@@ -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:25:48 UTC (rev 249044)
+++ extra-x86_64/PKGBUILD   2015-10-13 07:26:07 UTC (rev 249045)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="A Gomoku like game for two players"
-url="http://kde.org/applications/games/bovo/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:44:56
  Author: arojas
Revision: 244047

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:44:37 UTC (rev 244046)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:44:56 UTC (rev 244047)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bovo
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A Gomoku like game for two players
-url=http://kde.org/applications/games/bovo/;
-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-bovo')
-replaces=('kdegames-bovo')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('ed2f802820112bab3725beb3d5093112463ae27f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../bovo-${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: bovo/repos/kde-unstable-i686/PKGBUILD (from rev 244046, 
bovo/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:44:56 UTC (rev 244047)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=bovo
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A Gomoku like game for two players
+url=http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('e4cbbfead1cf9733597c9bdd044f309c9484c32e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- kde-unstable-i686/bovo.install  2015-08-19 06:44:37 UTC (rev 244046)
+++ kde-unstable-i686/bovo.install  2015-08-19 06:44:56 UTC (rev 244047)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/kde-unstable-i686/bovo.install (from rev 244046, 
bovo/trunk/bovo.install)
===
--- kde-unstable-i686/bovo.install  (rev 0)
+++ kde-unstable-i686/bovo.install  2015-08-19 06:44:56 UTC (rev 244047)
@@ -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:44:37 UTC (rev 244046)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:44:56 UTC (rev 244047)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bovo
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A Gomoku like game for two players

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

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 06:54:48
  Author: arojas
Revision: 243513

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 04:54:32 UTC (rev 243512)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 04:54:48 UTC (rev 243513)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bovo
-pkgver=15.07.80
-pkgrel=1
-pkgdesc=A Gomoku like game for two players
-url=http://kde.org/applications/games/bovo/;
-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-bovo')
-replaces=('kdegames-bovo')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('a8902933aea2c1341b07b69030bfbdd0ef4cbec5')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../bovo-${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: bovo/repos/kde-unstable-i686/PKGBUILD (from rev 243512, 
bovo/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 04:54:48 UTC (rev 243513)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=bovo
+pkgver=15.07.90
+pkgrel=1
+pkgdesc=A Gomoku like game for two players
+url=http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('ed2f802820112bab3725beb3d5093112463ae27f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- kde-unstable-i686/bovo.install  2015-08-14 04:54:32 UTC (rev 243512)
+++ kde-unstable-i686/bovo.install  2015-08-14 04:54:48 UTC (rev 243513)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/kde-unstable-i686/bovo.install (from rev 243512, 
bovo/kde-unstable/bovo.install)
===
--- kde-unstable-i686/bovo.install  (rev 0)
+++ kde-unstable-i686/bovo.install  2015-08-14 04:54:48 UTC (rev 243513)
@@ -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:54:32 UTC (rev 243512)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 04:54:48 UTC (rev 243513)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bovo
-pkgver=15.07.80
-pkgrel=1

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:30:37
  Author: arojas
Revision: 241538

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:30:22 UTC (rev 241537)
+++ extra-i686/PKGBUILD 2015-06-30 20:30:37 UTC (rev 241538)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bovo
-pkgver=15.04.2
-pkgrel=1
-pkgdesc=A Gomoku like game for two players
-url=http://kde.org/applications/games/bovo/;
-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-bovo')
-replaces=('kdegames-bovo')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('6ae0ccac4b95cee87a1e15df2228f6971d74c464')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../bovo-${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: bovo/repos/extra-i686/PKGBUILD (from rev 241537, bovo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:30:37 UTC (rev 241538)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=bovo
+pkgver=15.04.3
+pkgrel=1
+pkgdesc=A Gomoku like game for two players
+url=http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('4cb01720d76ed9784468384213cd72c7f7f05eac')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- extra-i686/bovo.install 2015-06-30 20:30:22 UTC (rev 241537)
+++ extra-i686/bovo.install 2015-06-30 20:30:37 UTC (rev 241538)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/extra-i686/bovo.install (from rev 241537, 
bovo/trunk/bovo.install)
===
--- extra-i686/bovo.install (rev 0)
+++ extra-i686/bovo.install 2015-06-30 20:30:37 UTC (rev 241538)
@@ -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:30:22 UTC (rev 241537)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:30:37 UTC (rev 241538)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bovo
-pkgver=15.04.2
-pkgrel=1
-pkgdesc=A Gomoku like game for two players
-url=http://kde.org/applications/games/bovo/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')

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

2015-06-02 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 09:00:37
  Author: arojas
Revision: 240067

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 07:00:22 UTC (rev 240066)
+++ extra-i686/PKGBUILD 2015-06-02 07:00:37 UTC (rev 240067)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bovo
-pkgver=15.04.1
-pkgrel=1
-pkgdesc=A Gomoku like game for two players
-url=http://kde.org/applications/games/bovo/;
-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-bovo')
-replaces=('kdegames-bovo')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('d884e26dce30c2f22c589795af3ff1f4eaf368d7')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../bovo-${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: bovo/repos/extra-i686/PKGBUILD (from rev 240066, bovo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 07:00:37 UTC (rev 240067)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=bovo
+pkgver=15.04.2
+pkgrel=1
+pkgdesc=A Gomoku like game for two players
+url=http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('6ae0ccac4b95cee87a1e15df2228f6971d74c464')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- extra-i686/bovo.install 2015-06-02 07:00:22 UTC (rev 240066)
+++ extra-i686/bovo.install 2015-06-02 07:00:37 UTC (rev 240067)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/extra-i686/bovo.install (from rev 240066, 
bovo/trunk/bovo.install)
===
--- extra-i686/bovo.install (rev 0)
+++ extra-i686/bovo.install 2015-06-02 07:00:37 UTC (rev 240067)
@@ -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:00:22 UTC (rev 240066)
+++ extra-x86_64/PKGBUILD   2015-06-02 07:00:37 UTC (rev 240067)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bovo
-pkgver=15.04.1
-pkgrel=1
-pkgdesc=A Gomoku like game for two players
-url=http://kde.org/applications/games/bovo/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:42:03
  Author: arojas
Revision: 239036

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:41:38 UTC (rev 239035)
+++ extra-i686/PKGBUILD 2015-05-12 07:42:03 UTC (rev 239036)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bovo
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A Gomoku like game for two players
-url=http://kde.org/applications/games/bovo/;
-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-bovo')
-replaces=('kdegames-bovo')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('909f4d9513945ae1959e3bd05ef31456756d')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../bovo-${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: bovo/repos/extra-i686/PKGBUILD (from rev 239035, bovo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:42:03 UTC (rev 239036)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=bovo
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A Gomoku like game for two players
+url=http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('d884e26dce30c2f22c589795af3ff1f4eaf368d7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- extra-i686/bovo.install 2015-05-12 07:41:38 UTC (rev 239035)
+++ extra-i686/bovo.install 2015-05-12 07:42:03 UTC (rev 239036)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/extra-i686/bovo.install (from rev 239035, 
bovo/trunk/bovo.install)
===
--- extra-i686/bovo.install (rev 0)
+++ extra-i686/bovo.install 2015-05-12 07:42:03 UTC (rev 239036)
@@ -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:41:38 UTC (rev 239035)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:42:03 UTC (rev 239036)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bovo
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A Gomoku like game for two players
-url=http://kde.org/applications/games/bovo/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')

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

2015-03-27 Thread Antonio Rojas
Date: Friday, March 27, 2015 @ 09:40:39
  Author: arojas
Revision: 235066

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-27 08:40:20 UTC (rev 235065)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:40:39 UTC (rev 235066)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bovo
-pkgver=15.03.95
-pkgrel=1
-pkgdesc=A Gomoku like game for two players
-url=http://kde.org/applications/games/bovo/;
-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-bovo')
-replaces=('kdegames-bovo')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('ebf931a7bd1935d87a9b404c2d2273cc9b6f1162')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../bovo-${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: bovo/repos/kde-unstable-i686/PKGBUILD (from rev 235065, 
bovo/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:40:39 UTC (rev 235066)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=bovo
+pkgver=15.03.97
+pkgrel=1
+pkgdesc=A Gomoku like game for two players
+url=http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('66a329f2b162b1dc204dd1c6a4be2e54595d31de')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- kde-unstable-i686/bovo.install  2015-03-27 08:40:20 UTC (rev 235065)
+++ kde-unstable-i686/bovo.install  2015-03-27 08:40:39 UTC (rev 235066)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/kde-unstable-i686/bovo.install (from rev 235065, 
bovo/kde-unstable/bovo.install)
===
--- kde-unstable-i686/bovo.install  (rev 0)
+++ kde-unstable-i686/bovo.install  2015-03-27 08:40:39 UTC (rev 235066)
@@ -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:40:20 UTC (rev 235065)
+++ kde-unstable-x86_64/PKGBUILD2015-03-27 08:40:39 UTC (rev 235066)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bovo
-pkgver=15.03.95
-pkgrel=1

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 22:42:46
  Author: arojas
Revision: 234313

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 21:41:59 UTC (rev 234312)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 21:42:46 UTC (rev 234313)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bovo
-pkgver=15.03.90
-pkgrel=1
-pkgdesc=A Gomoku like game for two players
-url=http://kde.org/applications/games/bovo/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-bovo')
-replaces=('kdegames-bovo')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('b44fafb1fba45d39ac8931d0f850c3595091f19a')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../bovo-${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: bovo/repos/kde-unstable-i686/PKGBUILD (from rev 234312, 
bovo/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 21:42:46 UTC (rev 234313)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=bovo
+pkgver=15.03.95
+pkgrel=1
+pkgdesc=A Gomoku like game for two players
+url=http://kde.org/applications/games/bovo/;
+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-bovo')
+replaces=('kdegames-bovo')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('ebf931a7bd1935d87a9b404c2d2273cc9b6f1162')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bovo-${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/bovo.install
===
--- kde-unstable-i686/bovo.install  2015-03-20 21:41:59 UTC (rev 234312)
+++ kde-unstable-i686/bovo.install  2015-03-20 21:42:46 UTC (rev 234313)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/kde-unstable-i686/bovo.install (from rev 234312, 
bovo/kde-unstable/bovo.install)
===
--- kde-unstable-i686/bovo.install  (rev 0)
+++ kde-unstable-i686/bovo.install  2015-03-20 21:42:46 UTC (rev 234313)
@@ -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:41:59 UTC (rev 234312)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 21:42:46 UTC (rev 234313)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bovo
-pkgver=15.03.90
-pkgrel=1
-pkgdesc=A Gomoku