drop '_git' from recipes

This commit is contained in:
Markus Volk
2025-06-24 14:44:29 +02:00
parent 982e6aa5e2
commit efd8c839fd
145 changed files with 0 additions and 143 deletions

View File

@ -0,0 +1,30 @@
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 \
"
SRCREV = "82bdb6720ef6163f0b10b49ba49702f0bde815d8"
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 = ""