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

Jan Steffens heftig at nymeria.archlinux.org
Fri Oct 11 17:52:50 UTC 2013


    Date: Friday, October 11, 2013 @ 19:52:50
  Author: heftig
Revision: 98483

2.11.0

Modified:
  lib32-fontconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-11 16:52:10 UTC (rev 98482)
+++ PKGBUILD	2013-10-11 17:52:50 UTC (rev 98483)
@@ -3,8 +3,8 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.10.95
-pkgrel=1.1
+pkgver=2.11.0
+pkgrel=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
 url="http://www.fontconfig.org/release/"
@@ -14,13 +14,13 @@
 options=('!libtool')
 install=lib32-fontconfig.install
 source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('abc0ecb9fb083d8705c140c8c0d13cc294c56faa1fee0e31e3f3eb98062a5e7b')
+sha256sums=('cb0e0ef6f03bc8568e95653840bb07d5859dc89d7ce2cade9d94fcccf8c1a467')
 
   # a nice page to test font matching:
   # http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
 
 build() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
+  cd $_pkgbasename-$pkgver
 
   export CC="gcc -m32"
   export CXX="g++ -m32"
@@ -43,19 +43,19 @@
 }
 
 check() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
+  cd $_pkgbasename-$pkgver
   make -k check
 }
 
 package() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  make DESTDIR="${pkgdir}" install
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir" install
 
   rm -rf "$pkgdir"/{etc,usr/{include,share}}
   find "$pkgdir/usr/bin" -not -type d -not -name fc-cache -delete
   mv "$pkgdir"/usr/bin/fc-cache{,-32}
 
-  #Install license
+  # Install license
   mkdir -p "$pkgdir/usr/share/licenses"
   ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
 }




More information about the arch-commits mailing list