[arch-commits] Commit in kdegames-katomic/kde-unstable (2 files)
Andrea Scarpino
andrea at archlinux.org
Fri Nov 16 23:56:00 UTC 2012
Date: Friday, November 16, 2012 @ 18:56:00
Author: andrea
Revision: 171281
KDE 4.10 beta1 - fixes
Added:
kdegames-katomic/kde-unstable/kdegames-katomic.install
Modified:
kdegames-katomic/kde-unstable/PKGBUILD
--------------------------+
PKGBUILD | 3 ++-
kdegames-katomic.install | 11 +++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-11-16 23:55:55 UTC (rev 171280)
+++ PKGBUILD 2012-11-16 23:56:00 UTC (rev 171281)
@@ -9,8 +9,9 @@
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'libkdegames')
makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
source=("http://download.kde.org/unstable/${pkgver}/src/katomic-${pkgver}.tar.xz")
sha1sums=('f0c9508c32f3d5f8f7adb75c39f11a539e756ef4')
Added: kdegames-katomic.install
===================================================================
--- kdegames-katomic.install (rev 0)
+++ kdegames-katomic.install 2012-11-16 23:56:00 UTC (rev 171281)
@@ -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