Compare commits

...

3 Commits

Author SHA1 Message Date
Markus Volk
c66a2e487c mako: update 2024-08-13 08:05:42 +02:00
Markus Volk
86080f9cc2 kanshi: update 2024-08-13 08:05:06 +02:00
Markus Volk
05443025cb libscfg: add recipe 2024-08-13 08:04:45 +02:00
3 changed files with 19 additions and 5 deletions

View File

@ -11,7 +11,7 @@ SRC_URI = " \
git://git.sr.ht/~emersion/kanshi;protocol=https;branch=master \
"
DEPENDS = "wayland wayland-native"
DEPENDS = "wayland wayland-native libscfg"
inherit meson pkgconfig features_check
@ -23,8 +23,8 @@ PACKAGECONFIG ?= " \
"
S = "${WORKDIR}/git"
PV = "1.2.0"
SRCREV = "992c1954a6a00a3f66882c9eb75d74c2dbcbe25c"
PV = "1.7.0"
SRCREV = "83dc2fd4ff28ba77b5729ab89fc1b8ea3b3e2882"
EXTRA_OEMESON += "--buildtype release"

View File

@ -0,0 +1,14 @@
SUMMARY = "A C library for scfg"
HOMEPAGE = "https://git.sr.ht/~emersion/libscfg"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1"
SRC_URI = "git://git.sr.ht/~emersion/libscfg;protocol=https;branch=master"
S = "${WORKDIR}/git"
PV = "0.1.1"
SRCREV = "94076e2d03df183decac76fc8e5e1249aa7827c5"
inherit meson

View File

@ -39,8 +39,8 @@ PACKAGECONFIG ?= " \
"
S = "${WORKDIR}/git"
PV = "1.8.0"
SRCREV = "b25d38f53b4f17830111f6ea82c5985e3f3d796a"
PV = "1.9.0"
SRCREV = "43ac7b8094b3b7fae723f78fb7dc6bf34ea8814b"
EXTRA_OEMESON += "--buildtype release"