parent
806ae0b87b
commit
97adf61195
1 changed files with 6 additions and 12 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'glade3'
|
||||
pkgname=glade3
|
||||
version=3.20.4
|
||||
version=3.22.0
|
||||
revision=1
|
||||
wrksrc="glade-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||
hostmakedepends="which pkg-config intltool gnome-doc-utils itstool glib-devel"
|
||||
makedepends="gtk+3-devel libxml2-devel python-devel python-gobject-devel"
|
||||
makedepends="gtk+3-devel libxml2-devel python-devel python-gobject-devel
|
||||
$(vopt_if gir gobject-introspection)"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
short_desc="An User Interface Designer for GTK+3"
|
||||
homepage="http://glade.gnome.org/"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
|
||||
checksum=4b82dfe635165b996ed75f95742bce788be8c8a45bf75c81892e3519902635d9
|
||||
checksum=6c66843a5883bbeb0dde4fdc0d19f6572dd23671aa2c3fdab4e4eb2889bff3c8
|
||||
|
||||
lib32disabled=yes
|
||||
|
||||
|
@ -25,13 +26,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
if [ "$build_option_gir" ]; then
|
||||
configure_args+=" --enable-introspection"
|
||||
makedepends+=" gobject-introspection"
|
||||
else
|
||||
configure_args+=" --disable-introspection"
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
# tests require a xserver running
|
||||
:
|
||||
|
|
Loading…
Reference in a new issue