From cabd7d6f4cf4f7b18d9560e31435644f96ed9857 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 30 Oct 2022 10:07:08 +0000 Subject: gtk-layer-shell: 0.7.0 -> 0.8.0 --- gtk-layer-shell/.footprint | 4 ++-- gtk-layer-shell/.signature | 8 ++++---- gtk-layer-shell/Pkgfile | 9 ++++++--- 3 files changed, 12 insertions(+), 9 deletions(-) (limited to 'gtk-layer-shell') diff --git a/gtk-layer-shell/.footprint b/gtk-layer-shell/.footprint index efc631a57..fcc72b3ab 100644 --- a/gtk-layer-shell/.footprint +++ b/gtk-layer-shell/.footprint @@ -6,8 +6,8 @@ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/girepository-1.0/ -rw-r--r-- root/root usr/lib/girepository-1.0/GtkLayerShell-0.1.typelib lrwxrwxrwx root/root usr/lib/libgtk-layer-shell.so -> libgtk-layer-shell.so.0 -lrwxrwxrwx root/root usr/lib/libgtk-layer-shell.so.0 -> libgtk-layer-shell.so.0.7.0 --rwxr-xr-x root/root usr/lib/libgtk-layer-shell.so.0.7.0 +lrwxrwxrwx root/root usr/lib/libgtk-layer-shell.so.0 -> libgtk-layer-shell.so.0.8.0 +-rwxr-xr-x root/root usr/lib/libgtk-layer-shell.so.0.8.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/gtk-layer-shell-0.pc drwxr-xr-x root/root usr/share/ diff --git a/gtk-layer-shell/.signature b/gtk-layer-shell/.signature index 93d472808..7ce4f0d1b 100644 --- a/gtk-layer-shell/.signature +++ b/gtk-layer-shell/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31hi16M0eDHlxEyT1XM8exEWFUesFkTyNH58AZ1pKmFxCpaITj3fjI5bDpW5+s88AunU4rhC8IDDuoGLAC/D5Qo= -SHA256 (Pkgfile) = d7650b78f9e45e93001101533af47f84d121d586c89d68a8fe9f2dbb3ba77f25 -SHA256 (.footprint) = 0d6ab21ba75aa91acc7628d385348f7958576cfcb454d3898fd98bac7c59e581 -SHA256 (gtk-layer-shell-0.7.0.tar.gz) = ac6016f232c5b0551e5106a7652751cfc56b5a1895a723ff931fbc7019acfc47 +RWSagIOpLGJF3z/leVYIFQC7T4CNpybuu2/JIHuKc8/HphujSf7JVZNk+h8+zfzeXsKUDxxFXF5ndv3GXOcKYeiALEL5mXOddQI= +SHA256 (Pkgfile) = 5894c6650374b829459d97a2c4e03bcec636cf2c817890edf109a4d895bf7228 +SHA256 (.footprint) = 1d078269b698a823e6f74dfba889f408cc1f53d0b55dc2dfcd0ed84ce127058c +SHA256 (gtk-layer-shell-0.8.0.tar.gz) = e95a03766302fe330ec3c6ff3e8018642849003ccaf160fb6fd0c039c81fa54c diff --git a/gtk-layer-shell/Pkgfile b/gtk-layer-shell/Pkgfile index 55b68af58..8a074a0b0 100644 --- a/gtk-layer-shell/Pkgfile +++ b/gtk-layer-shell/Pkgfile @@ -1,17 +1,20 @@ # Description: Library to create Wayland desktop components using the Layer Shell protocol # URL: https://github.com/wmww/gtk-layer-shell # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: gtk3 wayland-protocols +# Depends on: gtk3 libxkbcommon wayland-protocols +# Optional: vala name=gtk-layer-shell -version=0.7.0 +version=0.8.0 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 \ + prt-get isinst vala || PKGMK_GLS+=' -D vapi=false' + + meson setup $name-$version build $PKGMK_GLS \ --prefix=/usr \ --buildtype=plain \ --wrap-mode nodownload \ -- cgit v1.2.3