mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fontconfig: drop ultimate buildoption
This commit is contained in:
parent
17a8400e81
commit
2e4439f16f
1 changed files with 1 additions and 33 deletions
|
@ -14,38 +14,11 @@ license="MIT"
|
||||||
distfiles="${FREEDESKTOP_SITE}/${pkgname}/release/$pkgname-$version.tar.bz2"
|
distfiles="${FREEDESKTOP_SITE}/${pkgname}/release/$pkgname-$version.tar.bz2"
|
||||||
checksum=b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3
|
checksum=b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3
|
||||||
|
|
||||||
build_options="ultimate"
|
|
||||||
desc_option_ultimate="Enable ultimate patchset"
|
|
||||||
|
|
||||||
if [ ${build_option_ultimate} ]; then
|
|
||||||
_ultimate_version="2016-04-23"
|
|
||||||
_ultimate_wrksrc="${XBPS_BUILDDIR}/fontconfig-ultimate-${_ultimate_version}"
|
|
||||||
hostmakedepends+=" python-lxml gperf automake libtool"
|
|
||||||
distfiles+=" https://github.com/bohoomil/fontconfig-ultimate/archive/${_ultimate_version}.tar.gz"
|
|
||||||
checksum+=" 9ea0e2455980be7c2ff649c1deb07838e9be64f4fad939716e0050fd5897b057"
|
|
||||||
post_extract() {
|
|
||||||
msg_normal "Applying ultimate patchset"
|
|
||||||
cp -r ${_ultimate_wrksrc}/conf.d.infinality ${wrksrc}
|
|
||||||
for P in ${_ultimate_wrksrc}/${pkgname}_patches/*.patch; do
|
|
||||||
patch -p1 < $P
|
|
||||||
done
|
|
||||||
}
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
sed -i 's,\(Cflags: -I${includedir}\).*,\1,g' ${DESTDIR}/usr/lib/pkgconfig/fontconfig.pc
|
sed -i 's,\(Cflags: -I${includedir}\).*,\1,g' ${DESTDIR}/usr/lib/pkgconfig/fontconfig.pc
|
||||||
fi
|
fi
|
||||||
if [ ${build_option_ultimate} ]; then
|
vlicense COPYING
|
||||||
vmkdir etc/fonts/conf.avail.infinality
|
|
||||||
for dir in combi free ms; do
|
|
||||||
vcopy ${_ultimate_wrksrc}/${pkgname}_patches/${dir} etc/fonts/conf.avail.infinality
|
|
||||||
done
|
|
||||||
vbin ${_ultimate_wrksrc}/${pkgname}_patches/fc-presets
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fontconfig-devel_package() {
|
fontconfig-devel_package() {
|
||||||
|
@ -57,10 +30,5 @@ fontconfig-devel_package() {
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
if [ ${build_option_ultimate} ]; then
|
|
||||||
vmkdir usr/share/doc/fontconfig/fonts-settings
|
|
||||||
vcopy ${_ultimate_wrksrc}/fontconfig_patches/fonts-settings/*.conf usr/share/doc/fontconfig/fonts-settings
|
|
||||||
vcopy ${_ultimate_wrksrc}/doc/fontconfig-infinality-ultimate/* usr/share/doc/fontconfig
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue