mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
pango: update to 1.36.7.
This commit is contained in:
parent
ad02f8b051
commit
2c2d367741
1 changed files with 4 additions and 13 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template build file for 'pango'.
|
# Template build file for 'pango'.
|
||||||
pkgname=pango
|
pkgname=pango
|
||||||
version=1.36.6
|
version=1.36.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-included-modules=basic-fc"
|
configure_args="--with-included-modules=basic-fc $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="libtool pkg-config glib-devel"
|
hostmakedepends="libtool pkg-config glib-devel $(vopt_if gir gobject-introspection)"
|
||||||
# XXX Add missing dependency libthai.
|
# XXX Add missing dependency libthai.
|
||||||
makedepends="libglib-devel>=2.38 cairo-devel libXft-devel harfbuzz-devel>=0.9.9"
|
makedepends="libglib-devel>=2.38 cairo-devel libXft-devel harfbuzz-devel>=0.9.9"
|
||||||
triggers="pango-modules"
|
triggers="pango-modules"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.pango.org/"
|
homepage="http://www.pango.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/pango/1.36/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/pango/1.36/${pkgname}-${version}.tar.xz"
|
||||||
checksum=4c53c752823723875078b91340f32136aadb99e91c0f6483f024f978a02c8624
|
checksum=1f7b527423a1b3044fd9ae7fbe054107b06723ff1c73e0b5f7bf9b84358d404a
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -22,13 +22,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_gir" ]; then
|
|
||||||
configure_args+=" --enable-introspection"
|
|
||||||
makedepends+=" gobject-introspection"
|
|
||||||
else
|
|
||||||
configure_args+=" --disable-introspection"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
libtoolize -f
|
||||||
}
|
}
|
||||||
|
@ -43,7 +36,6 @@ pango-xft_package() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pango-view_package() {
|
pango-view_package() {
|
||||||
replaces="pango<1.36.3_3"
|
replaces="pango<1.36.3_3"
|
||||||
short_desc+=" - utility to view pango files"
|
short_desc+=" - utility to view pango files"
|
||||||
|
@ -52,7 +44,6 @@ pango-view_package() {
|
||||||
vmove usr/share/man/man1/pango-view.1
|
vmove usr/share/man/man1/pango-view.1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pango-devel_package() {
|
pango-devel_package() {
|
||||||
depends="${makedepends} pango-xft>=${version}_${revision} pango>=${version}_${revision}"
|
depends="${makedepends} pango-xft>=${version}_${revision} pango>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue