mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
libgxps: update to 0.2.3.2.
This commit is contained in:
parent
bb259a1b83
commit
bfcb52d185
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'libgxps'
|
# Template file for 'libgxps'
|
||||||
pkgname=libgxps
|
pkgname=libgxps
|
||||||
version=0.2.3.1
|
version=0.2.3.2
|
||||||
revision=1
|
revision=1
|
||||||
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config $(vopt_if gir gobject-introspection)"
|
hostmakedepends="pkg-config $(vopt_if gir gobject-introspection)"
|
||||||
|
@ -12,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://live.gnome.org/libgxps"
|
homepage="http://live.gnome.org/libgxps"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
|
||||||
checksum=370ec84251e2d3759ef6487d39f65157a22e49fbaf2c51e7a08bdbe198d6a536
|
checksum=6ea5f0ed85665a4e6702e31e38b5f1b2e5ae4f3d316a55d7f1fb1799224b4127
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -23,7 +24,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
libgxps-devel_package() {
|
libgxps-devel_package() {
|
||||||
depends="libglib-devel libarchive-devel cairo-devel ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue