phosh: update

This commit is contained in:
Markus Volk 2023-03-30 09:53:17 +02:00
parent cdaeca8471
commit e9e449efca

View File

@ -7,6 +7,7 @@ REQUIRED_DISTRO_FEATURES = "wayland polkit pam pulseaudio"
DEPENDS = " \ DEPENDS = " \
callaudiod \ callaudiod \
evince \
evolution-data-server \ evolution-data-server \
feedbackd \ feedbackd \
fribidi \ fribidi \
@ -14,7 +15,8 @@ DEPENDS = " \
git-native \ git-native \
glib-2.0 \ glib-2.0 \
gnome-desktop \ gnome-desktop \
gtk+3 \ gtk4 \
libadwaita \
libgudev \ libgudev \
libhandy \ libhandy \
libpam \ libpam \
@ -35,7 +37,6 @@ RDEPENDS:${PN} = " \
gnome-settings-daemon \ gnome-settings-daemon \
gsettings-desktop-schemas \ gsettings-desktop-schemas \
phoc \ phoc \
squeekboard \
" "
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
@ -48,7 +49,7 @@ PACKAGECONFIG ?= " \
tools \ tools \
" "
inherit features_check gsettings meson pkgconfig inherit features_check gsettings meson pkgconfig gtk-icon-cache
SRC_URI = " \ SRC_URI = " \
gitsm://gitlab.gnome.org/World/Phosh/phosh.git;protocol=https;nobranch=1 \ gitsm://gitlab.gnome.org/World/Phosh/phosh.git;protocol=https;nobranch=1 \
@ -56,8 +57,8 @@ SRC_URI = " \
" "
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "0.21.0" PV = "0.25.2"
SRCREV = "4122630266abfd6623e169330da6e7d6bc01be7f" SRCREV = "0878301c83028b2e5ef75acb92485a6eebfd86bd"
EXTRA_OEMESON += "--buildtype=release" EXTRA_OEMESON += "--buildtype=release"