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 \
|
|
|
|
gcr \
|
|
|
|
glib-2.0 \
|
|
|
|
gnome-desktop \
|
2024-02-29 15:41:27 +01:00
|
|
|
gtk+3 \
|
2023-03-30 09:53:17 +02:00
|
|
|
gtk4 \
|
|
|
|
libadwaita \
|
2022-02-18 15:14:37 +01:00
|
|
|
libgudev \
|
|
|
|
libhandy \
|
|
|
|
libsecret \
|
|
|
|
networkmanager \
|
|
|
|
polkit \
|
|
|
|
pulseaudio \
|
|
|
|
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-02-29 15:41:27 +01:00
|
|
|
gnome-desktop \
|
|
|
|
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"
|
2022-02-19 04:46:23 +01:00
|
|
|
PACKAGECONFIG[tools] = "-Dtools=true,-Dtools=false"
|
|
|
|
# install systemd service files ?
|
|
|
|
PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false"
|
|
|
|
|
|
|
|
PACKAGECONFIG ?= " \
|
|
|
|
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
|
|
|
tools \
|
2022-02-18 15:14:37 +01:00
|
|
|
"
|
|
|
|
|
2023-03-30 09:53:17 +02:00
|
|
|
inherit features_check gsettings meson pkgconfig gtk-icon-cache
|
2022-02-18 15:14:37 +01:00
|
|
|
|
|
|
|
SRC_URI = " \
|
|
|
|
gitsm://gitlab.gnome.org/World/Phosh/phosh.git;protocol=https;nobranch=1 \
|
|
|
|
"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2024-02-29 15:13:56 +01:00
|
|
|
PV = "0.36.0"
|
|
|
|
SRCREV = "62a4ba9d8a38750a49ae6187f3497c54a030be45"
|
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
|
|
|
|
|
|
|
do_install:append() {
|
|
|
|
install -Dm 644 ${WORKDIR}/phosh.pam ${D}${sysconfdir}/pam.d/phosh
|
|
|
|
}
|
|
|
|
|
|
|
|
FILES:${PN} += "${datadir} ${libdir}"
|
2022-02-18 15:14:37 +01:00
|
|
|
|