[arch-commits] CVS update of arch/build/x11-libs/libxft (PKGBUILD libxft_export.diff)

Alexander Baldeck alexander at archlinux.org
Mon Jul 16 13:37:03 UTC 2007


    Date: Monday, July 16, 2007 @ 09:37:03
  Author: alexander
    Path: /home/cvs-arch/arch/build/x11-libs/libxft

Modified: PKGBUILD (1.6 -> 1.7)
 Removed: libxft_export.diff (1.1)

upgpkg: libxft 2.1.12


--------------------+
 PKGBUILD           |   17 ++++++++---------
 libxft_export.diff |   11 -----------
 2 files changed, 8 insertions(+), 20 deletions(-)


Index: arch/build/x11-libs/libxft/PKGBUILD
diff -u arch/build/x11-libs/libxft/PKGBUILD:1.6 arch/build/x11-libs/libxft/PKGBUILD:1.7
--- arch/build/x11-libs/libxft/PKGBUILD:1.6	Thu Dec  7 11:40:15 2006
+++ arch/build/x11-libs/libxft/PKGBUILD	Mon Jul 16 09:37:03 2007
@@ -1,24 +1,23 @@
-# $Id: PKGBUILD,v 1.6 2006/12/07 16:40:15 jgc Exp $
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
+# $Id: PKGBUILD,v 1.7 2007/07/16 13:37:03 alexander Exp $
+# Maintainer: Alexander Baldeck<alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=libxft
-pkgver=2.1.11
-pkgrel=2
+pkgver=2.1.12
+pkgrel=1
 pkgdesc="FreeType-based font drawing library for X"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
 depends=('fontconfig' 'libxrender')
 makedepends=('pkgconfig')
 options=('nolibtool')
-source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2
-	libxft_export.diff)
-md5sums=('a2ceaabecac47938da68e4121b0b06d5' 'eb8337d52752566413d5f43c99cb3b57')
+source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2)
 
 build() {
   cd ${startdir}/src/libXft-${pkgver}
-  patch -Np0 -i ${startdir}/src/libxft_export.diff || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
               --build=${CHOST} --host=${CHOST}
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }
+md5sums=('1309301e2d979bd475dc58325cb8c056'
+         'eb8337d52752566413d5f43c99cb3b57')
Index: arch/build/x11-libs/libxft/libxft_export.diff
diff -u arch/build/x11-libs/libxft/libxft_export.diff:1.1 arch/build/x11-libs/libxft/libxft_export.diff:removed
--- arch/build/x11-libs/libxft/libxft_export.diff:1.1	Thu Dec  7 11:40:15 2006
+++ arch/build/x11-libs/libxft/libxft_export.diff	Mon Jul 16 09:37:02 2007
@@ -1,11 +0,0 @@
---- old/xftname.c	2007-12-07 15:13:42.000000000 +0100
-+++ src/xftname.c	2006-12-07 15:14:23.000000000 +0100
-@@ -50,7 +50,7 @@
-     return FcNameParse ((FcChar8 *) name); 
- }
- 
--_X_HIDDEN FcBool
-+_X_EXPORT FcBool
- XftNameUnparse (FcPattern *pat, char *dest, int len)
- {
-     FcChar8 *name;




More information about the arch-commits mailing list