Compare commits

..

2 Commits

Author SHA1 Message Date
Markus Volk
602a1a0537 hyprland: update 2024-12-06 18:31:31 +01:00
Markus Volk
a1a0aa10b4 hyprland-qtutils: update 2024-12-06 18:26:15 +01:00
2 changed files with 5 additions and 3 deletions

View File

@ -1,12 +1,13 @@
SUMMARY = "This houses some qt/qml utilities that might be used by various hypr* apps." SUMMARY = "This repo houses some qt/qml utilities that might be used by various hypr* apps"
HOMEPAGE = "https://hyprland.org/" HOMEPAGE = "https://hyprland.org/"
LICENSE = "BSD-3-Clause" LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983" LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
SRC_URI = "git://github.com/hyprwm/hyprland-qtutils.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprland-qtutils.git;protocol=https;branch=main"
SRCREV = "a5b4f1e8b34f659a5da992983cc1bd57825f25f7" SRCREV = "969427419276c7ee170301ef1ebe0f68eb6eb2e2"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "0.1.0"
DEPENDS = "qtbase qtquick3d qttools-native qtwayland qtwayland-native hyprutils" DEPENDS = "qtbase qtquick3d qttools-native qtwayland qtwayland-native hyprutils"

View File

@ -43,7 +43,7 @@ RRECOMMENDS:${PN} ?= " \
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1" SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1"
SRCREV = "3c617ce33c64cb43049489598b6391911eed7070" SRCREV = "b1e5cc66bdb20b002c93479490c3a317552210b3"
PV = "0.45.2" PV = "0.45.2"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
@ -54,6 +54,7 @@ PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd xwayland', d)}"
PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled" PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled"
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb xcb-util-wm xcb-util-renderutil xwayland,xwayland" PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb xcb-util-wm xcb-util-renderutil xwayland,xwayland"
PACKAGECONFIG[legacy_renderer] = "-Dlegacy_renderer=enabled,-Dlegacy_renderer=disabled" PACKAGECONFIG[legacy_renderer] = "-Dlegacy_renderer=enabled,-Dlegacy_renderer=disabled"
PACKAGECONFIG[qt] = ",,hyprland-qtutils,hyprland-qtutils hyprpolkitagent xdg-desktop-portal-hyprland hyprsysteminfo hyprland-welcome"
do_configure:prepend() { do_configure:prepend() {
cd ${S} && scripts/generateVersion.sh cd ${S} && scripts/generateVersion.sh