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

Antonio Rojas arojas at archlinux.org
Thu Dec 15 11:25:31 UTC 2016


    Date: Thursday, December 15, 2016 @ 11:25:31
  Author: arojas
Revision: 283438

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-12-15 11:25:12 UTC (rev 283437)
+++ kde-unstable-i686/PKGBUILD	2016-12-15 11:25:31 UTC (rev 283438)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=klines
-pkgver=16.11.90
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"
-url="http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz"{,.sig})
-sha1sums=('c86bc80bf8ff4ffa5823719053ea24810ec6a3a3'
-          '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-i686/PKGBUILD (from rev 283437, klines/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-12-15 11:25:31 UTC (rev 283438)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=klines
+pkgver=16.12.0
+pkgrel=1
+pkgdesc="A simple but highly addictive, one player game"
+url="http://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=("http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz"{,.sig})
+sha1sums=('9ebb3b66e555662008539ad0512fb865b1b88e2c'
+          '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	2016-12-15 11:25:12 UTC (rev 283437)
+++ kde-unstable-x86_64/PKGBUILD	2016-12-15 11:25:31 UTC (rev 283438)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=klines
-pkgver=16.11.90
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"
-url="http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz"{,.sig})
-sha1sums=('c86bc80bf8ff4ffa5823719053ea24810ec6a3a3'
-          '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 283437, klines/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-12-15 11:25:31 UTC (rev 283438)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=klines
+pkgver=16.12.0
+pkgrel=1
+pkgdesc="A simple but highly addictive, one player game"
+url="http://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=("http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz"{,.sig})
+sha1sums=('9ebb3b66e555662008539ad0512fb865b1b88e2c'
+          '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