hyprland-protocols: new port at 0.2

This commit is contained in:
Luis
2023-10-17 17:29:03 +00:00
parent 7cb3c63454
commit 2973c029ec
4 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1 @@
1012eee64d8dbd39447d2edc1d459978 hyprland-protocols-0.2.tar.gz

View File

@@ -0,0 +1,9 @@
hyprland-protocols-0.2-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/hyprland-protocols/
drwxr-xr-x root/root usr/share/hyprland-protocols/protocols/
-rw-r--r-- root/root usr/share/hyprland-protocols/protocols/hyprland-global-shortcuts-v1.xml
-rw-r--r-- root/root usr/share/hyprland-protocols/protocols/hyprland-toplevel-export-v1.xml
drwxr-xr-x root/root usr/share/pkgconfig/
-rw-r--r-- root/root usr/share/pkgconfig/hyprland-protocols.pc

View File

@@ -0,0 +1,5 @@
[Desktop Entry]
Name=Hyprland
Comment=An intelligent dynamic tiling Wayland compositor
Exec=dbus-run-session Hyprland
Type=Application

View File

@@ -0,0 +1,14 @@
# description : Wayland protocol extensions for Hyprland
# homepage : https://github.com/hyprwm/hyprland-protocols
# depends : meson ninja wayland
name=hyprland-protocols
version=0.2
release=1
source="$name-$version.tar.gz::https://github.com/hyprwm/hyprland-protocols/archive/v$version.tar.gz"
build() {
venom-meson $name-$version build
meson compile -C build
DESTDIR=$PKG meson install --no-rebuild -C build
}