[arch-commits] Commit in ekiga/trunk (PKGBUILD fix-generation-po.patch)

Jan Steffens heftig at archlinux.org
Tue Aug 23 01:57:00 UTC 2011


    Date: Monday, August 22, 2011 @ 21:56:59
  Author: heftig
Revision: 136097

upgpkg: ekiga 3.3.2-1

	3.3.2 update

Modified:
  ekiga/trunk/PKGBUILD
Deleted:
  ekiga/trunk/fix-generation-po.patch

-------------------------+
 PKGBUILD                |   12 ++++--------
 fix-generation-po.patch |   24 ------------------------
 2 files changed, 4 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-23 01:52:22 UTC (rev 136096)
+++ PKGBUILD	2011-08-23 01:56:59 UTC (rev 136097)
@@ -3,8 +3,8 @@
 # Contributor: Tom K <tomk at runbox.com>
 
 pkgname=ekiga
-pkgver=3.3.1
-pkgrel=2
+pkgver=3.3.2
+pkgrel=1
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support (GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org"
 license=(GPL)
@@ -15,15 +15,11 @@
 options=(!emptydirs)
 groups=('gnome-extra')
 install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
-        fix-generation-po.patch)
-sha256sums=('4776834810f213a93cd6c307108c505970fe22e4803935134dd9f6b0bc834e06'
-            'b87a3a044253f96631dd13453034e14ce4698a9106acf39e5816b8776d0de529')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/fix-generation-po.patch"
-  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-schemas-install \
       --disable-scrollkeeper --enable-dbus

Deleted: fix-generation-po.patch
===================================================================
--- fix-generation-po.patch	2011-08-23 01:52:22 UTC (rev 136096)
+++ fix-generation-po.patch	2011-08-23 01:56:59 UTC (rev 136097)
@@ -1,24 +0,0 @@
-From ebd9de96878c224145c0b1d7bf21c7151c0563bf Mon Sep 17 00:00:00 2001
-From: Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>
-Date: Tue, 19 Jul 2011 08:15:52 +0000
-Subject: Fix generation of po translation files
-
-Bug introduced by commit 2bfaf29.
----
-diff --git a/configure.ac b/configure.ac
-index 63d8685..eefae22 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -770,7 +770,9 @@ AM_CONDITIONAL(DEBUG, test "x$has_debug" = "xyes")
- dnl #########################################################################
- dnl  Support for internationalization
- dnl ########################################################################
--AC_DEFINE(GETTEXT_PACKAGE, "[AC_PACKAGE_NAME]",[fix])
-+GETTEXT_PACKAGE=AC_PACKAGE_NAME
-+AC_SUBST(GETTEXT_PACKAGE)  # needed by gettext in po directory
-+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",[fix])
- AM_GLIB_GNU_GETTEXT
- 
- 
---
-cgit v0.9




More information about the arch-commits mailing list