diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-10-19 20:44:22 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-10-19 20:44:22 +0500 |
commit | 5d890b6c594ef3866882c78c71dfd898dc11e415 (patch) | |
tree | d98f8a9096356f38d128a4d2d1c0c6c3fe580845 /phosh-base | |
parent | phosh-base/phosh-osk-stub: drop 0.38.0 (diff) | |
download | guru-5d890b6c594ef3866882c78c71dfd898dc11e415.tar.gz guru-5d890b6c594ef3866882c78c71dfd898dc11e415.tar.bz2 guru-5d890b6c594ef3866882c78c71dfd898dc11e415.zip |
phosh-base/phosh: add 0.42.0, drop 0.40.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'phosh-base')
-rw-r--r-- | phosh-base/phosh/metadata.xml | 1 | ||||
-rw-r--r-- | phosh-base/phosh/phosh-0.42.0.ebuild (renamed from phosh-base/phosh/phosh-0.40.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 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 ) " |