Compare commits

..

2 Commits

Author SHA1 Message Date
Markus Volk
1ad9c8c5a2 hyprutils: update 2024-11-16 01:04:19 +01:00
Markus Volk
63c208b690 uwsm: fix dependencies 2024-11-15 23:24:37 +01:00
2 changed files with 6 additions and 6 deletions

View File

@ -16,11 +16,11 @@ PV = "0.20.4"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PACKAGECONFIG ?= "man-pages uuctl" PACKAGECONFIG ?= "man-pages"
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native" PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
PACKAGECONFIG[uuctl] = "-Duuctl=enabled,-Duuctl=disabled,,libnewt" PACKAGECONFIG[uuctl] = "-Duuctl=enabled,-Duuctl=disabled,,fuzzel"
FILES:${PN} += "${datadir}/licenses" FILES:${PN} += "${datadir}/licenses"
RDEPENDS:${PN} = "python3-dbus pyxdg python3-core" RDEPENDS:${PN} += "python3-dbus pyxdg python3-core whiptail"
RRECOMMENDS:${PN} = "dbus-broker" RRECOMMENDS:${PN} += "dbus-broker"

View File

@ -9,7 +9,7 @@ DEPENDS = "pixman"
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "60d3dece30f98e8ad85131829c8529950630d6bc" SRCREV = "e911361a687753bbbdfe3b6a9eab755ecaf1d9e1"
PV = "0.2.4" PV = "0.2.6"
inherit cmake pkgconfig inherit cmake pkgconfig