cairo: ultimate patchset update
This commit is contained in:
parent
f7111ce807
commit
4b1a5a2204
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cairo'.
|
||||
pkgname=cairo
|
||||
version=1.14.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-lto --enable-tee
|
||||
$(vopt_if opengl '--enable-gl --enable-egl')
|
||||
|
@ -20,10 +20,10 @@ makedepends="libpng-devel fontconfig-devel pixman-devel libXrender-devel libglib
|
|||
$(vopt_if opengl MesaLib-devel) $(vopt_if gles2 MesaLib-devel)"
|
||||
|
||||
if [ ${build_option_ultimate} ]; then
|
||||
_ultimate_version="2015-04"
|
||||
_ultimate_version="2015-06-01"
|
||||
_ultimate_wrksrc="${XBPS_BUILDDIR}/fontconfig-ultimate-${_ultimate_version}"
|
||||
distfiles+=" https://github.com/bohoomil/fontconfig-ultimate/archive/${_ultimate_version}.tar.gz"
|
||||
checksum+=" e3bc9dd9c145156bd7bfa8e70c2328f47be6873da31c319bc594a5819afb8732"
|
||||
checksum+=" b8374961e5ce5412bb06e2bcb06aa3e3a4f7681b2edf3c305a159023f2eef45b"
|
||||
post_extract() {
|
||||
msg_normal "Applying ultimate patchset"
|
||||
for P in ${_ultimate_wrksrc}/${pkgname}/*.patch; do
|
||||
|
|
Loading…
Reference in New Issue