mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
mate-panel: always enable gir
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
af483637b4
commit
0f66ea4c42
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'mate-panel'
|
# Template file for 'mate-panel'
|
||||||
pkgname=mate-panel
|
pkgname=mate-panel
|
||||||
version=1.20.5
|
version=1.20.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
build_helper="gir"
|
||||||
configure_args="--disable-static --disable-schemas-compile
|
configure_args="--disable-static --disable-schemas-compile
|
||||||
$(vopt_enable gir introspection)"
|
$(vopt_enable gir introspection)"
|
||||||
hostmakedepends="glib-devel intltool itstool pkg-config
|
hostmakedepends="glib-devel intltool itstool pkg-config
|
||||||
|
@ -19,9 +20,7 @@ distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${vers
|
||||||
checksum=a76be10bbe9f59393fa1e765084f9995fb6de05863f53c1b2de493886c9b83ca
|
checksum=a76be10bbe9f59393fa1e765084f9995fb6de05863f53c1b2de493886c9b83ca
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
build_options_default="gir"
|
||||||
build_options_default="gir"
|
|
||||||
fi
|
|
||||||
|
|
||||||
libmate-panel_package() {
|
libmate-panel_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
|
|
Loading…
Add table
Reference in a new issue