Compare commits

...

4 Commits

Author SHA1 Message Date
Markus Volk
2b45e679ce adwaita-qt: fix AdwaitaQt6Targets.cmake 2024-03-25 12:28:11 +01:00
Markus Volk
1fe7ea1e8c nwg-panel: update 2024-03-25 12:09:41 +01:00
Markus Volk
c93d3a1aca nwg-hello: update 2024-03-25 12:09:19 +01:00
Markus Volk
9e5406754d nwg-displays: update 2024-03-25 12:08:57 +01:00
4 changed files with 7 additions and 8 deletions

View File

@ -19,6 +19,5 @@ FILES:${PN} += "${libdir}/plugins/styles/adwaita.so"
PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
do_install:append() { do_install:append() {
# add hack to unbreak crosscompile for qgnomeplatform sed -i -e 's|${STAGING_DIR_HOST}||g' ${D}${libdir}/cmake/AdwaitaQt6/AdwaitaQt6Targets.cmake
sed -i "s|include(\"\${CMAKE_CURRENT_LIST_DIR}\/AdwaitaQt6Targets.cmake\")||" ${D}${libdir}/cmake/AdwaitaQt6/AdwaitaQt6Config.cmake
} }

View File

@ -17,8 +17,8 @@ RDEPENDS:${PN} = "\
inherit setuptools3 inherit setuptools3
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "0.3.14" PV = "0.3.16"
SRCREV = "8604b9208440cf7ec61fb5c98ead299fdcb9570f" SRCREV = "f785c41bdb2e979efee516b6da2d83f2a3296672"
do_install:append() { do_install:append() {
install -d ${D}${datadir}/pixmaps ${D}${datadir}/applications install -d ${D}${datadir}/pixmaps ${D}${datadir}/applications

View File

@ -16,8 +16,8 @@ RRECOMMENDS:${PN} = "gnome-themes-extra"
inherit setuptools3 useradd inherit setuptools3 useradd
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "0.1.6" PV = "0.1.8"
SRCREV = "f89364d33b83ebd58a4b166ac328431e54327de4" SRCREV = "0d207e17ba6e911a7d1536a9a0a8d5c627511709"
USERADD_PACKAGES = "${PN}" USERADD_PACKAGES = "${PN}"
USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/bash greeter" USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/bash greeter"

View File

@ -20,6 +20,6 @@ RDEPENDS:${PN} = "\
inherit setuptools3 inherit setuptools3
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "0.9.25" PV = "0.9.26"
SRCREV = "194e8d02f90eaa3127b207ea1febda5091820a49" SRCREV = "6a2e3d4ebaf22dd7490cb6f4ba2fb011048f8c63"