gtk-layer-shell: added fail check for gtk3-wayland

This commit is contained in:
Tim Biermann 2021-10-14 14:37:36 +02:00
parent e3565f5cee
commit 3b7588b43d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30jsNbpGze/gKA/OdYbs7OvYFl3NaFJIg4yT2vvGNEy9SzICQhQyKevSCxFmFaPbms7xF/56qo5DylMNi5fK3gE=
SHA256 (Pkgfile) = c5faa16450e11310a245909481c468ac70faa7441c3b7e18aa9d510f9e47f42f
RWSagIOpLGJF38MzOdWutZekun+QbFRM5rBXzrIE+TRggm/LFCPiSZhu/jj05H25pUlbys1mw3UvlHNmeG7lbvrtTbd0DM8aCgU=
SHA256 (Pkgfile) = b0471bb5a294dc35da9c43872f6a9b9549a7206fd7f883d672041d901388d566
SHA256 (.footprint) = a34d15d25e33c377baf1b7857d67d85c931a8958c01b693e75510816fc655486
SHA256 (gtk-layer-shell-0.6.0.tar.gz) = 9a0ba72cea90e092d6b10ba47e627cd873271d287d9af80a6f66ab131fb34cac

View File

@ -9,6 +9,8 @@ release=1
source=(https://github.com/wmww/gtk-layer-shell/archive/v$version/$name-$version.tar.gz)
build() {
ls /usr/include/gtk-3.0/gdk/gdkwayland.h || (printf '\e[1;31m%-6s\e[m\n' "gtk3 is missing wayland libraries, rebuild mesa, then gtk3 to install $name" ; exit 1)
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \