2023-06-25 19:58:38 +02:00
|
|
|
SUMMARY = "gmobile carries some helpers for GNOME on mobile devices"
|
2024-06-06 22:19:31 +02:00
|
|
|
LICENSE = "GPL-3.0-only & LGPL-2.1-only"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
2023-06-25 19:58:38 +02:00
|
|
|
|
2024-06-06 21:27:46 +02:00
|
|
|
inherit meson pkgconfig gobject-introspection
|
2023-06-25 19:58:38 +02:00
|
|
|
|
|
|
|
DEPENDS = "glib-2.0 json-glib"
|
|
|
|
|
2024-06-06 21:27:46 +02:00
|
|
|
SRC_URI = "git://gitlab.gnome.org/World/Phosh/gmobile.git;protocol=https;branch=main"
|
2023-06-25 19:58:38 +02:00
|
|
|
S = "${WORKDIR}/git"
|
2024-07-04 14:02:55 +02:00
|
|
|
SRCREV = "ca8db41bb39a3117461614ae4558a3e3019a19be"
|
|
|
|
PV = "0.2.1"
|
2023-08-15 08:45:46 +02:00
|
|
|
|
|
|
|
do_install:append() {
|
|
|
|
install -m 0644 ${B}/gm-config.h ${D}${includedir}
|
|
|
|
}
|