parent
2d9f5da748
commit
75cb2f567d
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'glade3'
|
||||
pkgname=glade3
|
||||
version=3.20.1
|
||||
version=3.20.2
|
||||
revision=1
|
||||
wrksrc="glade-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -13,7 +13,7 @@ homepage="http://glade.gnome.org/"
|
|||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
|
||||
checksum=8064676dd46baa7e00c38ec1cc3ddc75c4ef5e714cd9d1491309b4df3e9cb1df
|
||||
checksum=07d1545570951aeded20e9fdc6d3d8a56aeefe2538734568c5335be336c6abed
|
||||
|
||||
lib32disabled=yes
|
||||
|
||||
|
@ -32,6 +32,11 @@ else
|
|||
configure_args+=" --disable-introspection"
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
# tests require a xserver running
|
||||
:
|
||||
}
|
||||
|
||||
libgladeui3_package() {
|
||||
depends="python-gobject"
|
||||
short_desc="GTK+ User Interface Build core library"
|
||||
|
|
Loading…
Reference in a new issue