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

Pierre Schmitz pierre at archlinux.org
Sun Sep 14 08:46:20 UTC 2008


    Date: Sunday, September 14, 2008 @ 04:46:19
  Author: pierre
Revision: 12389

upgpkg: psi 0.12-3

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

-------------+
 PKGBUILD    |    8 +++++---
 psi.install |   11 +++++++++++
 2 files changed, 16 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-14 08:36:41 UTC (rev 12388)
+++ PKGBUILD	2008-09-14 08:46:19 UTC (rev 12389)
@@ -1,13 +1,15 @@
 # $Id$
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
 pkgname=psi
 pkgver=0.12
-pkgrel=2
+pkgrel=3
 pkgdesc="Psi - Jabber client"
+url="http://psi-im.org/"
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('qca>=2.0' 'aspell' 'libxss')
-url="http://psi-im.org/"
+depends=('qca>=2.0' 'aspell' 'libxss' 'xdg-utils')
+install='psi.install'
 source=("http://downloads.sourceforge.net/psi/psi-${pkgver}.tar.bz2")
 md5sums=('47b654c944ef8766b860fe0645615d18')
 

Added: psi.install
===================================================================
--- psi.install	                        (rev 0)
+++ psi.install	2008-09-14 08:46:19 UTC (rev 12389)
@@ -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