cairo,freetype,fontconfig: update ultimate patchset
This commit is contained in:
parent
170c601635
commit
6034a39f1c
|
@ -20,10 +20,10 @@ makedepends="libpng-devel fontconfig-devel pixman-devel libXrender-devel libglib
|
||||||
$(vopt_if opengl MesaLib-devel) $(vopt_if gles2 MesaLib-devel)"
|
$(vopt_if opengl MesaLib-devel) $(vopt_if gles2 MesaLib-devel)"
|
||||||
|
|
||||||
if [ ${build_option_ultimate} ]; then
|
if [ ${build_option_ultimate} ]; then
|
||||||
_ultimate_version="2015-06-01"
|
_ultimate_version="2015-08-01"
|
||||||
_ultimate_wrksrc="${XBPS_BUILDDIR}/fontconfig-ultimate-${_ultimate_version}"
|
_ultimate_wrksrc="${XBPS_BUILDDIR}/fontconfig-ultimate-${_ultimate_version}"
|
||||||
distfiles+=" https://github.com/bohoomil/fontconfig-ultimate/archive/${_ultimate_version}.tar.gz"
|
distfiles+=" https://github.com/bohoomil/fontconfig-ultimate/archive/${_ultimate_version}.tar.gz"
|
||||||
checksum+=" b8374961e5ce5412bb06e2bcb06aa3e3a4f7681b2edf3c305a159023f2eef45b"
|
checksum+=" 19b3eac37f589a651e90507680c80e19bcb2ed4e3e6c63da7ca3c6e22bb209e9"
|
||||||
post_extract() {
|
post_extract() {
|
||||||
msg_normal "Applying ultimate patchset"
|
msg_normal "Applying ultimate patchset"
|
||||||
for P in ${_ultimate_wrksrc}/${pkgname}/*.patch; do
|
for P in ${_ultimate_wrksrc}/${pkgname}/*.patch; do
|
||||||
|
|
|
@ -18,11 +18,11 @@ build_options="ultimate"
|
||||||
desc_option_ultimate="Enable ultimate patchset"
|
desc_option_ultimate="Enable ultimate patchset"
|
||||||
|
|
||||||
if [ ${build_option_ultimate} ]; then
|
if [ ${build_option_ultimate} ]; then
|
||||||
_ultimate_version="2015-06-01"
|
_ultimate_version="2015-08-01"
|
||||||
_ultimate_wrksrc="${XBPS_BUILDDIR}/fontconfig-ultimate-${_ultimate_version}"
|
_ultimate_wrksrc="${XBPS_BUILDDIR}/fontconfig-ultimate-${_ultimate_version}"
|
||||||
hostmakedepends+=" python-lxml gperf automake python"
|
hostmakedepends+=" python-lxml gperf automake python"
|
||||||
distfiles+=" https://github.com/bohoomil/fontconfig-ultimate/archive/${_ultimate_version}.tar.gz"
|
distfiles+=" https://github.com/bohoomil/fontconfig-ultimate/archive/${_ultimate_version}.tar.gz"
|
||||||
checksum+=" b8374961e5ce5412bb06e2bcb06aa3e3a4f7681b2edf3c305a159023f2eef45b"
|
checksum+=" 19b3eac37f589a651e90507680c80e19bcb2ed4e3e6c63da7ca3c6e22bb209e9"
|
||||||
conf_files+="
|
conf_files+="
|
||||||
etc/fonts/conf.avail.infinality/combi/30-metric-aliases-combi.conf
|
etc/fonts/conf.avail.infinality/combi/30-metric-aliases-combi.conf
|
||||||
etc/fonts/conf.avail.infinality/combi/37-repl-global-combi.conf
|
etc/fonts/conf.avail.infinality/combi/37-repl-global-combi.conf
|
||||||
|
|
|
@ -16,16 +16,16 @@ build_options="ultimate"
|
||||||
desc_option_ultimate="Enable ultimate patchset"
|
desc_option_ultimate="Enable ultimate patchset"
|
||||||
|
|
||||||
if [ "${build_option_ultimate}" ]; then
|
if [ "${build_option_ultimate}" ]; then
|
||||||
_ultimate_version="2015-06-01"
|
_ultimate_version="2015-08-01"
|
||||||
_ultimate_wrksrc="${XBPS_BUILDDIR}/fontconfig-ultimate-${_ultimate_version}/"
|
_ultimate_wrksrc="${XBPS_BUILDDIR}/fontconfig-ultimate-${_ultimate_version}/"
|
||||||
distfiles+=" https://github.com/bohoomil/fontconfig-ultimate/archive/${_ultimate_version}.tar.gz"
|
distfiles+=" https://github.com/bohoomil/fontconfig-ultimate/archive/${_ultimate_version}.tar.gz"
|
||||||
checksum+=" b8374961e5ce5412bb06e2bcb06aa3e3a4f7681b2edf3c305a159023f2eef45b"
|
checksum+=" 19b3eac37f589a651e90507680c80e19bcb2ed4e3e6c63da7ca3c6e22bb209e9"
|
||||||
conf_files+=" /etc/profile.d/infinality-settings.sh"
|
conf_files+=" /etc/profile.d/infinality-settings.sh"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
msg_normal "Applying ultimate patchset"
|
msg_normal "Applying ultimate patchset"
|
||||||
for P in ${_ultimate_wrksrc}/${pkgname}/*.patch; do
|
for P in ${_ultimate_wrksrc}/${pkgname}/*.patch; do
|
||||||
[[ $P != *"upstream"* ]] && patch -p1 < $P
|
patch -p1 < $P
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue