* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh/
@ 2024-02-08 7:14 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-02-08 7:14 UTC (permalink / raw
To: gentoo-commits
commit: 3097565be382e4579d93b81d7f31c765bfdf8eeb
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Feb 6 17:45:40 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Feb 8 07:09:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3097565b
phosh-base/phosh: new package, add 0.36.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh/metadata.xml | 8 ++++++++
phosh-base/phosh/phosh-0.36.0.ebuild | 21 +++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/phosh-base/phosh/metadata.xml b/phosh-base/phosh/metadata.xml
new file mode 100644
index 0000000000..7ebbd03347
--- /dev/null
+++ b/phosh-base/phosh/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/phosh-base/phosh/phosh-0.36.0.ebuild b/phosh-base/phosh/phosh-0.36.0.ebuild
new file mode 100644
index 0000000000..b1e1533b45
--- /dev/null
+++ b/phosh-base/phosh/phosh-0.36.0.ebuild
@@ -0,0 +1,21 @@
+# 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"
+
+RDEPEND="
+ app-alternatives/phosh-keyboard
+ app-misc/geoclue:2.0
+ dev-libs/feedbackd[daemon]
+ >=gui-wm/phoc-${PV}
+ >=phosh-base/phosh-mobile-settings-${PV}
+ >=phosh-base/phosh-shell-${PV}
+ >=phosh-base/phosh-tour-${PV}
+"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh/
@ 2024-02-11 16:40 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-02-11 16:40 UTC (permalink / raw
To: gentoo-commits
commit: 78834896f044e87c9203cd91d3286cb96ca2ea98
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 11 13:55:34 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 11 16:35:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78834896
phosh-base/phosh: update metapackage
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh/{phosh-0.36.0.ebuild => phosh-0.36.0-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/phosh-base/phosh/phosh-0.36.0.ebuild b/phosh-base/phosh/phosh-0.36.0-r1.ebuild
similarity index 89%
rename from phosh-base/phosh/phosh-0.36.0.ebuild
rename to phosh-base/phosh/phosh-0.36.0-r1.ebuild
index b1e1533b45..92781e301b 100644
--- a/phosh-base/phosh/phosh-0.36.0.ebuild
+++ b/phosh-base/phosh/phosh-0.36.0-r1.ebuild
@@ -14,8 +14,9 @@ RDEPEND="
app-alternatives/phosh-keyboard
app-misc/geoclue:2.0
dev-libs/feedbackd[daemon]
- >=gui-wm/phoc-${PV}
+ >=gui-wm/phoc-${PV}-r1
>=phosh-base/phosh-mobile-settings-${PV}
>=phosh-base/phosh-shell-${PV}
>=phosh-base/phosh-tour-${PV}
+ x11-themes/gnome-backgrounds
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh/
@ 2024-04-09 3:28 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-04-09 3:28 UTC (permalink / raw
To: gentoo-commits
commit: a31e7776e55c2d086818aadb81a41014cc4faf1d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Apr 9 03:25:56 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Apr 9 03:27:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a31e7776
phosh-base/phosh: add 0.38.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh/metadata.xml | 4 ++++
phosh-base/phosh/phosh-0.38.0.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/phosh-base/phosh/metadata.xml b/phosh-base/phosh/metadata.xml
index 7ebbd03347..27d8936d36 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 0000000000..3617b2e398
--- /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 )
+"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh/
@ 2024-06-30 8:36 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-06-30 8:36 UTC (permalink / raw
To: gentoo-commits
commit: 014cd1e563083df61fc5f6136a3bfa4c0452a81d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jun 30 08:36:24 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jun 30 08:36:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=014cd1e5
phosh-base/phosh: add 0.40.0, drop 0.36.0-r1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
.../{phosh-0.36.0-r1.ebuild => phosh-0.40.0.ebuild} | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/phosh-base/phosh/phosh-0.36.0-r1.ebuild b/phosh-base/phosh/phosh-0.40.0.ebuild
similarity index 50%
rename from phosh-base/phosh/phosh-0.36.0-r1.ebuild
rename to phosh-base/phosh/phosh-0.40.0.ebuild
index 92781e301..cbe3ea8f0 100644
--- a/phosh-base/phosh/phosh-0.36.0-r1.ebuild
+++ b/phosh-base/phosh/phosh-0.40.0.ebuild
@@ -9,14 +9,23 @@ HOMEPAGE="https://phosh.mobi/"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64"
+IUSE="cups +desktop-portal geolocation iio"
RDEPEND="
app-alternatives/phosh-keyboard
- app-misc/geoclue:2.0
dev-libs/feedbackd[daemon]
- >=gui-wm/phoc-${PV}-r1
+ 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
+ >=phosh-base/phosh-tour-0.39.0
+ >=x11-themes/phosh-wallpapers-${PV}
+ 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 )
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh/
@ 2024-08-20 9:02 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-08-20 9:02 UTC (permalink / raw
To: gentoo-commits
commit: e137300915fed8c2d79eb70a8f329c4857e2a0cf
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Aug 20 09:01:33 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Aug 20 09:02:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1373009
phosh-base/phosh: add 0.41.0, drop 0.38.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh/{phosh-0.38.0.ebuild => phosh-0.41.0.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/phosh-base/phosh/phosh-0.38.0.ebuild b/phosh-base/phosh/phosh-0.41.0.ebuild
similarity index 95%
rename from phosh-base/phosh/phosh-0.38.0.ebuild
rename to phosh-base/phosh/phosh-0.41.0.ebuild
index 3617b2e39..62657ad83 100644
--- a/phosh-base/phosh/phosh-0.38.0.ebuild
+++ b/phosh-base/phosh/phosh-0.41.0.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
>=phosh-base/phosh-mobile-settings-${PV}
>=phosh-base/phosh-shell-${PV}
>=phosh-base/phosh-tour-${PV}
- x11-themes/gnome-backgrounds
+ >=x11-themes/phosh-wallpapers-${PV}
x11-themes/sound-theme-freedesktop
desktop-portal? (
gui-libs/xdg-desktop-portal-wlr
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh/
@ 2024-10-19 15:45 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-10-19 15:45 UTC (permalink / raw
To: gentoo-commits
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 )
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-10-19 15:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-19 15:45 [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-08-20 9:02 Anna Vyalkova
2024-06-30 8:36 Anna Vyalkova
2024-04-09 3:28 Anna Vyalkova
2024-02-11 16:40 Anna Vyalkova
2024-02-08 7:14 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox