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

Felix Yan felixonmars at archlinux.org
Sun Aug 21 03:05:50 UTC 2016


    Date: Sunday, August 21, 2016 @ 03:05:49
  Author: felixonmars
Revision: 274309

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

Added:
  kblocks/repos/testing-i686/
  kblocks/repos/testing-i686/PKGBUILD
    (from rev 274308, kblocks/trunk/PKGBUILD)
  kblocks/repos/testing-x86_64/
  kblocks/repos/testing-x86_64/PKGBUILD
    (from rev 274308, kblocks/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: kblocks/repos/testing-i686/PKGBUILD (from rev 274308, kblocks/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-08-21 03:05:49 UTC (rev 274309)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kblocks
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="The classic falling blocks game"
+url="http://kde.org/applications/games/kblocks/"
+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-kblocks')
+replaces=('kdegames-kblocks')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kblocks-${pkgver}.tar.xz")
+sha1sums=('2e4ff15fecc8c3adde4325454465ee37f7db0d52')
+
+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
+}

Copied: kblocks/repos/testing-x86_64/PKGBUILD (from rev 274308, kblocks/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-08-21 03:05:49 UTC (rev 274309)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kblocks
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="The classic falling blocks game"
+url="http://kde.org/applications/games/kblocks/"
+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-kblocks')
+replaces=('kdegames-kblocks')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kblocks-${pkgver}.tar.xz")
+sha1sums=('2e4ff15fecc8c3adde4325454465ee37f7db0d52')
+
+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
+}



More information about the arch-commits mailing list