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

Antonio Rojas arojas at archlinux.org
Sat Aug 19 05:22:50 UTC 2017


    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 <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+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 <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+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/PKGBUILD	2017-08-19 05:22:29 UTC (rev 302520)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 05:22:49 UTC (rev 302521)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-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 <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-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/PKGBUILD	2017-08-19 05:22:49 UTC (rev 302521)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+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 <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+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
+}



More information about the arch-commits mailing list