commit: 5d890b6c594ef3866882c78c71dfd898dc11e415 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sat Oct 19 15:44:22 2024 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sat Oct 19 15:44:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d890b6c
phosh-base/phosh: add 0.42.0, drop 0.40.0 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> phosh-base/phosh/metadata.xml | 1 + phosh-base/phosh/{phosh-0.40.0.ebuild => phosh-0.42.0.ebuild} | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/phosh-base/phosh/metadata.xml b/phosh-base/phosh/metadata.xml index 27d8936d3..46b957ae5 100644 --- a/phosh-base/phosh/metadata.xml +++ b/phosh-base/phosh/metadata.xml @@ -8,5 +8,6 @@ <use> <flag name="desktop-portal">Enable <pkg>sys-apps/xdg-desktop-portal</pkg> backend implementation</flag> <flag name="iio">Enable support for IIO sensors via <pkg>gnome-extra/iio-sensor-proxy</pkg></flag> + <flag name="screenshot">Enable screenshot manager support via <pkg>gui-apps/slurp</pkg></flag> </use> </pkgmetadata> 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 cbe3ea8f0..f6c771686 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 ) "