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 ) "