Compare commits

...

2 Commits

Author SHA1 Message Date
Markus Volk
d10cc6095c tomlplusplus: remove recipe
was moved to meta-oe
2024-10-18 08:43:32 +02:00
Markus Volk
d389f57147 hyprsysteminfo: update 2024-10-18 00:45:30 +02:00
2 changed files with 2 additions and 16 deletions

View File

@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
SRC_URI = "git://github.com/hyprwm/hyprsysteminfo.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprsysteminfo.git;protocol=https;branch=main"
SRCREV = "2104e356be0067232f8e4d697e91085b5dc87f00" SRCREV = "8b271e2ba39a5a9299e4e7bb60245a71704f5a89"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "0.1.1" PV = "0.1.1"
DEPENDS = "qtbase qtquick3d qttools-native hyprutils" DEPENDS = "qtbase qtquick3d qttools-native hyprutils qtwayland qtwayland-native"
inherit qt6-cmake inherit qt6-cmake

View File

@ -1,14 +0,0 @@
SUMMARY = "toml config parser and seriaizer for c++."
HOMEPAGE = "https://github.com/marzer/tomlplusplus"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=90960f22c10049c117d56ed2ee5ee167"
SRC_URI = "git://github.com/marzer/tomlplusplus.git;protocol=https;branch=master"
PV = "3.4.0"
SRCREV = "30172438cee64926dc41fdd9c11fb3ba5b2ba9de"
S = "${WORKDIR}/git"
DEPENDS = "cmake-native"
inherit meson