From a6f37fc977aedac297537bebdd545bef2891593c Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sun, 30 Mar 2014 23:06:11 +1100 Subject: [PATCH] [notify] fontconfig: 2.11.0 -> 2.11.1 Due to the fact that fontconfig.pc has a error in it at least xorg-font-bh-ttf needs to be rebuilt to include missing files, their may be other affected font ports. http://cgit.freedesktop.org/fontconfig/commit/?id=320283cd70ae31ce46b03e0c5da55412089ce953 --- fontconfig/.footprint | 3 ++- fontconfig/.md5sum | 2 +- fontconfig/Pkgfile | 6 ++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/fontconfig/.footprint b/fontconfig/.footprint index 314c368da..168d4d077 100644 --- a/fontconfig/.footprint +++ b/fontconfig/.footprint @@ -65,7 +65,6 @@ drwxr-xr-x root/root usr/include/fontconfig/ -rw-r--r-- root/root usr/include/fontconfig/fcprivate.h -rw-r--r-- root/root usr/include/fontconfig/fontconfig.h drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libfontconfig.a -rwxr-xr-x root/root usr/lib/libfontconfig.la lrwxrwxrwx root/root usr/lib/libfontconfig.so -> libfontconfig.so.1.8.0 lrwxrwxrwx root/root usr/lib/libfontconfig.so.1 -> libfontconfig.so.1.8.0 @@ -152,6 +151,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/FcDirCacheLoad.3.gz -rw-r--r-- root/root usr/man/man3/FcDirCacheLoadFile.3.gz -rw-r--r-- root/root usr/man/man3/FcDirCacheRead.3.gz +-rw-r--r-- root/root usr/man/man3/FcDirCacheRescan.3.gz -rw-r--r-- root/root usr/man/man3/FcDirCacheUnlink.3.gz -rw-r--r-- root/root usr/man/man3/FcDirCacheUnload.3.gz -rw-r--r-- root/root usr/man/man3/FcDirCacheValid.3.gz @@ -197,6 +197,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/FcLangSetDel.3.gz -rw-r--r-- root/root usr/man/man3/FcLangSetDestroy.3.gz -rw-r--r-- root/root usr/man/man3/FcLangSetEqual.3.gz +-rw-r--r-- root/root usr/man/man3/FcLangSetGetLangs.3.gz -rw-r--r-- root/root usr/man/man3/FcLangSetHasLang.3.gz -rw-r--r-- root/root usr/man/man3/FcLangSetHash.3.gz -rw-r--r-- root/root usr/man/man3/FcLangSetSubtract.3.gz diff --git a/fontconfig/.md5sum b/fontconfig/.md5sum index 665ece637..215be0782 100644 --- a/fontconfig/.md5sum +++ b/fontconfig/.md5sum @@ -1 +1 @@ -000bd4baf7aefa828e03414d0c8c7dc5 fontconfig-2.11.0.tar.bz2 +824d000eb737af6e16c826dd3b2d6c90 fontconfig-2.11.1.tar.bz2 diff --git a/fontconfig/Pkgfile b/fontconfig/Pkgfile index 7b43be58b..f3a5a49c9 100644 --- a/fontconfig/Pkgfile +++ b/fontconfig/Pkgfile @@ -5,16 +5,14 @@ # Depends on: freetype, expat name=fontconfig -version=2.11.0 +version=2.11.1 release=1 source=(http://fontconfig.org/release/$name-$version.tar.bz2) build() { cd $name-$version - sed -e 's|^confdir=.*|confdir=@baseconfigdir@|' -i $name.pc.in - - ./configure --prefix=/usr \ + ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/man \ --localstatedir=/var \