Compare commits

..

No commits in common. "d10cc6095cd0f13390e8ede0f2ef1673c58bf242" and "ba761f2fd330ac9d09b932603d1bc5bb9d434d85" have entirely different histories.

2 changed files with 16 additions and 2 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"
SRCREV = "8b271e2ba39a5a9299e4e7bb60245a71704f5a89"
SRCREV = "2104e356be0067232f8e4d697e91085b5dc87f00"
S = "${WORKDIR}/git"
PV = "0.1.1"
DEPENDS = "qtbase qtquick3d qttools-native hyprutils qtwayland qtwayland-native"
DEPENDS = "qtbase qtquick3d qttools-native hyprutils"
inherit qt6-cmake

View File

@ -0,0 +1,14 @@
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