[arch-commits] Commit in kdegames-kmahjongg/repos (6 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jun 13 19:01:57 UTC 2013


    Date: Thursday, June 13, 2013 @ 21:01:57
  Author: andrea
Revision: 188341

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

Added:
  kdegames-kmahjongg/repos/kde-unstable-i686/
  kdegames-kmahjongg/repos/kde-unstable-i686/PKGBUILD
    (from rev 188340, kdegames-kmahjongg/kde-unstable/PKGBUILD)
  kdegames-kmahjongg/repos/kde-unstable-i686/kdegames-kmahjongg.install
    (from rev 188340, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
  kdegames-kmahjongg/repos/kde-unstable-x86_64/
  kdegames-kmahjongg/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 188340, kdegames-kmahjongg/kde-unstable/PKGBUILD)
  kdegames-kmahjongg/repos/kde-unstable-x86_64/kdegames-kmahjongg.install
    (from rev 188340, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)

------------------------------------------------+
 kde-unstable-i686/PKGBUILD                     |   31 +++++++++++++++++++++++
 kde-unstable-i686/kdegames-kmahjongg.install   |   11 ++++++++
 kde-unstable-x86_64/PKGBUILD                   |   31 +++++++++++++++++++++++
 kde-unstable-x86_64/kdegames-kmahjongg.install |   11 ++++++++
 4 files changed, 84 insertions(+)

Copied: kdegames-kmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 188340, kdegames-kmahjongg/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-06-13 19:01:57 UTC (rev 188341)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kmahjongg
+pkgver=4.10.80
+pkgrel=1
+pkgdesc="A tile matching game for one or two players"
+url="http://kde.org/applications/games/kmahjongg/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkmahjongg' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kmahjongg-${pkgver}.tar.xz")
+sha1sums=('b8f0029222ee58cc1cff4b33ccf085ec18893e19')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmahjongg-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-kmahjongg/repos/kde-unstable-i686/kdegames-kmahjongg.install (from rev 188340, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
===================================================================
--- kde-unstable-i686/kdegames-kmahjongg.install	                        (rev 0)
+++ kde-unstable-i686/kdegames-kmahjongg.install	2013-06-13 19:01:57 UTC (rev 188341)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdegames-kmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 188340, kdegames-kmahjongg/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-06-13 19:01:57 UTC (rev 188341)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kmahjongg
+pkgver=4.10.80
+pkgrel=1
+pkgdesc="A tile matching game for one or two players"
+url="http://kde.org/applications/games/kmahjongg/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkmahjongg' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kmahjongg-${pkgver}.tar.xz")
+sha1sums=('b8f0029222ee58cc1cff4b33ccf085ec18893e19')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmahjongg-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-kmahjongg/repos/kde-unstable-x86_64/kdegames-kmahjongg.install (from rev 188340, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
===================================================================
--- kde-unstable-x86_64/kdegames-kmahjongg.install	                        (rev 0)
+++ kde-unstable-x86_64/kdegames-kmahjongg.install	2013-06-13 19:01:57 UTC (rev 188341)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list