qgnomeplatform: add recipe

This commit is contained in:
Markus Volk 2023-06-21 11:40:00 +02:00
parent 4a97f39280
commit 354778f12c
2 changed files with 32 additions and 0 deletions

View File

@ -15,3 +15,5 @@ S = "${WORKDIR}/git"
SRCREV = "07859143fd733cfefae687f6967795c7f50d4ca8" SRCREV = "07859143fd733cfefae687f6967795c7f50d4ca8"
FILES:${PN} += "${libdir}/plugins/styles/adwaita.so" FILES:${PN} += "${libdir}/plugins/styles/adwaita.so"
BBCLASSEXTEND = "native"

View File

@ -0,0 +1,30 @@
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-native \
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"
SRCREV = "1344b7f2db5d9158e94614bccc2298a15fac5ef4"
FILES:${PN} += "${libdir} ${datadir}"
FILES:${PN}-dev = ""