gtk-layer-shell: 0.7.0 -> 0.8.0

This commit is contained in:
Tim Biermann 2022-10-30 10:07:08 +00:00
parent 5eec297c33
commit cabd7d6f4c
3 changed files with 12 additions and 9 deletions

View File

@ -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/

View File

@ -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

View File

@ -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 \