[arch-commits] Commit in pidgin/repos (3 files)

Dan McGee dan at archlinux.org
Fri Jun 6 04:25:55 UTC 2008


    Date: Friday, June 6, 2008 @ 00:25:55
  Author: dan
Revision: 2525

Merged revisions 2-2524 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/pidgin/trunk

........
  r356 | aaron | 2008-04-18 17:56:27 -0500 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r2524 | dan | 2008-06-05 23:25:38 -0500 (Thu, 05 Jun 2008) | 1 line
  
  upgpkg: pidgin 2.4.2-1
........

Modified:
  pidgin/repos/extra-i686/	(properties)
  pidgin/repos/extra-i686/PKGBUILD
Deleted:
  pidgin/repos/extra-i686/iconv-fix.patch

-----------------+
 PKGBUILD        |   15 ++++++---------
 iconv-fix.patch |   11 -----------
 2 files changed, 6 insertions(+), 20 deletions(-)


Property changes on: pidgin/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /pidgin/trunk:1
   + /pidgin/trunk:1-2524

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-06-06 04:25:38 UTC (rev 2524)
+++ extra-i686/PKGBUILD	2008-06-06 04:25:55 UTC (rev 2525)
@@ -3,7 +3,7 @@
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=pidgin
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="A GTK+-based messaging client"
 arch=(i686 x86_64)
@@ -16,17 +16,11 @@
 provides=('gaim')
 options=(!libtool)
 install=pidgin.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
-        iconv-fix.patch)
-md5sums=('ff015bb8bbdcc6a9b4ac954c355179d7'
-         'de084bf1e2f345eada74671787256b74')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
 
-  # fix some weird autoconf substitution bug, should report this upstream
-  patch -p0 < ../iconv-fix.patch || return 1
-
   # gconf won't die with the --disable-schemas-install option
   sed -i -e 's/gconftool-2/no/g' configure.ac
 
@@ -36,7 +30,7 @@
   libtoolize --force --copy || return 1
   aclocal || return 1
   autoconf || return 1
-  automake || return 1
+  automake --add-missing || return 1
 
   ./configure --prefix=/usr --sysconfdir=/etc \
               --disable-perl --disable-cap \
@@ -44,7 +38,10 @@
               --enable-gtkspell --enable-gnutls=yes \
               --enable-nss=no --disable-gevolution \
               --enable-dbus --disable-mono \
+              --disable-meanwhile --disable-nm \
               --disable-debug
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }
+
+md5sums=('2d10f9b6a5f0162cf88016ea2ca0a36d')

Deleted: extra-i686/iconv-fix.patch
===================================================================
--- extra-i686/iconv-fix.patch	2008-06-06 04:25:38 UTC (rev 2524)
+++ extra-i686/iconv-fix.patch	2008-06-06 04:25:55 UTC (rev 2525)
@@ -1,11 +0,0 @@
---- intltool-merge.in.old	2007-09-30 17:25:14.000000000 -0500
-+++ intltool-merge.in	2007-09-30 17:25:41.000000000 -0500
-@@ -93,7 +93,7 @@
- 
- my %po_files_by_lang = ();
- my %translations = ();
--my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} || "@INTLTOOL_ICONV@";
-+my $iconv = $ENV{"ICONV"} || "iconv";
- my $devnull = ($^O eq 'MSWin32' ? 'NUL:' : '/dev/null');
- 
- # Use this instead of \w for XML files to handle more possible characters.





More information about the arch-commits mailing list