aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-04-09 08:25:56 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-04-09 08:27:59 +0500
commita31e7776e55c2d086818aadb81a41014cc4faf1d (patch)
tree8f9d158b5ad6c91a397489340e71d8c6403f8bb9 /phosh-base
parentphosh-base/phosh-mobile-settings: add 0.38.0 (diff)
downloadguru-a31e7776e55c2d086818aadb81a41014cc4faf1d.tar.gz
guru-a31e7776e55c2d086818aadb81a41014cc4faf1d.tar.bz2
guru-a31e7776e55c2d086818aadb81a41014cc4faf1d.zip
phosh-base/phosh: add 0.38.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'phosh-base')
-rw-r--r--phosh-base/phosh/metadata.xml4
-rw-r--r--phosh-base/phosh/phosh-0.38.0.ebuild31
2 files changed, 35 insertions, 0 deletions
diff --git a/phosh-base/phosh/metadata.xml b/phosh-base/phosh/metadata.xml
index 7ebbd0334..27d8936d3 100644
--- a/phosh-base/phosh/metadata.xml
+++ b/phosh-base/phosh/metadata.xml
@@ -5,4 +5,8 @@
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
+ <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>
+ </use>
</pkgmetadata>
diff --git a/phosh-base/phosh/phosh-0.38.0.ebuild b/phosh-base/phosh/phosh-0.38.0.ebuild
new file mode 100644
index 000000000..3617b2e39
--- /dev/null
+++ b/phosh-base/phosh/phosh-0.38.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2024 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="cups +desktop-portal geolocation iio"
+
+RDEPEND="
+ app-alternatives/phosh-keyboard
+ dev-libs/feedbackd[daemon]
+ gnome-base/gnome-core-libs[cups?]
+ >=gui-wm/phoc-${PV}
+ media-fonts/cantarell
+ >=phosh-base/phosh-mobile-settings-${PV}
+ >=phosh-base/phosh-shell-${PV}
+ >=phosh-base/phosh-tour-${PV}
+ x11-themes/gnome-backgrounds
+ x11-themes/sound-theme-freedesktop
+ desktop-portal? (
+ gui-libs/xdg-desktop-portal-wlr
+ sys-apps/xdg-desktop-portal-gtk
+ )
+ geolocation? ( app-misc/geoclue:2.0 )
+ iio? ( gnome-extra/iio-sensor-proxy )
+"