mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
33 lines
797 B
BlitzBasic
33 lines
797 B
BlitzBasic
SUMMARY = "A plugin for Hyprland that implements a workspace overview feature similar to that of KDE Plasma, GNOME and macOS"
|
|
HOMEPAGE = "https://github.com/KZDKM/Hyprspace"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/KZDKM/Hyprspace.git;protocol=https;branch=main \
|
|
file://b88502ea9bcec83f4ab45edfc02bf96533d04cdd.patch \
|
|
"
|
|
|
|
SRCREV = "8f14fa2e10d24742d713f04c278bc7651037b74b"
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS += " \
|
|
libdrm \
|
|
pixman \
|
|
hyprland \
|
|
hyprutils \
|
|
"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
# Hack to allow patching the plugins
|
|
do_configure:prepend() {
|
|
rm -rf ${S}/patches
|
|
rm -rf ${S}/.pc
|
|
}
|
|
|
|
FILES:${PN} += "${libdir}/libHyprspace.so"
|
|
FILES:${PN}-dev = ""
|