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

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


    Date: Saturday, August 19, 2017 @ 05:21:21
  Author: arojas
Revision: 302517

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

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

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

Copied: kshisen/repos/kde-unstable-i686/PKGBUILD (from rev 302516, kshisen/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-08-19 05:21:21 UTC (rev 302517)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kshisen
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="A solitaire-like game played using the standard set of Mahjong tiles"
+url="https://kde.org/applications/games/kshisen/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'libkmahjongg' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-kshisen')
+replaces=('kdegames-kshisen')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz"{,.sig})
+sha256sums=('58cefbd27fdb332e96efbf947a8ee2cca51966e550544939a62a5e53994378ac'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kshisen-${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:21:00 UTC (rev 302516)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 05:21:21 UTC (rev 302517)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kshisen
-pkgver=17.07.80
-pkgrel=1
-pkgdesc="A solitaire-like game played using the standard set of Mahjong tiles"
-url="https://kde.org/applications/games/kshisen/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'libkmahjongg' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-kshisen')
-replaces=('kdegames-kshisen')
-source=("https://download.kde.org/unstable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz"{,.sig})
-sha256sums=('3fdb3259cdfdc5a48929ab3561767a77110b5945a5b329a79524401aa045e149'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kshisen-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kshisen/repos/kde-unstable-x86_64/PKGBUILD (from rev 302516, kshisen/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 05:21:21 UTC (rev 302517)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kshisen
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="A solitaire-like game played using the standard set of Mahjong tiles"
+url="https://kde.org/applications/games/kshisen/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'libkmahjongg' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-kshisen')
+replaces=('kdegames-kshisen')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz"{,.sig})
+sha256sums=('58cefbd27fdb332e96efbf947a8ee2cca51966e550544939a62a5e53994378ac'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kshisen-${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