[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
This commit is contained in:
Danny Rawlins 2014-03-30 23:06:11 +11:00
parent 6befc089a6
commit a6f37fc977
3 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -1 +1 @@
000bd4baf7aefa828e03414d0c8c7dc5 fontconfig-2.11.0.tar.bz2
824d000eb737af6e16c826dd3b2d6c90 fontconfig-2.11.1.tar.bz2

View File

@ -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 \