phosh-base/phosh: add 0.42.0, drop 0.40.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-10-19 20:44:22 +05:00
parent 3101298773
commit 5d890b6c59
2 changed files with 4 additions and 2 deletions

View File

@@ -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>

View File

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