meta-wayland/dynamic-layers/meta-qt6/recipes-qt/qgnomeplatform/qgnomeplatform_0.9.2.bb

31 lines
759 B
BlitzBasic
Raw Normal View History

2023-06-21 11:40:00 +02:00
SUMMARY = "QGnomePlatform is a Qt Platform Theme designed to use as many of the GNOME settings as possible in unmodified Qt applications"
HOMEPAGE = "https://github.com/FedoraQt/QGnomePlatform"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=40d2542b8c43a3ec2b7f5da31a697b88"
DEPENDS = " \
adwaita-qt \
2023-06-21 11:40:00 +02:00
glib-2.0 \
gsettings-desktop-schemas \
gtk+3 \
qtbase \
qtdeclarative \
qtdeclarative-native \
qtwayland \
qtwayland-native \
"
RDEPENDS:${PN} = "adwaita-qt"
inherit qt6-cmake
EXTRA_OECMAKE += "-DUSE_QT6=ON"
SRC_URI = "git://github.com/FedoraQt/QGnomePlatform.git;protocol=https;nobranch=1"
S = "${WORKDIR}/git"
2023-09-12 13:49:27 +02:00
SRCREV = "71f1fe577b5b665bc19c7ab3736ffe8387fa52ee"
2023-06-21 11:40:00 +02:00
FILES:${PN} += "${libdir} ${datadir}"
FILES:${PN}-dev = ""