mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
63
recipes-gtk/phosh/phosh_0.45.0.bb
Normal file
63
recipes-gtk/phosh/phosh_0.45.0.bb
Normal file
@ -0,0 +1,63 @@
|
||||
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 \
|
||||
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-without-subproject-wrap.patch \
|
||||
"
|
||||
|
||||
SRCREV = "2ac03f70f8d42b729def38e282f5b600286655fb"
|
||||
|
||||
EXTRA_OEMESON += "--buildtype=release"
|
||||
|
||||
FILES:${PN} += "${datadir} ${libdir}"
|
||||
|
Reference in New Issue
Block a user