[arch-commits] Commit in ksquares/repos (4 files)

2017-10-12 Thread Antonio Rojas
Date: Thursday, October 12, 2017 @ 15:33:35
  Author: arojas
Revision: 307679

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

Added:
  ksquares/repos/extra-i686/PKGBUILD
(from rev 307678, ksquares/trunk/PKGBUILD)
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 307678, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-i686/PKGBUILD
  ksquares/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-12 15:33:07 UTC (rev 307678)
+++ extra-i686/PKGBUILD 2017-10-12 15:33:35 UTC (rev 307679)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=17.08.1
-pkgrel=1
-pkgdesc="A game modeled after the well known pen and paper based game of Dots 
and Boxes"
-url="https://kde.org/applications/games/ksquares/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme) 
-makedepends=(extra-cmake-modules python kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('21ae95095b5ecdd8811f3f5c1fc3910dd121a0f4703bb38bcfbe6a871dc589d3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ksquares/repos/extra-i686/PKGBUILD (from rev 307678, 
ksquares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-12 15:33:35 UTC (rev 307679)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=17.08.2
+pkgrel=1
+pkgdesc="A game modeled after the well known pen and paper based game of Dots 
and Boxes"
+url="https://kde.org/applications/games/ksquares/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme) 
+makedepends=(extra-cmake-modules python kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e53b0d6ce4513bf80f0e39092849fd26d639f692f9e0c09e3c940d99477d57d0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-12 15:33:07 UTC (rev 307678)
+++ extra-x86_64/PKGBUILD   2017-10-12 15:33:35 UTC (rev 307679)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=17.08.1
-pkgrel=1
-pkgdesc="A game modeled after the well known pen and paper based game of Dots 
and Boxes"
-url="https://kde.org/applications/games/ksquares/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme) 
-makedepends=(extra-cmake-modules python kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('21ae95095b5ecdd8811f3f5c1fc3910dd121a0f4703bb38bcfbe6a871dc589d3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: 

[arch-commits] Commit in ksquares/repos (4 files)

2017-09-07 Thread Antonio Rojas
Date: Thursday, September 7, 2017 @ 18:22:04
  Author: arojas
Revision: 304908

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

Added:
  ksquares/repos/extra-i686/PKGBUILD
(from rev 304907, ksquares/trunk/PKGBUILD)
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 304907, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-i686/PKGBUILD
  ksquares/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 76 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-07 18:21:42 UTC (rev 304907)
+++ extra-i686/PKGBUILD 2017-09-07 18:22:04 UTC (rev 304908)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=17.08.0
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="https://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha256sums=('7c71d05a8847c18270acf0548440cd26614794a0eb0ae7c3eb1e675ce417bd3a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-i686/PKGBUILD (from rev 304907, 
ksquares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-07 18:22:04 UTC (rev 304908)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=17.08.1
+pkgrel=1
+pkgdesc="A game modeled after the well known pen and paper based game of Dots 
and Boxes"
+url="https://kde.org/applications/games/ksquares/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme) 
+makedepends=(extra-cmake-modules python kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('21ae95095b5ecdd8811f3f5c1fc3910dd121a0f4703bb38bcfbe6a871dc589d3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-07 18:21:42 UTC (rev 304907)
+++ extra-x86_64/PKGBUILD   2017-09-07 18:22:04 UTC (rev 304908)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=17.08.0
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="https://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha256sums=('7c71d05a8847c18270acf0548440cd26614794a0eb0ae7c3eb1e675ce417bd3a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}

[arch-commits] Commit in ksquares/repos (4 files)

2017-08-18 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 05:22:49
  Author: arojas
Revision: 302521

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

Added:
  ksquares/repos/kde-unstable-i686/
  ksquares/repos/kde-unstable-i686/PKGBUILD
(from rev 302520, ksquares/trunk/PKGBUILD)
  ksquares/repos/kde-unstable-x86_64/PKGBUILD
(from rev 302520, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   39 +++
 kde-unstable-i686/PKGBUILD   |   39 +++
 kde-unstable-x86_64/PKGBUILD |   39 ---
 3 files changed, 78 insertions(+), 39 deletions(-)

Copied: ksquares/repos/kde-unstable-i686/PKGBUILD (from rev 302520, 
ksquares/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-08-19 05:22:49 UTC (rev 302521)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="https://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
+sha256sums=('7c71d05a8847c18270acf0548440cd26614794a0eb0ae7c3eb1e675ce417bd3a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-08-19 05:22:29 UTC (rev 302520)
+++ kde-unstable-x86_64/PKGBUILD2017-08-19 05:22:49 UTC (rev 302521)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=17.07.80
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="https://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("https://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha256sums=('20cd68ef36409cf0c77467d7ea9d9b6ee8b733b0d59748c3656410b5b95e5a8e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/kde-unstable-x86_64/PKGBUILD (from rev 302520, 
ksquares/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-08-19 05:22:49 UTC (rev 302521)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="https://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
+sha256sums=('7c71d05a8847c18270acf0548440cd26614794a0eb0ae7c3eb1e675ce417bd3a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  

[arch-commits] Commit in ksquares/repos (4 files)

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 14:53:58
  Author: arojas
Revision: 300387

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

Added:
  ksquares/repos/extra-i686/PKGBUILD
(from rev 300386, ksquares/trunk/PKGBUILD)
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 300386, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-i686/PKGBUILD
  ksquares/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   38 ---
 extra-x86_64/PKGBUILD |   38 ---
 3 files changed, 78 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 14:53:30 UTC (rev 300386)
+++ extra-i686/PKGBUILD 2017-07-13 14:53:58 UTC (rev 300387)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=17.04.2
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="https://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha256sums=('2047694134bd800de4979634e6e6a5525d2f4e93a834c71ed8dc88d0c441d61d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-i686/PKGBUILD (from rev 300386, 
ksquares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 14:53:58 UTC (rev 300387)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=17.04.3
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="https://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ab47b917d8221c4d766e2092c3dcbb55064839f21b7740039a39fd5e1e0da310'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 14:53:30 UTC (rev 300386)
+++ extra-x86_64/PKGBUILD   2017-07-13 14:53:58 UTC (rev 300387)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=17.04.2
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="https://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha256sums=('2047694134bd800de4979634e6e6a5525d2f4e93a834c71ed8dc88d0c441d61d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-x86_64/PKGBUILD (from rev 300386, 

[arch-commits] Commit in ksquares/repos (4 files)

2017-06-08 Thread Antonio Rojas
Date: Thursday, June 8, 2017 @ 11:52:21
  Author: arojas
Revision: 298291

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

Added:
  ksquares/repos/extra-i686/PKGBUILD
(from rev 298290, ksquares/trunk/PKGBUILD)
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 298290, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-i686/PKGBUILD
  ksquares/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-08 11:52:02 UTC (rev 298290)
+++ extra-i686/PKGBUILD 2017-06-08 11:52:21 UTC (rev 298291)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=17.04.1
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="https://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha256sums=('01c99dfb82a45a803f980494f91f5ca415996af221b195261fb3ffd051aac787'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-i686/PKGBUILD (from rev 298290, 
ksquares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-08 11:52:21 UTC (rev 298291)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=17.04.2
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="https://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2047694134bd800de4979634e6e6a5525d2f4e93a834c71ed8dc88d0c441d61d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-08 11:52:02 UTC (rev 298290)
+++ extra-x86_64/PKGBUILD   2017-06-08 11:52:21 UTC (rev 298291)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=17.04.1
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="https://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha256sums=('01c99dfb82a45a803f980494f91f5ca415996af221b195261fb3ffd051aac787'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-x86_64/PKGBUILD (from rev 298290, 
ksquares/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in ksquares/repos (4 files)

2017-05-11 Thread Antonio Rojas
Date: Thursday, May 11, 2017 @ 10:54:35
  Author: arojas
Revision: 295716

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

Added:
  ksquares/repos/extra-i686/PKGBUILD
(from rev 295715, ksquares/trunk/PKGBUILD)
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 295715, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-i686/PKGBUILD
  ksquares/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-11 10:54:14 UTC (rev 295715)
+++ extra-i686/PKGBUILD 2017-05-11 10:54:35 UTC (rev 295716)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=17.04.0
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="https://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha256sums=('c44d371694ab7f34e6b7225b889ec535ed91ea16dcc3a0e6fe579e03dce6ef57'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-i686/PKGBUILD (from rev 295715, 
ksquares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-11 10:54:35 UTC (rev 295716)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=17.04.1
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="https://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
+sha256sums=('01c99dfb82a45a803f980494f91f5ca415996af221b195261fb3ffd051aac787'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-05-11 10:54:14 UTC (rev 295715)
+++ extra-x86_64/PKGBUILD   2017-05-11 10:54:35 UTC (rev 295716)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=17.04.0
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="https://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha256sums=('c44d371694ab7f34e6b7225b889ec535ed91ea16dcc3a0e6fe579e03dce6ef57'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-x86_64/PKGBUILD (from rev 295715, 
ksquares/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in ksquares/repos (4 files)

2017-04-20 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 08:40:05
  Author: arojas
Revision: 293433

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

Added:
  ksquares/repos/kde-unstable-i686/
  ksquares/repos/kde-unstable-i686/PKGBUILD
(from rev 293432, ksquares/trunk/PKGBUILD)
  ksquares/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293432, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   38 ++
 kde-unstable-i686/PKGBUILD   |   38 ++
 kde-unstable-x86_64/PKGBUILD |   38 --
 3 files changed, 76 insertions(+), 38 deletions(-)

Copied: ksquares/repos/kde-unstable-i686/PKGBUILD (from rev 293432, 
ksquares/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-04-20 08:40:05 UTC (rev 293433)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="https://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c44d371694ab7f34e6b7225b889ec535ed91ea16dcc3a0e6fe579e03dce6ef57'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-04-20 08:39:48 UTC (rev 293432)
+++ kde-unstable-x86_64/PKGBUILD2017-04-20 08:40:05 UTC (rev 293433)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=17.03.90
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="https://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha256sums=('11c4c8dc7ab20cfb3398719452058b4471e66a3f136d088a0c4387f92b8122fb'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/kde-unstable-x86_64/PKGBUILD (from rev 293432, 
ksquares/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-04-20 08:40:05 UTC (rev 293433)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="https://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c44d371694ab7f34e6b7225b889ec535ed91ea16dcc3a0e6fe579e03dce6ef57'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {

[arch-commits] Commit in ksquares/repos (4 files)

2017-03-09 Thread Antonio Rojas
Date: Thursday, March 9, 2017 @ 17:04:49
  Author: arojas
Revision: 290351

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

Added:
  ksquares/repos/extra-i686/PKGBUILD
(from rev 290350, ksquares/trunk/PKGBUILD)
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 290350, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-i686/PKGBUILD
  ksquares/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-09 17:04:31 UTC (rev 290350)
+++ extra-i686/PKGBUILD 2017-03-09 17:04:49 UTC (rev 290351)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.12.2
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha1sums=('68a944ecdda4320513ccfb5379cac0a0eb125294'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-i686/PKGBUILD (from rev 290350, 
ksquares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-09 17:04:49 UTC (rev 290351)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.12.3
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="https://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c962928939d963c3814d76d880bcba694c5fb4a46d4fc2fafc74e7e0600a6d29'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-09 17:04:31 UTC (rev 290350)
+++ extra-x86_64/PKGBUILD   2017-03-09 17:04:49 UTC (rev 290351)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.12.2
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha1sums=('68a944ecdda4320513ccfb5379cac0a0eb125294'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-x86_64/PKGBUILD (from rev 290350, 
ksquares/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

[arch-commits] Commit in ksquares/repos (4 files)

2017-02-09 Thread Antonio Rojas
Date: Thursday, February 9, 2017 @ 14:19:21
  Author: arojas
Revision: 288413

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

Added:
  ksquares/repos/extra-i686/PKGBUILD
(from rev 288412, ksquares/trunk/PKGBUILD)
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 288412, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-i686/PKGBUILD
  ksquares/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-09 14:19:02 UTC (rev 288412)
+++ extra-i686/PKGBUILD 2017-02-09 14:19:21 UTC (rev 288413)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.12.1
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha1sums=('32101bcc371c86867a1736bdeae8e3c58f460d23'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-i686/PKGBUILD (from rev 288412, 
ksquares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-09 14:19:21 UTC (rev 288413)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.12.2
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
+sha1sums=('68a944ecdda4320513ccfb5379cac0a0eb125294'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-09 14:19:02 UTC (rev 288412)
+++ extra-x86_64/PKGBUILD   2017-02-09 14:19:21 UTC (rev 288413)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.12.1
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha1sums=('32101bcc371c86867a1736bdeae8e3c58f460d23'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-x86_64/PKGBUILD (from rev 288412, 
ksquares/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

[arch-commits] Commit in ksquares/repos (4 files)

2017-01-12 Thread Antonio Rojas
Date: Thursday, January 12, 2017 @ 20:01:45
  Author: arojas
Revision: 286060

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

Added:
  ksquares/repos/extra-i686/PKGBUILD
(from rev 286059, ksquares/trunk/PKGBUILD)
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 286059, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-i686/PKGBUILD
  ksquares/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 20:01:25 UTC (rev 286059)
+++ extra-i686/PKGBUILD 2017-01-12 20:01:45 UTC (rev 286060)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.12.0
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha1sums=('74f5f4f81912b8ee466047581c7a09dd6599b453'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-i686/PKGBUILD (from rev 286059, 
ksquares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 20:01:45 UTC (rev 286060)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.12.1
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
+sha1sums=('32101bcc371c86867a1736bdeae8e3c58f460d23'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-12 20:01:25 UTC (rev 286059)
+++ extra-x86_64/PKGBUILD   2017-01-12 20:01:45 UTC (rev 286060)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.12.0
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha1sums=('74f5f4f81912b8ee466047581c7a09dd6599b453'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-x86_64/PKGBUILD (from rev 286059, 
ksquares/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

[arch-commits] Commit in ksquares/repos (4 files)

2016-12-15 Thread Antonio Rojas
Date: Thursday, December 15, 2016 @ 11:30:20
  Author: arojas
Revision: 283452

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

Added:
  ksquares/repos/kde-unstable-i686/PKGBUILD
(from rev 283451, ksquares/trunk/PKGBUILD)
  ksquares/repos/kde-unstable-x86_64/PKGBUILD
(from rev 283451, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/kde-unstable-i686/PKGBUILD
  ksquares/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   76 +
 kde-unstable-i686/PKGBUILD   |   38 
 kde-unstable-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-12-15 11:30:01 UTC (rev 283451)
+++ kde-unstable-i686/PKGBUILD  2016-12-15 11:30:20 UTC (rev 283452)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.11.90
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha1sums=('bbb399e501a94c9230bba966380db37fae510804'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/kde-unstable-i686/PKGBUILD (from rev 283451, 
ksquares/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-15 11:30:20 UTC (rev 283452)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.12.0
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
+sha1sums=('74f5f4f81912b8ee466047581c7a09dd6599b453'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-12-15 11:30:01 UTC (rev 283451)
+++ kde-unstable-x86_64/PKGBUILD2016-12-15 11:30:20 UTC (rev 283452)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.11.90
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha1sums=('bbb399e501a94c9230bba966380db37fae510804'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/kde-unstable-x86_64/PKGBUILD (from rev 283451, 
ksquares/trunk/PKGBUILD)

[arch-commits] Commit in ksquares/repos (4 files)

2016-12-02 Thread Antonio Rojas
Date: Saturday, December 3, 2016 @ 00:28:01
  Author: arojas
Revision: 282670

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

Added:
  ksquares/repos/kde-unstable-i686/PKGBUILD
(from rev 282669, ksquares/kde-unstable/PKGBUILD)
  ksquares/repos/kde-unstable-x86_64/PKGBUILD
(from rev 282669, ksquares/kde-unstable/PKGBUILD)
Deleted:
  ksquares/repos/kde-unstable-i686/PKGBUILD
  ksquares/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   76 +
 kde-unstable-i686/PKGBUILD   |   38 
 kde-unstable-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-12-03 00:27:53 UTC (rev 282669)
+++ kde-unstable-i686/PKGBUILD  2016-12-03 00:28:01 UTC (rev 282670)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.11.80
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha1sums=('dc5cae7862ab8d24c5eaab1a0ac2d2a212cc520b'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/kde-unstable-i686/PKGBUILD (from rev 282669, 
ksquares/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-03 00:28:01 UTC (rev 282670)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.11.90
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
+sha1sums=('bbb399e501a94c9230bba966380db37fae510804'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-12-03 00:27:53 UTC (rev 282669)
+++ kde-unstable-x86_64/PKGBUILD2016-12-03 00:28:01 UTC (rev 282670)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.11.80
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
-sha1sums=('dc5cae7862ab8d24c5eaab1a0ac2d2a212cc520b'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/kde-unstable-x86_64/PKGBUILD (from rev 282669, 

[arch-commits] Commit in ksquares/repos (4 files)

2016-11-18 Thread Antonio Rojas
Date: Friday, November 18, 2016 @ 19:59:22
  Author: arojas
Revision: 281144

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

Added:
  ksquares/repos/staging-i686/
  ksquares/repos/staging-i686/PKGBUILD
(from rev 281143, ksquares/kde-unstable/PKGBUILD)
  ksquares/repos/staging-x86_64/
  ksquares/repos/staging-x86_64/PKGBUILD
(from rev 281143, ksquares/kde-unstable/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: ksquares/repos/staging-i686/PKGBUILD (from rev 281143, 
ksquares/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-18 19:59:22 UTC (rev 281144)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.11.80
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
+sha1sums=('dc5cae7862ab8d24c5eaab1a0ac2d2a212cc520b'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: ksquares/repos/staging-x86_64/PKGBUILD (from rev 281143, 
ksquares/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-18 19:59:22 UTC (rev 281144)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.11.80
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz"{,.sig})
+sha1sums=('dc5cae7862ab8d24c5eaab1a0ac2d2a212cc520b'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in ksquares/repos (4 files)

2016-11-10 Thread Antonio Rojas
Date: Thursday, November 10, 2016 @ 18:28:38
  Author: arojas
Revision: 280416

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

Added:
  ksquares/repos/extra-i686/PKGBUILD
(from rev 280415, ksquares/trunk/PKGBUILD)
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 280415, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-i686/PKGBUILD
  ksquares/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-10 18:28:31 UTC (rev 280415)
+++ extra-i686/PKGBUILD 2016-11-10 18:28:38 UTC (rev 280416)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.08.2
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('b39c9889bfa50bb6e206b9110ff89ed8753b9d08')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-i686/PKGBUILD (from rev 280415, 
ksquares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-10 18:28:38 UTC (rev 280416)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.08.3
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('94afd729f60dc065d8602983d9b24b78b4ec9d44')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-10 18:28:31 UTC (rev 280415)
+++ extra-x86_64/PKGBUILD   2016-11-10 18:28:38 UTC (rev 280416)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.08.2
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('b39c9889bfa50bb6e206b9110ff89ed8753b9d08')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-x86_64/PKGBUILD (from rev 280415, 
ksquares/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-10 18:28:38 UTC (rev 280416)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.08.3
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;

[arch-commits] Commit in ksquares/repos (4 files)

2016-10-13 Thread Antonio Rojas
Date: Thursday, October 13, 2016 @ 16:08:50
  Author: arojas
Revision: 278716

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

Added:
  ksquares/repos/extra-i686/PKGBUILD
(from rev 278715, ksquares/trunk/PKGBUILD)
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 278715, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-i686/PKGBUILD
  ksquares/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-13 16:08:44 UTC (rev 278715)
+++ extra-i686/PKGBUILD 2016-10-13 16:08:50 UTC (rev 278716)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.08.1
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('98648f89295859943bba2e6e83aeba7fbfd5fa4b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-i686/PKGBUILD (from rev 278715, 
ksquares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-13 16:08:50 UTC (rev 278716)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.08.2
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('b39c9889bfa50bb6e206b9110ff89ed8753b9d08')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-13 16:08:44 UTC (rev 278715)
+++ extra-x86_64/PKGBUILD   2016-10-13 16:08:50 UTC (rev 278716)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.08.1
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('98648f89295859943bba2e6e83aeba7fbfd5fa4b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-x86_64/PKGBUILD (from rev 278715, 
ksquares/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-13 16:08:50 UTC (rev 278716)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.08.2
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;

[arch-commits] Commit in ksquares/repos (4 files)

2016-09-08 Thread Antonio Rojas
Date: Thursday, September 8, 2016 @ 18:21:20
  Author: arojas
Revision: 275992

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

Added:
  ksquares/repos/extra-i686/PKGBUILD
(from rev 275991, ksquares/trunk/PKGBUILD)
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 275991, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-i686/PKGBUILD
  ksquares/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-08 18:20:38 UTC (rev 275991)
+++ extra-i686/PKGBUILD 2016-09-08 18:21:20 UTC (rev 275992)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.08.0
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('a932d190b055e86e869e59ad58f4731985bf44e3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-i686/PKGBUILD (from rev 275991, 
ksquares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-08 18:21:20 UTC (rev 275992)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.08.1
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('98648f89295859943bba2e6e83aeba7fbfd5fa4b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-08 18:20:38 UTC (rev 275991)
+++ extra-x86_64/PKGBUILD   2016-09-08 18:21:20 UTC (rev 275992)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.08.0
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('a932d190b055e86e869e59ad58f4731985bf44e3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-x86_64/PKGBUILD (from rev 275991, 
ksquares/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-08 18:21:20 UTC (rev 275992)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.08.1
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;

[arch-commits] Commit in ksquares/repos (4 files)

2016-08-20 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 03:21:03
  Author: felixonmars
Revision: 274359

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

Added:
  ksquares/repos/testing-i686/
  ksquares/repos/testing-i686/PKGBUILD
(from rev 274358, ksquares/trunk/PKGBUILD)
  ksquares/repos/testing-x86_64/
  ksquares/repos/testing-x86_64/PKGBUILD
(from rev 274358, ksquares/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: ksquares/repos/testing-i686/PKGBUILD (from rev 274358, 
ksquares/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-21 03:21:03 UTC (rev 274359)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('a932d190b055e86e869e59ad58f4731985bf44e3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: ksquares/repos/testing-x86_64/PKGBUILD (from rev 274358, 
ksquares/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-21 03:21:03 UTC (rev 274359)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('a932d190b055e86e869e59ad58f4731985bf44e3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in ksquares/repos (4 files)

2016-08-05 Thread Antonio Rojas
Date: Friday, August 5, 2016 @ 18:07:26
  Author: arojas
Revision: 273263

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

Added:
  ksquares/repos/kde-unstable-i686/PKGBUILD
(from rev 273262, ksquares/kde-unstable/PKGBUILD)
  ksquares/repos/kde-unstable-x86_64/PKGBUILD
(from rev 273262, ksquares/kde-unstable/PKGBUILD)
Deleted:
  ksquares/repos/kde-unstable-i686/PKGBUILD
  ksquares/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   72 +
 kde-unstable-i686/PKGBUILD   |   36 
 kde-unstable-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-08-05 18:07:09 UTC (rev 273262)
+++ kde-unstable-i686/PKGBUILD  2016-08-05 18:07:26 UTC (rev 273263)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.07.80
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('db2cc94051cb2b6dd61570bc59a3f476d62e6a96')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/kde-unstable-i686/PKGBUILD (from rev 273262, 
ksquares/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-08-05 18:07:26 UTC (rev 273263)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.07.90
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('631c199a6be7f94cccdd82feac4ab550f4e14a6f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-08-05 18:07:09 UTC (rev 273262)
+++ kde-unstable-x86_64/PKGBUILD2016-08-05 18:07:26 UTC (rev 273263)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.07.80
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('db2cc94051cb2b6dd61570bc59a3f476d62e6a96')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/kde-unstable-x86_64/PKGBUILD (from rev 273262, 
ksquares/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-08-05 18:07:26 UTC (rev 273263)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+

[arch-commits] Commit in ksquares/repos (4 files)

2016-07-23 Thread Antonio Rojas
Date: Saturday, July 23, 2016 @ 18:43:29
  Author: arojas
Revision: 272352

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

Added:
  ksquares/repos/kde-unstable-i686/
  ksquares/repos/kde-unstable-i686/PKGBUILD
(from rev 272351, ksquares/kde-unstable/PKGBUILD)
  ksquares/repos/kde-unstable-x86_64/
  ksquares/repos/kde-unstable-x86_64/PKGBUILD
(from rev 272351, ksquares/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   36 
 kde-unstable-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: ksquares/repos/kde-unstable-i686/PKGBUILD (from rev 272351, 
ksquares/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-23 18:43:29 UTC (rev 272352)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('db2cc94051cb2b6dd61570bc59a3f476d62e6a96')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: ksquares/repos/kde-unstable-x86_64/PKGBUILD (from rev 272351, 
ksquares/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-07-23 18:43:29 UTC (rev 272352)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('db2cc94051cb2b6dd61570bc59a3f476d62e6a96')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in ksquares/repos (4 files)

2016-07-12 Thread Antonio Rojas
Date: Tuesday, July 12, 2016 @ 18:05:31
  Author: arojas
Revision: 271659

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

Added:
  ksquares/repos/extra-i686/PKGBUILD
(from rev 271658, ksquares/trunk/PKGBUILD)
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 271658, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-i686/PKGBUILD
  ksquares/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-12 18:05:13 UTC (rev 271658)
+++ extra-i686/PKGBUILD 2016-07-12 18:05:31 UTC (rev 271659)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('cde09a95618cf0dce6da34acb663812b4657f62e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-i686/PKGBUILD (from rev 271658, 
ksquares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-12 18:05:31 UTC (rev 271659)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.04.3
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('2526243c44d3cd63319a90b07a6e941e8c602403')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-12 18:05:13 UTC (rev 271658)
+++ extra-x86_64/PKGBUILD   2016-07-12 18:05:31 UTC (rev 271659)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('cde09a95618cf0dce6da34acb663812b4657f62e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/extra-x86_64/PKGBUILD (from rev 271658, 
ksquares/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-07-12 18:05:31 UTC (rev 271659)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.04.3
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;

[arch-commits] Commit in ksquares/repos (4 files)

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 17:01:30
  Author: arojas
Revision: 269855

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

Added:
  ksquares/repos/extra-i686/PKGBUILD
(from rev 269854, ksquares/trunk/PKGBUILD)
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 269854, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-i686/PKGBUILD
  ksquares/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   37 
 extra-x86_64/PKGBUILD |   37 
 3 files changed, 72 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 17:01:14 UTC (rev 269854)
+++ extra-i686/PKGBUILD 2016-06-14 17:01:30 UTC (rev 269855)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('9c9b4f4764edc5852973044a595d5b1e18bb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${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: ksquares/repos/extra-i686/PKGBUILD (from rev 269854, 
ksquares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 17:01:30 UTC (rev 269855)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.04.2
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('cde09a95618cf0dce6da34acb663812b4657f62e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-14 17:01:14 UTC (rev 269854)
+++ extra-x86_64/PKGBUILD   2016-06-14 17:01:30 UTC (rev 269855)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('9c9b4f4764edc5852973044a595d5b1e18bb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${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: ksquares/repos/extra-x86_64/PKGBUILD (from rev 269854, 
ksquares/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-14 17:01:30 UTC (rev 269855)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.04.2
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game 

[arch-commits] Commit in ksquares/repos (4 files)

2016-05-10 Thread Antonio Rojas
Date: Tuesday, May 10, 2016 @ 18:52:44
  Author: arojas
Revision: 267491

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

Added:
  ksquares/repos/extra-i686/PKGBUILD
(from rev 267490, ksquares/trunk/PKGBUILD)
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 267490, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-i686/PKGBUILD
  ksquares/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   37 
 extra-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-10 16:52:27 UTC (rev 267490)
+++ extra-i686/PKGBUILD 2016-05-10 16:52:44 UTC (rev 267491)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.04.0
-pkgrel=2
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('7c75888e3840179792ddb1baf8d7492139476f81')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${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: ksquares/repos/extra-i686/PKGBUILD (from rev 267490, 
ksquares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-10 16:52:44 UTC (rev 267491)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.04.1
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('9c9b4f4764edc5852973044a595d5b1e18bb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-10 16:52:27 UTC (rev 267490)
+++ extra-x86_64/PKGBUILD   2016-05-10 16:52:44 UTC (rev 267491)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.04.0
-pkgrel=2
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('7c75888e3840179792ddb1baf8d7492139476f81')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${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: ksquares/repos/extra-x86_64/PKGBUILD (from rev 267490, 
ksquares/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-10 16:52:44 UTC (rev 267491)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.04.1
+pkgrel=1
+pkgdesc="A modeled after