Compare commits

...

4 Commits

Author SHA1 Message Date
Markus Volk
8854ac9daf font-awesome: update 2024-04-30 09:14:52 +02:00
Markus Volk
ea8d494f6c gamescope: update 2024-04-30 09:14:09 +02:00
Markus Volk
d7778a0666 hyprwayland-scanner: update 2024-04-30 09:13:07 +02:00
Markus Volk
1b1ffb7011 playerctl: add missing glib-2.0 dependency 2024-04-30 09:11:06 +02:00
4 changed files with 9 additions and 8 deletions

View File

@ -4,15 +4,15 @@ HOMEPAGE = "https://fontawesome.com/"
SECTION = "base/fonts"
LICENSE = "CC-BY-4.0 & OFL-1.1"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4186e0f8172f263065437f80932efbe1"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9b9d97c72a232b7715f2aed4bf4a4d45"
SRC_URI = " \
git://github.com/FortAwesome/Font-Awesome.git;protocol=https;branch=6.x \
"
S = "${WORKDIR}/git"
PV = "6.4.0"
SRCREV = "0698449d50f2b95517562295a59d414afc68b369"
PV = "6.5.2"
SRCREV = "c0f460dca7f7688761120415ff3c9cf7f73119be"
do_install () {

View File

@ -9,8 +9,8 @@ SRC_URI = "git://github.com/hyprwm/hyprwayland-scanner.git;protocol=https;branch
DEPENDS = "pugixml"
S = "${WORKDIR}/git"
SRCREV = "1c9ed159e15f7403f170f075b839c4b2206d3cad"
PV = "0.3.0"
SRCREV = "126dad854f22fe30e6b82cd21808e76903d90ac5"
PV = "0.3.2"
inherit cmake pkgconfig

View File

@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
SRC_URI = "git://github.com/altdesktop/playerctl.git;protocol=https;branch=master"
DEPENDS = "glib-2.0"
RDEPENDS:${PN} = "glib-2.0"
inherit meson pkgconfig gobject-introspection

View File

@ -46,12 +46,12 @@ PACKAGECONFIG[sdl2_backend] = "-Dsdl2_backend=enabled,-Dsdl2_backend=disabled,li
PACKAGECONFIG[drm_backend] = "-Ddrm_backend=enabled,-Ddrm_backend=disabled,libdrm"
SRC_URI = " \
gitsm://github.com/ValveSoftware/gamescope.git;branch=master;protocol=https \
gitsm://github.com/ValveSoftware/gamescope.git;branch=jupiter-3.6;protocol=https \
file://0001-meson.build-dont-fail-if-stb-is-not-found.patch \
file://0001-meson.build-dont-leak-buildpath.patch \
"
SRCREV = "377365c8e77740055960724b8ff074c0b71782ae"
PV = "3.14.3"
SRCREV = "f6cd671cb4ee139f470fc55b580cc6ff3a50384b"
PV = "3.14.6"
S = "${WORKDIR}/git"