mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
libwnck: always enable gir
This commit is contained in:
parent
d664409744
commit
f33e858ca2
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'libwnck'
|
# Template file for 'libwnck'
|
||||||
pkgname=libwnck
|
pkgname=libwnck
|
||||||
version=3.30.0
|
version=3.30.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
build_helper="gir"
|
||||||
configure_args="$(vopt_enable gir introspection)"
|
configure_args="$(vopt_enable gir introspection)"
|
||||||
hostmakedepends="gdk-pixbuf-devel pkg-config intltool
|
hostmakedepends="gdk-pixbuf-devel pkg-config intltool
|
||||||
$(vopt_if gir gobject-introspection)"
|
$(vopt_if gir gobject-introspection)"
|
||||||
|
@ -15,9 +16,7 @@ distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=ac6d0d2646aa80676d3066651e73abb7bff7ed79be238c9b21a0083e2adc3439
|
checksum=ac6d0d2646aa80676d3066651e73abb7bff7ed79be238c9b21a0083e2adc3439
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
build_options_default="gir"
|
||||||
build_options_default="gir"
|
|
||||||
fi
|
|
||||||
|
|
||||||
libwnck-devel_package() {
|
libwnck-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue