GPaste: enable gir/vala for all architectures

This commit is contained in:
Jürgen Buchmüller 2019-04-28 03:12:28 +02:00
parent 31d21ace4a
commit 696a354097

View file

@ -1,7 +1,7 @@
# Template file for 'GPaste'
pkgname=GPaste
version=3.32.0
revision=1
revision=3
wrksrc="gpaste-${version}"
build_helper="gir"
build_style=gnu-configure
@ -22,14 +22,8 @@ checksum=82276c98e7f3707924d3ccf2f23c589099bdcd1cdce2692a02c7b30a2341689c
# Package build options
build_options="gir gnome_shell vala"
desc_option_gnome_shell="Build GNOME Shell integration and extension"
case "$XBPS_TARGET_MACHINE" in
i686-musl|x86_64-musl) build_options_default+=" gir gnome_shell vala" ;;
*-musl) ;;
*) build_options_default+=" gir gnome_shell vala" ;;
esac
build_options_default="gir gnome_shell vala"
pre_build() {
export GIR_EXTRA_LIBS_PATH="${wrksrc}/lib/.libs"