meta-wayland/recipes-gtk/phosh/phosh_git.bb

64 lines
1.4 KiB
BlitzBasic
Raw Normal View History

2022-02-18 15:14:37 +01:00
SUMMARY = "a pure wayland shell for mobile devices like Purism's Librem 5."
HOMEPAGE = "https://source.puri.sm/Librem5/feedbackd"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
2022-02-19 04:46:23 +01:00
REQUIRED_DISTRO_FEATURES = "wayland polkit pam pulseaudio"
2022-02-18 15:14:37 +01:00
DEPENDS = " \
callaudiod \
2022-09-02 18:13:34 +02:00
evolution-data-server \
2024-02-29 15:41:27 +01:00
evince \
2022-02-18 15:14:37 +01:00
feedbackd \
fribidi \
glib-2.0 \
2024-06-06 21:28:58 +02:00
gmobile \
2022-02-18 15:14:37 +01:00
gnome-desktop \
2024-02-29 15:41:27 +01:00
gtk+3 \
2024-06-06 21:28:58 +02:00
gcr3 \
2022-02-18 15:14:37 +01:00
libgudev \
libhandy \
libsecret \
networkmanager \
polkit \
pulseaudio \
2024-06-06 21:28:58 +02:00
libsoup-3.0 \
2022-02-18 15:14:37 +01:00
upower \
wayland \
wayland-native \
wayland-protocols \
"
RDEPENDS:${PN} = " \
2024-02-29 15:41:27 +01:00
polkit-gnome \
2022-02-18 15:14:37 +01:00
gsettings-desktop-schemas \
phoc \
2024-07-04 14:04:09 +02:00
squeekboard \
2024-02-29 15:41:27 +01:00
gnome-desktop \
2024-07-04 14:04:09 +02:00
gnome-session \
2024-02-29 15:41:27 +01:00
wl-clipboard \
calls \
2022-02-19 04:46:23 +01:00
"
2022-02-19 08:48:22 +01:00
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
2024-07-04 14:04:09 +02:00
PACKAGECONFIG[phoc_tests] = "-Dphoc_tests=enabled,-Dphoc_tests=disabled"
2022-02-19 04:46:23 +01:00
PACKAGECONFIG[tools] = "-Dtools=true,-Dtools=false"
2024-07-04 14:04:09 +02:00
PACKAGECONFIG ?= ""
2022-02-18 15:14:37 +01:00
2024-07-04 14:04:09 +02:00
inherit features_check gsettings meson pkgconfig gtk-icon-cache gobject-introspection gi-docgen
2022-02-18 15:14:37 +01:00
SRC_URI = " \
gitsm://gitlab.gnome.org/World/Phosh/phosh.git;protocol=https;nobranch=1 \
2024-06-06 21:28:58 +02:00
file://0001-meson.build-dont-read-includedir-from-pkg-config.patch \
2022-02-18 15:14:37 +01:00
"
S = "${WORKDIR}/git"
2024-07-04 14:04:09 +02:00
PV = "0.40.0"
SRCREV = "afef417667369f4943c8acfa24b4477e4197359e"
2022-02-18 15:14:37 +01:00
2022-02-19 08:48:22 +01:00
EXTRA_OEMESON += "--buildtype=release"
2022-02-19 04:46:23 +01:00
FILES:${PN} += "${datadir} ${libdir}"
2022-02-18 15:14:37 +01:00