mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
bde14a7ba9
phosh does not support git submodules anymore
67 lines
1.5 KiB
BlitzBasic
67 lines
1.5 KiB
BlitzBasic
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"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland polkit pam pulseaudio"
|
|
|
|
DEPENDS = " \
|
|
libcall-ui \
|
|
evolution-data-server \
|
|
evince \
|
|
feedbackd \
|
|
fribidi \
|
|
glib-2.0 \
|
|
gmobile \
|
|
gnome-bluetooth \
|
|
gnome-desktop \
|
|
gtk+3 \
|
|
gcr3 \
|
|
libgudev \
|
|
libhandy \
|
|
libgnome-volume-control \
|
|
libsecret \
|
|
networkmanager \
|
|
polkit \
|
|
pulseaudio \
|
|
libsoup-3.0 \
|
|
upower \
|
|
wayland \
|
|
wayland-native \
|
|
wayland-protocols \
|
|
"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
polkit-gnome \
|
|
gsettings-desktop-schemas \
|
|
phoc \
|
|
squeekboard \
|
|
gnome-desktop \
|
|
gnome-session \
|
|
wl-clipboard \
|
|
calls \
|
|
"
|
|
|
|
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
|
|
PACKAGECONFIG[phoc_tests] = "-Dphoc_tests=enabled,-Dphoc_tests=disabled"
|
|
PACKAGECONFIG[tools] = "-Dtools=true,-Dtools=false"
|
|
|
|
PACKAGECONFIG ?= ""
|
|
|
|
inherit features_check gsettings meson pkgconfig gtk-icon-cache gobject-introspection gi-docgen
|
|
|
|
SRC_URI = " \
|
|
git://gitlab.gnome.org/World/Phosh/phosh.git;protocol=https;nobranch=1 \
|
|
file://0001-meson.build-dont-read-includedir-from-pkg-config.patch \
|
|
file://0001-meson-build-without-subproject-wrap.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.41.0"
|
|
SRCREV = "5af045742f347f5f0622842dfe553f5666eb4f8f"
|
|
|
|
EXTRA_OEMESON += "--buildtype=release"
|
|
|
|
FILES:${PN} += "${datadir} ${libdir}"
|
|
|