diff --git a/SPECS/fc-cache b/SPECS/fc-cache new file mode 100755 index 0000000..6a12446 --- /dev/null +++ b/SPECS/fc-cache @@ -0,0 +1,4 @@ +#! /bin/sh + +[ -x /usr/bin/fc-cache-32 ] && /usr/bin/fc-cache-32 $@ || : +[ -x /usr/bin/fc-cache-64 ] && /usr/bin/fc-cache-64 $@ || : diff --git a/SPECS/fontconfig-2.13.1.tar.bz2 b/SPECS/fontconfig-2.13.1.tar.bz2 new file mode 100644 index 0000000..7b2b266 Binary files /dev/null and b/SPECS/fontconfig-2.13.1.tar.bz2 differ