mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
hyprland-protocols: new port at 0.2
This commit is contained in:
1
testing/hyprland-protocols/.checksums
Normal file
1
testing/hyprland-protocols/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
1012eee64d8dbd39447d2edc1d459978 hyprland-protocols-0.2.tar.gz
|
||||
9
testing/hyprland-protocols/.pkgfiles
Normal file
9
testing/hyprland-protocols/.pkgfiles
Normal 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
|
||||
5
testing/hyprland-protocols/hyprland.desktop
Executable file
5
testing/hyprland-protocols/hyprland.desktop
Executable file
@@ -0,0 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Name=Hyprland
|
||||
Comment=An intelligent dynamic tiling Wayland compositor
|
||||
Exec=dbus-run-session Hyprland
|
||||
Type=Application
|
||||
14
testing/hyprland-protocols/spkgbuild
Normal file
14
testing/hyprland-protocols/spkgbuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user