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

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Feb 6 08:43:34 UTC 2013


    Date: Wednesday, February 6, 2013 @ 09:43:33
  Author: andrea
Revision: 177181

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

Added:
  kdegames-kpatience/repos/testing-i686/
  kdegames-kpatience/repos/testing-i686/PKGBUILD
    (from rev 177180, kdegames-kpatience/trunk/PKGBUILD)
  kdegames-kpatience/repos/testing-i686/kdegames-kpatience.install
    (from rev 177180, kdegames-kpatience/trunk/kdegames-kpatience.install)
  kdegames-kpatience/repos/testing-x86_64/
  kdegames-kpatience/repos/testing-x86_64/PKGBUILD
    (from rev 177180, kdegames-kpatience/trunk/PKGBUILD)
  kdegames-kpatience/repos/testing-x86_64/kdegames-kpatience.install
    (from rev 177180, kdegames-kpatience/trunk/kdegames-kpatience.install)

-------------------------------------------+
 testing-i686/PKGBUILD                     |   31 ++++++++++++++++++++++++++++
 testing-i686/kdegames-kpatience.install   |   13 +++++++++++
 testing-x86_64/PKGBUILD                   |   31 ++++++++++++++++++++++++++++
 testing-x86_64/kdegames-kpatience.install |   13 +++++++++++
 4 files changed, 88 insertions(+)

Copied: kdegames-kpatience/repos/testing-i686/PKGBUILD (from rev 177180, kdegames-kpatience/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-02-06 08:43:33 UTC (rev 177181)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kpatience
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="Offers a selection of solitaire card games"
+url="http://kde.org/applications/games/kpat/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kpat-${pkgver}.tar.xz")
+sha1sums=('a77aed1c84363e76fc8aab49125b62f4b0d657b1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kpat-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-kpatience/repos/testing-i686/kdegames-kpatience.install (from rev 177180, kdegames-kpatience/trunk/kdegames-kpatience.install)
===================================================================
--- testing-i686/kdegames-kpatience.install	                        (rev 0)
+++ testing-i686/kdegames-kpatience.install	2013-02-06 08:43:33 UTC (rev 177181)
@@ -0,0 +1,13 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q
+	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdegames-kpatience/repos/testing-x86_64/PKGBUILD (from rev 177180, kdegames-kpatience/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-02-06 08:43:33 UTC (rev 177181)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kpatience
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="Offers a selection of solitaire card games"
+url="http://kde.org/applications/games/kpat/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kpat-${pkgver}.tar.xz")
+sha1sums=('a77aed1c84363e76fc8aab49125b62f4b0d657b1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kpat-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-kpatience/repos/testing-x86_64/kdegames-kpatience.install (from rev 177180, kdegames-kpatience/trunk/kdegames-kpatience.install)
===================================================================
--- testing-x86_64/kdegames-kpatience.install	                        (rev 0)
+++ testing-x86_64/kdegames-kpatience.install	2013-02-06 08:43:33 UTC (rev 177181)
@@ -0,0 +1,13 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q
+	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list