[arch-commits] Commit in kgrab/trunk (PKGBUILD kgrab.install)

Pierre Schmitz pierre at archlinux.org
Sat Sep 27 06:58:08 UTC 2008


    Date: Saturday, September 27, 2008 @ 02:58:08
  Author: pierre
Revision: 13401

upgpkg: kgrab 0.1.1-1

Added:
  kgrab/trunk/kgrab.install
Modified:
  kgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-27 06:54:48 UTC (rev 13400)
+++ PKGBUILD	2008-09-27 06:58:08 UTC (rev 13401)
@@ -13,8 +13,9 @@
 depends=('kdebase-runtime')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 options=('docs')
+install='kgrab.install'
 source=("http://download.kde.org/stable/${_kdever}/src/extragear/${pkgname}-${pkgver}-kde${_kdever}.tar.bz2")
-md5sums=('')
+md5sums=('dd3b7f7aae63bf53a286b21300562b23')
 
 build() {
 	cd $srcdir

Added: kgrab.install
===================================================================
--- kgrab.install	                        (rev 0)
+++ kgrab.install	2008-09-27 06:58:08 UTC (rev 13401)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}


Property changes on: kgrab/trunk/kgrab.install
___________________________________________________________________
Name: svn:mergeinfo
   + 




More information about the arch-commits mailing list