Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fontconfig.git;a=commitdiff;h=762c13111d4c13760fc2964c83173d76527e8680
commit 762c13111d4c13760fc2964c83173d76527e8680 Author: Baste <[email protected]> Date: Tue Jan 29 10:45:44 2013 +0100 fontconfig-2.10.91-1-x86_64 * Version bump diff --git a/source/lib/fontconfig/25-no-bitmap.conf b/source/lib/fontconfig/25-no-bitmap.conf new file mode 100644 index 0000000..ece357a --- /dev/null +++ b/source/lib/fontconfig/25-no-bitmap.conf @@ -0,0 +1,45 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<fontconfig> + <match target="font"> + <test name="family" compare="eq"> + <string>Kochi Mincho</string> + </test> + <edit name="embeddedbitmap" mode="assign"> + <bool>false</bool> + </edit> + </match> + <match target="font"> + <test name="family" compare="eq"> + <string>Kochi Gothic</string> + </test> + <edit name="embeddedbitmap" mode="assign"> + <bool>false</bool> + </edit> + </match> + <match target="font"> + <test name="family" compare="eq"> + <string>Sazanami Mincho</string> + </test> + <edit name="embeddedbitmap" mode="assign"> + <bool>false</bool> + </edit> + </match> + <match target="font"> + <test name="family" compare="eq"> + <string>Sazanami Gothic</string> + </test> + <edit name="embeddedbitmap" mode="assign"> + <bool>false</bool> + </edit> + </match> + <match target="font"> + <test name="family" compare="eq"> + <string>AR PL ShanHeiSun Uni</string> + </test> + <edit name="embeddedbitmap" mode="assign"> + <bool>true</bool> + </edit> + </match> +</fontconfig> + diff --git a/source/lib/fontconfig/FrugalBuild b/source/lib/fontconfig/FrugalBuild index 018021b..f85105f 100644 --- a/source/lib/fontconfig/FrugalBuild +++ b/source/lib/fontconfig/FrugalBuild @@ -3,18 +3,18 @@ # Contributor: Miklos Vajna <[email protected]> pkgname=fontconfig -pkgver=2.8.0 -pkgrel=4 +pkgver=2.10.91 +pkgrel=1 pkgdesc="A library for configuring and customizing font access" url="http://fontconfig.org/" -depends=('libxml2>=2.7.8' 'freetype2>=2.3.1' 'frugalware') +depends=('freetype2>=2.3.1' 'frugalware') groups=('lib' 'misc-fonts') archs=('i686' 'x86_64' 'arm') up2date="lynx -dump http://fontconfig.org/release|Flasttar" options=('force') -source=($url/release/$pkgname-$pkgver.tar.gz \ - 01-frugalware-confs.patch \ - 04-latin.conf-move-dejavu-and-luxi-before-vera-and-add-droid.patch) +source=($url/release/$pkgname-$pkgver.tar.gz 25-no-bitmap.conf) +# 01-frugalware-confs.patch \ +# 04-latin.conf-move-dejavu-and-luxi-before-vera-and-add-droid.patch) ## NOTE: !!! DO _NOT_ BUMP , CHANGE or whatever else without permission from m8r or vmiklos !!! ## @@ -23,14 +23,10 @@ build() Fcd Fpatchall Fautoreconf - Fmake \ - --with-add-fonts=/usr/share/fonts/X11 \ - --enable-libxml2 \ - --with-docdir=/usr/share/doc/$pkgname-$pkgver + Fmake --with-add-fonts=/usr/share/fonts/X11 Fmakeinstall + Ffile 25-no-bitmap.conf etc/fonts/conf.d/ } - -sha1sums=('570fb55eb14f2c92a7b470b941e9d35dbfafa716' \ - '9dd37943df4199edf0d8adca65a075286e84ed04' \ - '3f84deedc0ba9fdd171903f637e636c8c26623f0') +sha1sums=('ad6f0b59a60717c71941a65d49e06a74d5205d29' \ + '72ed9989eb96475b0c077dda2e47188583d63420') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
