summaryrefslogtreecommitdiff
path: root/dconf-editor/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-10-14 15:02:20 +0200
committerTim Biermann <tbier@posteo.de>2021-10-14 15:02:20 +0200
commita0c6fa905d286baf79dfd3189460fa20e452f3ea (patch)
tree81ac5d7f223bfd12a72d950c43bc6e10c4e9f9e2 /dconf-editor/Pkgfile
parente94bb64abacfeec717b47ef72d1f266bfee7c470 (diff)
downloadcontrib-a0c6fa905d286baf79dfd3189460fa20e452f3ea.tar.gz
contrib-a0c6fa905d286baf79dfd3189460fa20e452f3ea.tar.xz
dconf-editor: added fail check for dconf-vala
Diffstat (limited to 'dconf-editor/Pkgfile')
-rw-r--r--dconf-editor/Pkgfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dconf-editor/Pkgfile b/dconf-editor/Pkgfile
index 3f882f82e..4fbbaa842 100644
--- a/dconf-editor/Pkgfile
+++ b/dconf-editor/Pkgfile
@@ -9,6 +9,8 @@ release=2
source=(https://gitlab.gnome.org/GNOME/dconf-editor/-/archive/$version/dconf-editor-$version.tar.bz2)
build() {
+ ls /usr/share/vala/vapi/dconf.vapi || (printf '\e[1;31m%-6s\e[m\n' "$name needs dconf build with vala bindings, install vala, rebuild dconf, then install $name" ; exit 1)
+
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \

Generated by cgit