mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-01-28 23:42:46 +01:00
18 lines
621 B
BlitzBasic
18 lines
621 B
BlitzBasic
SUMMARY = "A qt6 qml style provider for hypr* apps"
|
|
HOMEPAGE = "https://hyprland.org/"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
|
|
|
SRC_URI = "git://github.com/hyprwm/hyprland-qt-support.git;protocol=https;branch=main"
|
|
|
|
SRCREV = "767e884cda77bea293982c2116333308930d7800"
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.1.0"
|
|
|
|
DEPENDS = "qtbase qtquick3d qttools-native qtwayland qtwayland-native hyprlang"
|
|
|
|
inherit qt6-cmake pkgconfig
|
|
|
|
FILES:${PN} += "${libdir}/qml/org/hyprland/style ${libdir}/libhyprland-quick-style.so ${libdir}/libhyprland-quick-style-impl.so"
|
|
FILES:${PN}-dev = ""
|