commit: 6ee55cfefaa75f1d0c809116e2b10a1262beac6a
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jun 19 15:02:42 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jun 19 16:34:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ee55cfe
phosh-base/phosh: add 0.47.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh/metadata.xml | 1 +
phosh-base/phosh/phosh-0.47.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/phosh-base/phosh/metadata.xml b/phosh-base/phosh/metadata.xml
index 46b957ae5f..87756794af 100644
--- a/phosh-base/phosh/metadata.xml
+++ b/phosh-base/phosh/metadata.xml
@@ -6,6 +6,7 @@
<name>Anna</name>
</maintainer>
<use>
+ <flag name="calls">Enable calls support via
<pkg>net-voip/gnome-calls</pkg></flag>
<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>
diff --git a/phosh-base/phosh/phosh-0.47.0.ebuild
b/phosh-base/phosh/phosh-0.47.0.ebuild
new file mode 100644
index 0000000000..e6544b6854
--- /dev/null
+++ b/phosh-base/phosh/phosh-0.47.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Meta package for Phosh, merge this package to install"
+HOMEPAGE="https://phosh.mobi/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="calls cups geolocation iio +screenshot systemd"
+
+# https://salsa.debian.org/DebianOnMobile-team/meta-phosh
+RDEPEND="
+ app-alternatives/phosh-keyboard
+ dev-libs/feedbackd[daemon]
+ gnome-base/gnome-core-libs[cups?]
+ gui-libs/xdg-desktop-portal-wlr
+ >=gui-wm/phoc-${PV}
+ media-fonts/cantarell
+ >=phosh-base/phosh-mobile-settings-${PV}
+ >=phosh-base/phosh-shell-${PV}
+ >=phosh-base/phosh-tour-${PV}
+ >=phosh-base/xdg-desktop-portal-phosh-${PV}
+ sys-apps/xdg-desktop-portal-gtk
+ >=x11-themes/phosh-wallpapers-0.42.0
+ x11-themes/sound-theme-freedesktop
+ calls? ( net-voip/gnome-calls )
+ geolocation? ( app-misc/geoclue:2.0 )
+ iio? ( gnome-extra/iio-sensor-proxy )
+ screenshot? ( gui-apps/slurp )
+ systemd? ( sys-apps/systemd )
+ !systemd? ( app-admin/openrc-settingsd )
+"