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"
|
|
|
|
|
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-06-06 21:27:46 +02:00
|
|
|
SRCREV = "3f3a8c70f6106e00388075c77982876857b321d8"
|
|
|
|
PV = "0.2.0"
|
2023-08-15 08:45:46 +02:00
|
|
|
|
|
|
|
do_install:append() {
|
|
|
|
install -m 0644 ${B}/gm-config.h ${D}${includedir}
|
|
|
|
}
|