2024-08-17 09:12:00 +02:00
|
|
|
SUMMARY = "A plugin for Hyprland that implements a workspace overview feature similar to that of KDE Plasma, GNOME and macOS"
|
2024-09-17 12:43:26 +02:00
|
|
|
HOMEPAGE = "https://github.com/KZDKM/Hyprspace"
|
2024-08-17 09:12:00 +02:00
|
|
|
LICENSE = "GPL-2.0-only"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
|
2024-10-22 17:42:36 +02:00
|
|
|
SRC_URI = " \
|
|
|
|
git://github.com/KZDKM/Hyprspace.git;protocol=https;branch=main \
|
2024-10-28 19:54:09 +01:00
|
|
|
file://fb951708cd4393d455b6a528ee6fc759b9b0751a.patch \
|
2024-10-22 17:42:36 +02:00
|
|
|
"
|
2024-08-17 09:12:00 +02:00
|
|
|
|
2024-10-28 19:54:09 +01:00
|
|
|
SRCREV = "999af6e9f290458b6c4f93d6161988d472402c94"
|
2024-08-17 09:12:00 +02:00
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
|
|
|
DEPENDS += " \
|
|
|
|
libdrm \
|
|
|
|
pixman \
|
|
|
|
hyprland \
|
|
|
|
hyprutils \
|
|
|
|
"
|
|
|
|
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
|
2024-10-22 17:42:36 +02:00
|
|
|
# Hack to allow patching the plugins
|
|
|
|
do_configure:prepend() {
|
|
|
|
rm -rf ${S}/patches
|
|
|
|
rm -rf ${S}/.pc
|
|
|
|
}
|
|
|
|
|
2024-08-17 09:12:00 +02:00
|
|
|
FILES:${PN} += "${libdir}/libHyprspace.so"
|
|
|
|
FILES:${PN}-dev = ""
|