fontconfig: update to 2.10.1.
This commit is contained in:
parent
2619963647
commit
a5ea0ea287
2 changed files with 8 additions and 12 deletions
|
@ -1,5 +1,3 @@
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libfreetype.so.6
|
libfreetype.so.6
|
||||||
libz.so.1
|
|
||||||
libbz2.so.1
|
|
||||||
libexpat.so.1
|
libexpat.so.1
|
||||||
|
|
|
@ -1,16 +1,18 @@
|
||||||
# Template build file for 'fontconfig'.
|
# Template build file for 'fontconfig'.
|
||||||
pkgname=fontconfig
|
pkgname=fontconfig
|
||||||
version=2.9.0
|
version=2.10.1
|
||||||
homepage="http://www.fontconfig.org"
|
revision=1
|
||||||
license="MIT"
|
conf_files="/etc/fonts/fonts.conf"
|
||||||
distfiles="http://www.freedesktop.org/software/fontconfig/release/$pkgname-$version.tar.gz"
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-docs --with-cache-dir=/var/cache/$pkgname"
|
configure_args="--enable-docs --with-cache-dir=/var/cache/$pkgname"
|
||||||
makedepends="pkg-config expat-devel freetype-devel zlib-devel"
|
makedepends="pkg-config expat-devel freetype-devel zlib-devel"
|
||||||
revision=1
|
|
||||||
short_desc="Library for configuring and customizing font access"
|
short_desc="Library for configuring and customizing font access"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ca7e25071cf044bdcdaf7c48845243c115b9269b4e369c6bd78a29e71f01b41a
|
homepage="http://www.fontconfig.org"
|
||||||
|
license="MIT"
|
||||||
|
distfiles="http://www.freedesktop.org/software/fontconfig/release/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=30b516db8852287cf2feb21d7d777e539e4cdf9b4535f6d2377afbb279f06a33
|
||||||
long_desc="
|
long_desc="
|
||||||
Fontconfig is a library for configuring and customizing font access.
|
Fontconfig is a library for configuring and customizing font access.
|
||||||
|
|
||||||
|
@ -36,7 +38,3 @@ long_desc="
|
||||||
rendering mechanisms).
|
rendering mechanisms).
|
||||||
* depend on the X Window System in any fashion, so that printer only
|
* depend on the X Window System in any fashion, so that printer only
|
||||||
applications do not have such dependencies."
|
applications do not have such dependencies."
|
||||||
|
|
||||||
conf_files="/etc/fonts/fonts.conf"
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue