mousetweaks: enable gir
This commit is contained in:
parent
00624afc7f
commit
be285c1966
1 changed files with 10 additions and 6 deletions
|
@ -1,19 +1,23 @@
|
|||
# Template file for 'mousetweaks'
|
||||
pkgname=mousetweaks
|
||||
version=3.12.0
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
||||
build_helper="gir"
|
||||
hostmakedepends="pkg-config intltool glib-devel"
|
||||
makedepends="gsettings-desktop-schemas-devel gtk+3-devel libXtst-devel"
|
||||
depends="gsettings-desktop-schemas>=3.12 desktop-file-utils"
|
||||
short_desc="Mouse accessibility enhancements for the GNOME desktop"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=c0db478ccb390665e3201e9d1ce08b1c6573a697b797c9e828debb94b1ae3b97
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64-musl) build_options_default+=" gir" ;;
|
||||
*-musl) ;;
|
||||
*) build_options_default+=" gir" ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue