mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 12:03:50 +02:00
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'
|
# Template file for 'gedit'
|
||||||
pkgname=gedit
|
pkgname=gedit
|
||||||
version=3.32.0
|
version=3.32.0
|
||||||
revision=1
|
revision=2
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
pycompile_module="gi/overrides"
|
pycompile_module="gi/overrides"
|
||||||
|
@ -24,11 +24,7 @@ shlib_provides="libgedit-3.14.so"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
build_options_default="gir vala"
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir vala" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
gedit-devel_package() {
|
gedit-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} gtksourceview-devel libpeas-devel"
|
depends="${sourcepkg}>=${version}_${revision} gtksourceview-devel libpeas-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue