mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
glade3: enable gir
This commit is contained in:
parent
a8d6ee5ce0
commit
ff9ff93579
1 changed files with 11 additions and 11 deletions
|
@ -1,30 +1,30 @@
|
||||||
# Template file for 'glade3'
|
# Template file for 'glade3'
|
||||||
pkgname=glade3
|
pkgname=glade3
|
||||||
version=3.22.1
|
version=3.22.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="glade-${version}"
|
wrksrc="glade-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
build_helper="gir"
|
||||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
|
hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
|
||||||
makedepends="gtk+3-devel python-gobject-devel
|
makedepends="gtk+3-devel python-gobject-devel"
|
||||||
$(vopt_if gir 'gobject-introspection')"
|
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="An User Interface Designer for GTK+3"
|
short_desc="User Interface Designer for GTK+3"
|
||||||
homepage="http://glade.gnome.org/"
|
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
|
homepage="http://glade.gnome.org/"
|
||||||
distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
|
||||||
checksum=dff89a2ef2eaf000ff2a46979978d03cb9202cb04668e01d0ea5c5bb5547e39a
|
checksum=dff89a2ef2eaf000ff2a46979978d03cb9202cb04668e01d0ea5c5bb5547e39a
|
||||||
nocross="gobject-introspection"
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
|
||||||
# Disable gir for cross builds.
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
x86_64-musl) build_options_default+=" gir" ;;
|
||||||
build_options_default="gir"
|
*-musl) ;;
|
||||||
fi
|
*) build_options_default+=" gir" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# Require running xserver
|
# Require running xserver
|
||||||
|
|
Loading…
Add table
Reference in a new issue