From 68ce8d5227ff7af898ded740cff1efcb588ae031 Mon Sep 17 00:00:00 2001 From: Luis Date: Tue, 17 Oct 2023 09:56:08 +0000 Subject: [PATCH] hyprland-protocols: new port at 0.2 --- testing/hyprland-protocols/.checksums | 1 + testing/hyprland-protocols/.pkgfiles | 9 +++++++++ testing/hyprland-protocols/hyprland.desktop | 5 +++++ testing/hyprland-protocols/spkgbuild | 14 ++++++++++++++ 4 files changed, 29 insertions(+) create mode 100644 testing/hyprland-protocols/.checksums create mode 100644 testing/hyprland-protocols/.pkgfiles create mode 100755 testing/hyprland-protocols/hyprland.desktop create mode 100644 testing/hyprland-protocols/spkgbuild diff --git a/testing/hyprland-protocols/.checksums b/testing/hyprland-protocols/.checksums new file mode 100644 index 000000000..3d8e78d33 --- /dev/null +++ b/testing/hyprland-protocols/.checksums @@ -0,0 +1 @@ +1012eee64d8dbd39447d2edc1d459978 hyprland-protocols-0.2.tar.gz diff --git a/testing/hyprland-protocols/.pkgfiles b/testing/hyprland-protocols/.pkgfiles new file mode 100644 index 000000000..b8a56d9c7 --- /dev/null +++ b/testing/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/testing/hyprland-protocols/hyprland.desktop b/testing/hyprland-protocols/hyprland.desktop new file mode 100755 index 000000000..714f99607 --- /dev/null +++ b/testing/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/testing/hyprland-protocols/spkgbuild b/testing/hyprland-protocols/spkgbuild new file mode 100644 index 000000000..76690ef96 --- /dev/null +++ b/testing/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 +}