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

Andrea Scarpino andrea at archlinux.org
Wed Nov 21 18:32:34 UTC 2012


    Date: Wednesday, November 21, 2012 @ 13:32:34
  Author: andrea
Revision: 171741

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

Added:
  libkmahjongg/repos/kde-unstable-i686/
  libkmahjongg/repos/kde-unstable-i686/PKGBUILD
    (from rev 171740, libkmahjongg/kde-unstable/PKGBUILD)
  libkmahjongg/repos/kde-unstable-x86_64/
  libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 171740, libkmahjongg/kde-unstable/PKGBUILD)

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

Copied: libkmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 171740, libkmahjongg/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2012-11-21 18:32:34 UTC (rev 171741)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkmahjongg
+pkgver=4.9.80
+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')
+replaces=('kdegames-libkmahjongg')
+conflicts=('kdegames-libkmahjongg')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('13fda308bc5371eb48f5535a34f0f6edb9319659')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 171740, libkmahjongg/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2012-11-21 18:32:34 UTC (rev 171741)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkmahjongg
+pkgver=4.9.80
+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')
+replaces=('kdegames-libkmahjongg')
+conflicts=('kdegames-libkmahjongg')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('13fda308bc5371eb48f5535a34f0f6edb9319659')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list