mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-04 07:56:47 +02:00
hyprspace: add recipe
This commit is contained in:
parent
19f248e721
commit
7ea94ce778
23
recipes-support/hyprland/hyprspace_git.bb
Normal file
23
recipes-support/hyprland/hyprspace_git.bb
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
SUMMARY = "A plugin for Hyprland that implements a workspace overview feature similar to that of KDE Plasma, GNOME and macOS"
|
||||||
|
HOMEPAGE = "https://hyprland.org/"
|
||||||
|
LICENSE = "GPL-2.0-only"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/clague/Hyprspace.git;protocol=https;branch=main"
|
||||||
|
|
||||||
|
SRCREV = "6ac35435eebb466e1630f573e2c97344c2848353"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
DEPENDS += " \
|
||||||
|
libdrm \
|
||||||
|
pixman \
|
||||||
|
hyprland \
|
||||||
|
hyprutils \
|
||||||
|
"
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||||
|
|
||||||
|
inherit meson pkgconfig features_check
|
||||||
|
|
||||||
|
FILES:${PN} += "${libdir}/libHyprspace.so"
|
||||||
|
FILES:${PN}-dev = ""
|
Loading…
x
Reference in New Issue
Block a user