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

Ionut Biru ibiru at archlinux.org
Mon Sep 6 18:40:40 UTC 2010


    Date: Monday, September 6, 2010 @ 14:40:39
  Author: ibiru
Revision: 90042

upgpkg: gajim 0.14-1
update to 0.14

Modified:
  gajim/trunk/PKGBUILD
  gajim/trunk/gajim.install

---------------+
 PKGBUILD      |   12 ++++++------
 gajim.install |   15 +++++----------
 2 files changed, 11 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-06 17:53:24 UTC (rev 90041)
+++ PKGBUILD	2010-09-06 18:40:39 UTC (rev 90042)
@@ -4,8 +4,8 @@
 # Contributor: Nikos Kouremenos <kourem at gmail.com>
 
 pkgname=gajim
-pkgver=0.13.4
-pkgrel=2
+pkgver=0.14
+pkgrel=1
 pkgdesc="Jabber client written in PyGTK"
 arch=('i686' 'x86_64')
 url="http://www.gajim.org/"
@@ -20,14 +20,14 @@
             'gtkspell:spelling support'
             'gnome-python-desktop: for GnomeKeyring support')
 options=(!libtool)
-source=(http://www.gajim.org/downloads/0.13/gajim-${pkgver}.tar.gz)
-sha256sums=('d5f74da5bb6fe667e5c0ef074099d2192b4e0b53f829736628ffaac56b6ced70')
+install=gajim.install
+source=(http://www.gajim.org/downloads/0.14/gajim-${pkgver}.tar.gz)
+md5sums=('5ba4ae945abfe385d26ef104ef2a9924')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-site-packages
   make
   make DESTDIR="${pkgdir}" install
-  find "${pkgdir}/usr/share/gajim/" -name "*.pyo" | xargs rm -rf
 }

Modified: gajim.install
===================================================================
--- gajim.install	2010-09-06 17:53:24 UTC (rev 90041)
+++ gajim.install	2010-09-06 18:40:39 UTC (rev 90042)
@@ -1,16 +1,11 @@
-# arg 1:  the new package version
 post_install() {
-  echo " > optional dependency: dbus-python"
-  /bin/true
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
-# arg 1:  the new package version
-# arg 2:  the old package version
 post_upgrade() {
-  post_install $1
-  /bin/true
+  post_install
 }
 
-op=$1
-shift
-$op $*
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list