fontconfig: update to 2.10.95.
This commit is contained in:
parent
365052cf70
commit
9d03cfbf36
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'fontconfig'.
|
# Template build file for 'fontconfig'.
|
||||||
pkgname=fontconfig
|
pkgname=fontconfig
|
||||||
version=2.10.93
|
version=2.10.95
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-docs --with-cache-dir=/var/cache/$pkgname"
|
configure_args="--disable-static --enable-docs --with-cache-dir=/var/cache/$pkgname"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.fontconfig.org"
|
homepage="http://www.fontconfig.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://www.freedesktop.org/software/fontconfig/release/$pkgname-$version.tar.bz2"
|
distfiles="http://www.freedesktop.org/software/fontconfig/release/$pkgname-$version.tar.bz2"
|
||||||
checksum=ea901f278848829ed9937d76fb0ce63ad362d7d5b9e75aa6a6b78bfef42e529c
|
checksum=abc0ecb9fb083d8705c140c8c0d13cc294c56faa1fee0e31e3f3eb98062a5e7b
|
||||||
|
|
||||||
fontconfig-devel_package() {
|
fontconfig-devel_package() {
|
||||||
depends="expat-devel freetype-devel fontconfig>=${version}"
|
depends="expat-devel freetype-devel fontconfig>=${version}"
|
||||||
|
@ -19,6 +19,7 @@ fontconfig-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue