2023-06-25 19:58:38 +02:00
|
|
|
SUMMARY = "gmobile carries some helpers for GNOME on mobile devices"
|
|
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
|
|
LIC_FILES_CHKSUM = "file://src/gm-cutout.c;beginline=1;endline=5;md5=fdd1e77039fe571c0c9aa6280a7e7903"
|
|
|
|
|
|
|
|
inherit meson pkgconfig
|
|
|
|
|
|
|
|
DEPENDS = "glib-2.0 json-glib"
|
|
|
|
|
2023-08-15 08:45:46 +02:00
|
|
|
SRC_URI = " \
|
2023-12-19 19:47:07 +01:00
|
|
|
git://gitlab.gnome.org/World/Phosh/gmobile.git;protocol=https;branch=main \
|
2023-08-15 08:45:46 +02:00
|
|
|
file://0001-meson.build-create-a-pkgconfig-.pc-file.patch \
|
|
|
|
"
|
2023-06-25 19:58:38 +02:00
|
|
|
S = "${WORKDIR}/git"
|
2023-12-19 19:47:07 +01:00
|
|
|
SRCREV = "d5ed9ed758bf0deeb050d861fb08518295a42767"
|
|
|
|
PV = "0.0.4"
|
2023-08-15 08:45:46 +02:00
|
|
|
|
|
|
|
do_install:append() {
|
|
|
|
install -m 0644 ${B}/gm-config.h ${D}${includedir}
|
|
|
|
}
|