mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-01-15 17:18:22 +01:00
51 lines
1.0 KiB
BlitzBasic
51 lines
1.0 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 systemd pam pulseaudio"
|
|
|
|
DEPENDS = " \
|
|
callaudiod \
|
|
feedbackd \
|
|
fribidi \
|
|
gcr \
|
|
git-native \
|
|
glib-2.0 \
|
|
gnome-desktop \
|
|
gtk+3 \
|
|
libgudev \
|
|
libhandy \
|
|
libpam \
|
|
libsecret \
|
|
networkmanager \
|
|
polkit \
|
|
pulseaudio \
|
|
systemd \
|
|
upower \
|
|
wayland \
|
|
wayland-native \
|
|
wayland-protocols \
|
|
"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
gnome-control-center \
|
|
gnome-session \
|
|
gnome-settings-daemon \
|
|
gsettings-desktop-schemas \
|
|
phoc \
|
|
"
|
|
|
|
inherit features_check gsettings meson pkgconfig
|
|
|
|
SRC_URI = " \
|
|
gitsm://gitlab.gnome.org/World/Phosh/phosh.git;protocol=https;nobranch=1 \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.15.0"
|
|
SRCREV = "a964be122953d4cbcf63b75793c60f231ec35d71"
|
|
|
|
FILES:${PN} += "${datadir}"
|
|
|