gedit: enable gir/vala for all architectures
This commit is contained in:
parent
7ae810dfe6
commit
2472e478d8
1 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gedit'
|
||||
pkgname=gedit
|
||||
version=3.32.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_helper="gir"
|
||||
build_style=meson
|
||||
pycompile_module="gi/overrides"
|
||||
|
@ -24,11 +24,7 @@ shlib_provides="libgedit-3.14.so"
|
|||
nocross=yes
|
||||
|
||||
build_options="gir vala"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
||||
*-musl) ;;
|
||||
*) build_options_default+=" gir vala" ;;
|
||||
esac
|
||||
build_options_default="gir vala"
|
||||
|
||||
gedit-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} gtksourceview-devel libpeas-devel"
|
||||
|
|
Loading…
Reference in a new issue