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

Laurent Carlier lcarlier at nymeria.archlinux.org
Mon Sep 2 20:33:21 UTC 2013


    Date: Monday, September 2, 2013 @ 22:33:21
  Author: lcarlier
Revision: 96664

upgpkg: lib32-fontconfig 2.10.95-1

Sync with extra

Modified:
  lib32-fontconfig/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-02 20:31:46 UTC (rev 96663)
+++ PKGBUILD	2013-09-02 20:33:21 UTC (rev 96664)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.10.93
+pkgver=2.10.95
 pkgrel=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
@@ -12,10 +12,8 @@
 depends=('lib32-expat' 'lib32-freetype2' $_pkgbasename)
 makedepends=(gcc-multilib)
 options=('!libtool')
-source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2
-        git_fixes.diff)
-sha256sums=('ea901f278848829ed9937d76fb0ce63ad362d7d5b9e75aa6a6b78bfef42e529c'
-            '7dc98137405ee0e5f98f3266a760a4da27d78e3c2bc7b7ef4db6b481df3c39f0')
+source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('abc0ecb9fb083d8705c140c8c0d13cc294c56faa1fee0e31e3f3eb98062a5e7b')
 
 build() {
   export CC="gcc -m32"
@@ -24,9 +22,6 @@
 
   cd "${srcdir}/${_pkgbasename}-${pkgver}"
 
-  # post release fixes
-  # patch -Np1 -i ${srcdir}/git_fixes.diff
-
   # make sure there's no rpath trouble and sane .so versioning - FC and Gentoo do this as well
   libtoolize -f
   autoreconf -fi




More information about the arch-commits mailing list