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

Allan McRae allan at archlinux.org
Mon Dec 31 06:21:48 UTC 2012


    Date: Monday, December 31, 2012 @ 01:21:48
  Author: allan
Revision: 173979

upgpkg: gettext 0.18.2-1

upstream update, add to base-devel

Modified:
  gettext/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++---------------
 1 file changed, 11 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-31 06:05:36 UTC (rev 173978)
+++ PKGBUILD	2012-12-31 06:21:48 UTC (rev 173979)
@@ -2,35 +2,31 @@
 # Maintainer:
 
 pkgname=gettext
-pkgver=0.18.1.1
-pkgrel=4
+pkgver=0.18.2
+pkgrel=1
 pkgdesc="GNU internationalization library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gettext/"
 license=('GPL')
-groups=('base')
+groups=('base' 'base-devel')
 depends=('gcc-libs' 'acl' 'sh' 'glib2')
 optdepends=('cvs: for autopoint tool')
 options=(!libtool !docs)
 install=gettext.install
-source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3dd55b952826d2b32f51308f2f91aa89')
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('0c86e5af70c195ab8bd651d17d783928'
+         '1a658e29a03ab42da6d2d468b0583407')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e 's/libexpat.so.0/libexpat.so.1/' gettext-tools/src/x-glade.c
-
-  # fix build issue with glibc-2.16
-  sed -i -e '/gets is a/d' gettext-*/*/stdio.in.h
-
-  ./configure --prefix=/usr --enable-csharp
+  ./configure --prefix=/usr
   make
 }
 
-#check() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
-#}
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list