[arch-commits] Commit in kdegames-kshisen/kde-unstable (2 files)

Andrea Scarpino andrea at archlinux.org
Sat Nov 17 09:13:02 UTC 2012


    Date: Saturday, November 17, 2012 @ 04:13:01
  Author: andrea
Revision: 171343

KDE 4.10 beta1 - fixes

Added:
  kdegames-kshisen/kde-unstable/kdegames-kshisen.install
Modified:
  kdegames-kshisen/kde-unstable/PKGBUILD

--------------------------+
 PKGBUILD                 |    3 ++-
 kdegames-kshisen.install |   11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-17 09:12:56 UTC (rev 171342)
+++ PKGBUILD	2012-11-17 09:13:01 UTC (rev 171343)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'libkdegames' 'libkmahjongg')
 makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
 source=("http://download.kde.org/unstable/${pkgver}/src/kshisen-${pkgver}.tar.xz")
 sha1sums=('c29e40eab8424139421560bd4c38c90c2c044eb5')
 

Added: kdegames-kshisen.install
===================================================================
--- kdegames-kshisen.install	                        (rev 0)
+++ kdegames-kshisen.install	2012-11-17 09:13:01 UTC (rev 171343)
@@ -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