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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sat May 3 23:18:06 UTC 2014


    Date: Sunday, May 4, 2014 @ 01:18:05
  Author: svenstaro
Revision: 110575

upgpkg: pidgin-gfire 0.9.5-1

upstream release 0.9.5

Modified:
  pidgin-gfire/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-03 22:45:27 UTC (rev 110574)
+++ PKGBUILD	2014-05-03 23:18:05 UTC (rev 110575)
@@ -4,8 +4,8 @@
 # Contributor: LookTJ <jesus[dot]christ[dot]i[dot]love[at]gmail[dot]com>
 
 pkgname=pidgin-gfire
-pkgver=0.9.4
-pkgrel=4
+pkgver=0.9.5
+pkgrel=1
 pkgdesc="Gfire is an Plugin for the Pidgin IM client which allows you to connect the Xfire network."
 arch=('i686' 'x86_64')
 url="http://gfireproject.org/"
@@ -13,14 +13,10 @@
 depends=('glib2' 'pidgin' 'libnotify' 'gtk2')
 makedepends=('pkgconfig' 'intltool' 'libtool')
 source=("http://downloads.sourceforge.net/gfire/pidgin-gfire-$pkgver.tar.bz2" "gfire-libnotify.patch")
-md5sums=('7167828fd77200603a318afdd4d9ebd2'
+md5sums=('6ad6197b6b1a0d5d82d7267661431907'
          '5d6fc2b98837fbebba6bef2648699d5e')
 
 build() {
-    cd "$srcdir/pidgin-gfire-$pkgver"
-
-    patch -p0 -i ../gfire-libnotify.patch
-    sed "/gthread.h/d" -i src/gf_base.h
     ./autogen.sh
     ./configure --prefix=/usr --enable-libnotify
     make
@@ -27,7 +23,5 @@
 }
 
 package() {
-    cd "$srcdir/pidgin-gfire-$pkgver"
-
     make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list