[arch-commits] Commit in libkmahjongg4 (5 files)

Antonio Rojas arojas at archlinux.org
Fri Mar 13 18:39:27 UTC 2015


    Date: Friday, March 13, 2015 @ 19:39:26
  Author: arojas
Revision: 233586

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

Added:
  libkmahjongg4/repos/
  libkmahjongg4/repos/kde-unstable-i686/
  libkmahjongg4/repos/kde-unstable-i686/PKGBUILD
    (from rev 233585, libkmahjongg4/trunk/PKGBUILD)
  libkmahjongg4/repos/kde-unstable-x86_64/
  libkmahjongg4/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 233585, libkmahjongg4/trunk/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: libkmahjongg4/repos/kde-unstable-i686/PKGBUILD (from rev 233585, libkmahjongg4/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2015-03-13 18:39:26 UTC (rev 233586)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 231086 2015-02-07 09:42:34Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkmahjongg4
+pkgver=14.12.3
+pkgrel=1
+pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
+url="https://projects.kde.org/projects/kde/kdegames/libmahjongg"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+conflicts=('libkmahjongg<15')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/libkmahjongg-${pkgver}.tar.xz")
+sha1sums=('511983c1b92e391e24909b04d3ae2817f720e661')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkmahjongg-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkmahjongg4/repos/kde-unstable-x86_64/PKGBUILD (from rev 233585, libkmahjongg4/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2015-03-13 18:39:26 UTC (rev 233586)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 231086 2015-02-07 09:42:34Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkmahjongg4
+pkgver=14.12.3
+pkgrel=1
+pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
+url="https://projects.kde.org/projects/kde/kdegames/libmahjongg"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+conflicts=('libkmahjongg<15')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/libkmahjongg-${pkgver}.tar.xz")
+sha1sums=('511983c1b92e391e24909b04d3ae2817f720e661')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkmahjongg-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list