Date: Thursday, September 7, 2017 @ 18:16:46
  Author: arojas
Revision: 304894

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-09-07 18:16:23 UTC (rev 304893)
+++ extra-i686/PKGBUILD 2017-09-07 18:16:46 UTC (rev 304894)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-
-pkgname=klines
-pkgver=17.08.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=('a713fba2352c8ef58c170cfcd1d913b7c13b4a419d9ec48e64c935477cf730f1'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<aa...@kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 
<cf...@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/extra-i686/PKGBUILD (from rev 304893, 
klines/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2017-09-07 18:16:46 UTC (rev 304894)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=klines
+pkgver=17.08.1
+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)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5090358fc8b898b0a6726969cf7c6fc30aab674ea58dc2b7b78be70fc87f3119'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<aa...@kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 
<cf...@kde.org>
+
+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:16:23 UTC (rev 304893)
+++ extra-x86_64/PKGBUILD       2017-09-07 18:16:46 UTC (rev 304894)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-
-pkgname=klines
-pkgver=17.08.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=('a713fba2352c8ef58c170cfcd1d913b7c13b4a419d9ec48e64c935477cf730f1'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<aa...@kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 
<cf...@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/extra-x86_64/PKGBUILD (from rev 304893, 
klines/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2017-09-07 18:16:46 UTC (rev 304894)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=klines
+pkgver=17.08.1
+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)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5090358fc8b898b0a6726969cf7c6fc30aab674ea58dc2b7b78be70fc87f3119'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<aa...@kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 
<cf...@kde.org>
+
+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
+}

Reply via email to