summaryrefslogtreecommitdiff
path: root/gtk-layer-shell
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-10-14 14:37:36 +0200
committerTim Biermann <tbier@posteo.de>2021-10-14 14:37:36 +0200
commit3b7588b43d37819ca338b9cb502a514d3559e7b8 (patch)
tree64d7198a7f97e496dd0eae273fe22921eeab4353 /gtk-layer-shell
parente3565f5cee8f389f07b874cd241fcf587e9e12b7 (diff)
downloadcontrib-3b7588b43d37819ca338b9cb502a514d3559e7b8.tar.gz
contrib-3b7588b43d37819ca338b9cb502a514d3559e7b8.tar.xz
gtk-layer-shell: added fail check for gtk3-wayland
Diffstat (limited to 'gtk-layer-shell')
-rw-r--r--gtk-layer-shell/.signature4
-rw-r--r--gtk-layer-shell/Pkgfile2
2 files changed, 4 insertions, 2 deletions
diff --git a/gtk-layer-shell/.signature b/gtk-layer-shell/.signature
index 42d686db7..e817bc107 100644
--- a/gtk-layer-shell/.signature
+++ b/gtk-layer-shell/.signature
@@ -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
diff --git a/gtk-layer-shell/Pkgfile b/gtk-layer-shell/Pkgfile
index 49b517c55..e9764e985 100644
--- a/gtk-layer-shell/Pkgfile
+++ b/gtk-layer-shell/Pkgfile
@@ -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 \

Generated by cgit