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

Antonio Rojas arojas at archlinux.org
Thu Apr 20 08:35:26 UTC 2017


    Date: Thursday, April 20, 2017 @ 08:35:25
  Author: arojas
Revision: 293419

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

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

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

Copied: klines/repos/kde-unstable-i686/PKGBUILD (from rev 293418, klines/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-04-20 08:35:25 UTC (rev 293419)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=klines
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="A simple but highly addictive, one player game"
+url="https://kde.org/applications/games/klines/"
+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-klines')
+replaces=('kdegames-klines')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8bc32836314618986fb371d0a0dae85cd60d2484cc85fe032a55d6845a1aa047'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+build() {
+  mkdir -p 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: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-04-20 08:35:05 UTC (rev 293418)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 08:35:25 UTC (rev 293419)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=klines
-pkgver=17.03.90
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"
-url="https://kde.org/applications/games/klines/"
-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-klines')
-replaces=('kdegames-klines')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz"{,.sig})
-sha256sums=('1dd377accbf3b99f6c7abf8c9eaeb8b0b485ff6aeebb11b43abaf35a5058c233'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-build() {
-  mkdir -p 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: klines/repos/kde-unstable-x86_64/PKGBUILD (from rev 293418, klines/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 08:35:25 UTC (rev 293419)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=klines
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="A simple but highly addictive, one player game"
+url="https://kde.org/applications/games/klines/"
+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-klines')
+replaces=('kdegames-klines')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8bc32836314618986fb371d0a0dae85cd60d2484cc85fe032a55d6845a1aa047'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+build() {
+  mkdir -p 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
+}



More information about the arch-commits mailing list