Compare commits

...

3 Commits

Author SHA1 Message Date
Markus Volk
7c8278c3bb labwc-tweaks-gtk: update 2024-10-26 07:53:50 +02:00
Markus Volk
fc5aa68375 labwc: update 2024-10-26 07:53:32 +02:00
Markus Volk
e825fe1fd7 libsdfo: add recipe 2024-10-26 07:52:28 +02:00
3 changed files with 20 additions and 3 deletions

View File

@ -0,0 +1,16 @@
SUMMARY = "A collection of libraries which implement some of the freedesktop.org specifications."
HOMEPAGE = "https://gitlab.freedesktop.org/vyivel/libsfdo"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
inherit meson pkgconfig
SRC_URI = "git://gitlab.freedesktop.org/vyivel/libsfdo.git;protocol=https;nobranch=1"
S = "${WORKDIR}/git"
PV = "0.1.3"
SRCREV = "b3936ed9826375334dbbaa999e7216d1b36b445b"
PACKAGECONFIG ?= ""
PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false"
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"

View File

@ -16,7 +16,7 @@ DEPENDS += " \
SRC_URI = "git://github.com/labwc/labwc-tweaks-gtk.git;protocol=https;branch=master"
SRCREV = "67adbedd610a1b44e7ba667ae72a5c9b07105119"
SRCREV = "405a3adcb2851436145a023d437d08a652583a1a"
S = "${WORKDIR}/git"
inherit meson pkgconfig features_check

View File

@ -10,6 +10,7 @@ REQUIRED_DISTRO_FEATURES = "wayland"
DEPENDS += " \
libxml2 \
libsfdo \
glib-2.0 \
cairo \
pango \
@ -34,8 +35,8 @@ RRECOMMENDS:${PN} ?= " \
SRC_URI = "git://github.com/labwc/labwc.git;protocol=https;branch=master"
SRCREV = "98c876d79644eb89aded1db6fba57e95b5a3210f"
PV = "0.8.0"
SRCREV = "6bd36e85122101b30a852723b33d72210d45f8a5"
PV = "0.8.1"
S = "${WORKDIR}/git"
inherit meson pkgconfig features_check gettext