[arch-commits] Commit in kdegames-kpatience/repos (6 files)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Tue Jan 14 07:45:46 UTC 2014
Date: Tuesday, January 14, 2014 @ 08:45:46
Author: svenstaro
Revision: 203865
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdegames-kpatience/repos/testing-i686/
kdegames-kpatience/repos/testing-i686/PKGBUILD
(from rev 203864, kdegames-kpatience/trunk/PKGBUILD)
kdegames-kpatience/repos/testing-i686/kdegames-kpatience.install
(from rev 203864, kdegames-kpatience/trunk/kdegames-kpatience.install)
kdegames-kpatience/repos/testing-x86_64/
kdegames-kpatience/repos/testing-x86_64/PKGBUILD
(from rev 203864, kdegames-kpatience/trunk/PKGBUILD)
kdegames-kpatience/repos/testing-x86_64/kdegames-kpatience.install
(from rev 203864, 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 203864, kdegames-kpatience/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-01-14 07:45:46 UTC (rev 203865)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kpatience
+pkgver=4.12.1
+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=('12675bdd9925af0182bdead9fb2ade92cf778137')
+
+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 203864, kdegames-kpatience/trunk/kdegames-kpatience.install)
===================================================================
--- testing-i686/kdegames-kpatience.install (rev 0)
+++ testing-i686/kdegames-kpatience.install 2014-01-14 07:45:46 UTC (rev 203865)
@@ -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 203864, kdegames-kpatience/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-14 07:45:46 UTC (rev 203865)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kpatience
+pkgver=4.12.1
+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=('12675bdd9925af0182bdead9fb2ade92cf778137')
+
+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 203864, kdegames-kpatience/trunk/kdegames-kpatience.install)
===================================================================
--- testing-x86_64/kdegames-kpatience.install (rev 0)
+++ testing-x86_64/kdegames-kpatience.install 2014-01-14 07:45:46 UTC (rev 203865)
@@ -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