From 5d890b6c594ef3866882c78c71dfd898dc11e415 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 19 Oct 2024 20:44:22 +0500 Subject: [PATCH] phosh-base/phosh: add 0.42.0, drop 0.40.0 Signed-off-by: Anna (cybertailor) Vyalkova --- phosh-base/phosh/metadata.xml | 1 + .../phosh/{phosh-0.40.0.ebuild => phosh-0.42.0.ebuild} | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) rename phosh-base/phosh/{phosh-0.40.0.ebuild => phosh-0.42.0.ebuild} (85%) diff --git a/phosh-base/phosh/metadata.xml b/phosh-base/phosh/metadata.xml index 27d8936d36..46b957ae5f 100644 --- a/phosh-base/phosh/metadata.xml +++ b/phosh-base/phosh/metadata.xml @@ -8,5 +8,6 @@ Enable sys-apps/xdg-desktop-portal backend implementation Enable support for IIO sensors via gnome-extra/iio-sensor-proxy + Enable screenshot manager support via gui-apps/slurp diff --git a/phosh-base/phosh/phosh-0.40.0.ebuild b/phosh-base/phosh/phosh-0.42.0.ebuild similarity index 85% rename from phosh-base/phosh/phosh-0.40.0.ebuild rename to phosh-base/phosh/phosh-0.42.0.ebuild index cbe3ea8f05..f6c7716869 100644 --- a/phosh-base/phosh/phosh-0.40.0.ebuild +++ b/phosh-base/phosh/phosh-0.42.0.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://phosh.mobi/" LICENSE="metapackage" SLOT="0" KEYWORDS="~amd64" -IUSE="cups +desktop-portal geolocation iio" +IUSE="cups +desktop-portal geolocation iio +screenshot" RDEPEND=" app-alternatives/phosh-keyboard @@ -19,7 +19,7 @@ RDEPEND=" media-fonts/cantarell >=phosh-base/phosh-mobile-settings-${PV} >=phosh-base/phosh-shell-${PV} - >=phosh-base/phosh-tour-0.39.0 + >=phosh-base/phosh-tour-0.41.0 >=x11-themes/phosh-wallpapers-${PV} x11-themes/sound-theme-freedesktop desktop-portal? ( @@ -28,4 +28,5 @@ RDEPEND=" ) geolocation? ( app-misc/geoclue:2.0 ) iio? ( gnome-extra/iio-sensor-proxy ) + screenshot? ( gui-apps/slurp ) "