mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
fontconfig: update to 2.10.2.
This commit is contained in:
parent
f93042bd1d
commit
d998560c5e
2 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'fontconfig-devel'.
|
# Template file for 'fontconfig-devel'.
|
||||||
#
|
#
|
||||||
depends="expat-devel freetype-devel zlib-devel bzip2-devel fontconfig>=2.9.0"
|
depends="expat-devel freetype-devel fontconfig>=${version}"
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} (development files)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'fontconfig'.
|
# Template build file for 'fontconfig'.
|
||||||
pkgname=fontconfig
|
pkgname=fontconfig
|
||||||
version=2.10.1
|
version=2.10.2
|
||||||
revision=1
|
revision=1
|
||||||
conf_files="/etc/fonts/fonts.conf"
|
conf_files="/etc/fonts/fonts.conf"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
@ -12,7 +12,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=30b516db8852287cf2feb21d7d777e539e4cdf9b4535f6d2377afbb279f06a33
|
checksum=8ea8ef56738fd95f0be611015f89614fd4dec79ddac6b3ff26bc4a8338569952
|
||||||
long_desc="
|
long_desc="
|
||||||
Fontconfig is a library for configuring and customizing font access.
|
Fontconfig is a library for configuring and customizing font access.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue