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 = " \
|
2024-08-20 13:20:38 +02:00
|
|
|
libcall-ui \
|
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 \
|
2024-08-20 13:20:38 +02:00
|
|
|
gnome-bluetooth \
|
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 \
|
2024-08-20 13:20:38 +02:00
|
|
|
libgnome-volume-control \
|
2022-02-18 15:14:37 +01:00
|
|
|
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 = " \
|
2024-08-21 09:13:13 +02:00
|
|
|
git://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 \
|
2024-08-20 13:20:38 +02:00
|
|
|
file://0001-meson-build-without-subproject-wrap.patch \
|
2022-02-18 15:14:37 +01:00
|
|
|
"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2024-09-12 08:33:25 +02:00
|
|
|
PV = "0.41.1"
|
|
|
|
SRCREV = "01a217b334e7839839c212e6ec82b263f43e35b3"
|
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
|
|
|
|