diff --git a/main/hyprland-protocols/.checksums b/main/hyprland-protocols/.checksums new file mode 100644 index 000000000..3d8e78d33 --- /dev/null +++ b/main/hyprland-protocols/.checksums @@ -0,0 +1 @@ +1012eee64d8dbd39447d2edc1d459978 hyprland-protocols-0.2.tar.gz diff --git a/main/hyprland-protocols/.pkgfiles b/main/hyprland-protocols/.pkgfiles new file mode 100644 index 000000000..b8a56d9c7 --- /dev/null +++ b/main/hyprland-protocols/.pkgfiles @@ -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 diff --git a/main/hyprland-protocols/hyprland.desktop b/main/hyprland-protocols/hyprland.desktop new file mode 100755 index 000000000..714f99607 --- /dev/null +++ b/main/hyprland-protocols/hyprland.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=Hyprland +Comment=An intelligent dynamic tiling Wayland compositor +Exec=dbus-run-session Hyprland +Type=Application diff --git a/main/hyprland-protocols/spkgbuild b/main/hyprland-protocols/spkgbuild new file mode 100644 index 000000000..76690ef96 --- /dev/null +++ b/main/hyprland-protocols/spkgbuild @@ -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 +}