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

Douglas Soares de Andrade douglas at archlinux.org
Wed Dec 17 22:21:08 UTC 2008


    Date: Wednesday, December 17, 2008 @ 17:21:08
  Author: douglas
Revision: 21906

upgpkg: gajim 0.12-1

Modified:
  gajim/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-17 20:33:03 UTC (rev 21905)
+++ PKGBUILD	2008-12-17 22:21:08 UTC (rev 21906)
@@ -1,9 +1,10 @@
 # $Id$
 # Maintainer: simo <simo at archlinux.org>
 # Contributor: Nikos Kouremenos <kourem at gmail.com>
+
 pkgname=gajim
-pkgver=0.11.4
-pkgrel=3
+pkgver=0.12
+pkgrel=1
 pkgdesc="Jabber client written in PyGTK"
 arch=(i686 x86_64)
 url="http://www.gajim.org/"
@@ -12,17 +13,13 @@
 makedepends=('gettext' 'perlxml' 'dbus')
 install=gajim.install
 options=(!libtool)
-source=(http://www.gajim.org/downloads/gajim-$pkgver.tar.gz 9283.diff)
-md5sums=('ddcd445c82299535cad12401d877f7cc'
-         '4f6b939e4fa3038ed62ceab4b52a40fa')
+source=(http://www.gajim.org/downloads/gajim-$pkgver.tar.gz)
 
 build() {
   cd $startdir/src/gajim-$pkgver
   
-  # this will be included in gajim 0.12
-  patch -p1 < $startdir/src/9283.diff
-  
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
 }
+md5sums=('839554bee346f9ab8a48cb7e432763cd')




More information about the arch-commits mailing list