* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-mobile-settings/
@ 2024-02-08 7:14 Anna Vyalkova
0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2024-02-08 7:14 UTC (permalink / raw
To: gentoo-commits
commit: b8ec19f42457dc2236ff3c15d4fc1882e705ef1d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Feb 6 17:43:57 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Feb 8 07:09:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8ec19f4
phosh-base/phosh-mobile-settings: new package, add 0.36.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-mobile-settings/Manifest | 2 +
phosh-base/phosh-mobile-settings/metadata.xml | 11 +++++
.../phosh-mobile-settings-0.36.0.ebuild | 56 ++++++++++++++++++++++
3 files changed, 69 insertions(+)
diff --git a/phosh-base/phosh-mobile-settings/Manifest b/phosh-base/phosh-mobile-settings/Manifest
new file mode 100644
index 0000000000..a7cd60b939
--- /dev/null
+++ b/phosh-base/phosh-mobile-settings/Manifest
@@ -0,0 +1,2 @@
+DIST phosh-mobile-settings-0.36.0.tar.xz 185628 BLAKE2B bed3c8dcd278e44e9beaec29c98e8ac5847377749ff18cc1e0d58f3f7178ae56b0642ae2c6ff89f5a724a9878da6660e6b60b2a4734a8d4d1feeb6f85dfa07db SHA512 f899105719908a044ac85d326288eec8dcaa2e5a8c27cffa1ad9354896f85c96b44f8114c08c4f7be6955faf79e32c7f26977a70c9d99a6b4654a8cd6d6db443
+DIST phosh-mobile-settings-0.36.0.tar.xz.asc 833 BLAKE2B 749625bae2a1bafc77ad5867b65a0a526dd5c9da25eebe9967fea816e30855f98e5bfec61c7cfcad3019fcb32290a262dbc108902bc969787e02d9be11e405f6 SHA512 bbe173ae4f34757963637c9e26bc0dd8d0ee60ea789a894b4732e572eaa25762605d79351f6e0e1b330e51dcc3dc9538b2e70ee98b679f46ea9d95df0e0906c0
diff --git a/phosh-base/phosh-mobile-settings/metadata.xml b/phosh-base/phosh-mobile-settings/metadata.xml
new file mode 100644
index 0000000000..25857c3d7e
--- /dev/null
+++ b/phosh-base/phosh-mobile-settings/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+ <upstream>
+ <remote-id type="gnome-gitlab">guidog/phosh-mobile-settings</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.36.0.ebuild b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.36.0.ebuild
new file mode 100644
index 0000000000..6c9c607401
--- /dev/null
+++ b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.36.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson verify-sig xdg
+
+DESCRIPTION="Mobile Settings App for phosh and related components"
+HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-mobile-settings"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-libs/glib-2.68:2
+ >=dev-libs/json-glib-1.6.2
+ >=dev-libs/wayland-1.14
+ >=gui-libs/gtk-4.4:4[wayland]
+ >=gui-libs/libadwaita-1.4:1
+ media-libs/gsound
+ phosh-base/phosh-shell
+ sys-apps/lm-sensors:=
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/wayland-protocols-1.12
+"
+BDEPEND="
+ dev-libs/glib:2
+ dev-util/gdbus-codegen
+ dev-util/glib-utils
+ dev-util/wayland-scanner
+ sys-devel/gettext
+ verify-sig? ( sec-keys/openpgp-keys-phosh )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/phosh.asc"
+
+QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.MobileSettings.desktop"
+
+src_test() {
+ # No useful tests
+ :
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-mobile-settings/
@ 2024-04-09 3:28 Anna Vyalkova
0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2024-04-09 3:28 UTC (permalink / raw
To: gentoo-commits
commit: 50c4f24ae3f0cb36f0cbf42a83be4707722a932d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Apr 9 03:19:06 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=50c4f24a
phosh-base/phosh-mobile-settings: add 0.38.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-mobile-settings/Manifest | 2 ++
.../phosh-mobile-settings/phosh-mobile-settings-0.36.0.ebuild | 2 +-
...tings-0.36.0.ebuild => phosh-mobile-settings-0.38.0.ebuild} | 10 +++++++---
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/phosh-base/phosh-mobile-settings/Manifest b/phosh-base/phosh-mobile-settings/Manifest
index a7cd60b939..c14b8ee1c4 100644
--- a/phosh-base/phosh-mobile-settings/Manifest
+++ b/phosh-base/phosh-mobile-settings/Manifest
@@ -1,2 +1,4 @@
DIST phosh-mobile-settings-0.36.0.tar.xz 185628 BLAKE2B bed3c8dcd278e44e9beaec29c98e8ac5847377749ff18cc1e0d58f3f7178ae56b0642ae2c6ff89f5a724a9878da6660e6b60b2a4734a8d4d1feeb6f85dfa07db SHA512 f899105719908a044ac85d326288eec8dcaa2e5a8c27cffa1ad9354896f85c96b44f8114c08c4f7be6955faf79e32c7f26977a70c9d99a6b4654a8cd6d6db443
DIST phosh-mobile-settings-0.36.0.tar.xz.asc 833 BLAKE2B 749625bae2a1bafc77ad5867b65a0a526dd5c9da25eebe9967fea816e30855f98e5bfec61c7cfcad3019fcb32290a262dbc108902bc969787e02d9be11e405f6 SHA512 bbe173ae4f34757963637c9e26bc0dd8d0ee60ea789a894b4732e572eaa25762605d79351f6e0e1b330e51dcc3dc9538b2e70ee98b679f46ea9d95df0e0906c0
+DIST phosh-mobile-settings-0.38.0.tar.xz 197692 BLAKE2B df92c780943fcd441b6709e5a9722e02e0b08f27b3355b0621ff3ee626276af53988b9a2bf8047bc3cf14c73691a01b8502c1952795e2388fe29652c16cef3be SHA512 7406ca631d0bb2d51bf405ffb1820496bbd3349927b677b208d623d7a792dbfbd5f6bfd6edc31bb3009490e4ea6c860660df5d983861d929b7b9300d69c8f9e8
+DIST phosh-mobile-settings-0.38.0.tar.xz.asc 833 BLAKE2B baab43631489a35bcea287b096dfcbaa0379bb7499c0f50006372c4e1138b545f7253cd9172eae3598840c5f9eb8be5590cc7d7b506e6c148705a04c9ff3fe54 SHA512 9af93755cd5aa0e265b97e999d692dd00ad923c4a676da33d72248cb352c2d818fe299926c8bea0799255156cc29bb2bb6c7bc7efc31202aacf29124f7f9ad1b
diff --git a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.36.0.ebuild b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.36.0.ebuild
index 6c9c607401..ca0ac51654 100644
--- a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.36.0.ebuild
+++ b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.36.0.ebuild
@@ -36,7 +36,7 @@ BDEPEND="
verify-sig? ( sec-keys/openpgp-keys-phosh )
"
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/phosh.asc"
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.MobileSettings.desktop"
diff --git a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.36.0.ebuild b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.38.0.ebuild
similarity index 85%
copy from phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.36.0.ebuild
copy to phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.38.0.ebuild
index 6c9c607401..91ae5b52d4 100644
--- a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.36.0.ebuild
+++ b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.38.0.ebuild
@@ -15,10 +15,10 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
- >=dev-libs/glib-2.68:2
+ >=dev-libs/glib-2.74:2
>=dev-libs/json-glib-1.6.2
>=dev-libs/wayland-1.14
- >=gui-libs/gtk-4.4:4[wayland]
+ >=gui-libs/gtk-4.12.5:4[wayland]
>=gui-libs/libadwaita-1.4:1
media-libs/gsound
phosh-base/phosh-shell
@@ -36,7 +36,7 @@ BDEPEND="
verify-sig? ( sec-keys/openpgp-keys-phosh )
"
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/phosh.asc"
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.MobileSettings.desktop"
@@ -45,6 +45,10 @@ src_test() {
:
}
+src_install() {
+ meson_src_install --skip-subprojects gmobile
+}
+
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-mobile-settings/
@ 2024-06-30 8:36 Anna Vyalkova
0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2024-06-30 8:36 UTC (permalink / raw
To: gentoo-commits
commit: e805b2ca1531c387338a1aa1d64135a66b36286d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jun 30 08:34:17 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jun 30 08:34:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e805b2ca
phosh-base/phosh-mobile-settings: add 0.40.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-mobile-settings/Manifest | 2 +
.../phosh-mobile-settings-0.40.0.ebuild | 56 ++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/phosh-base/phosh-mobile-settings/Manifest b/phosh-base/phosh-mobile-settings/Manifest
index c14b8ee1c..6e9c9b7ec 100644
--- a/phosh-base/phosh-mobile-settings/Manifest
+++ b/phosh-base/phosh-mobile-settings/Manifest
@@ -2,3 +2,5 @@ DIST phosh-mobile-settings-0.36.0.tar.xz 185628 BLAKE2B bed3c8dcd278e44e9beaec29
DIST phosh-mobile-settings-0.36.0.tar.xz.asc 833 BLAKE2B 749625bae2a1bafc77ad5867b65a0a526dd5c9da25eebe9967fea816e30855f98e5bfec61c7cfcad3019fcb32290a262dbc108902bc969787e02d9be11e405f6 SHA512 bbe173ae4f34757963637c9e26bc0dd8d0ee60ea789a894b4732e572eaa25762605d79351f6e0e1b330e51dcc3dc9538b2e70ee98b679f46ea9d95df0e0906c0
DIST phosh-mobile-settings-0.38.0.tar.xz 197692 BLAKE2B df92c780943fcd441b6709e5a9722e02e0b08f27b3355b0621ff3ee626276af53988b9a2bf8047bc3cf14c73691a01b8502c1952795e2388fe29652c16cef3be SHA512 7406ca631d0bb2d51bf405ffb1820496bbd3349927b677b208d623d7a792dbfbd5f6bfd6edc31bb3009490e4ea6c860660df5d983861d929b7b9300d69c8f9e8
DIST phosh-mobile-settings-0.38.0.tar.xz.asc 833 BLAKE2B baab43631489a35bcea287b096dfcbaa0379bb7499c0f50006372c4e1138b545f7253cd9172eae3598840c5f9eb8be5590cc7d7b506e6c148705a04c9ff3fe54 SHA512 9af93755cd5aa0e265b97e999d692dd00ad923c4a676da33d72248cb352c2d818fe299926c8bea0799255156cc29bb2bb6c7bc7efc31202aacf29124f7f9ad1b
+DIST phosh-mobile-settings-0.40.0.tar.xz 206976 BLAKE2B ff21e9672c9b849f1fb423c8305c1ed57164022684c188ef98f27100c5b08d9a3e2d3bb28b7f22046616ce7e277f4061db17d2af127af12bfe08c3ba63c1f51e SHA512 f379df314ef885161842cb03c6f116c1243a9bffc6e56ad1ad8b2e52bf81aad89f687112732a80ae50d20ec9ec123621d5a6ae0945ddab6ba1b8e0de932532ff
+DIST phosh-mobile-settings-0.40.0.tar.xz.asc 833 BLAKE2B 43e8e329a8b0850a9b2859b39b4c440a8b945bee0c5cd7e8e1409b1f2b766bb1ceb02de2344b59c7b2da57139c2ec98a5f39557609c4367eacb2cbd057a7c538 SHA512 3683bb77400f3bd5c2b21cad645bbf5aa7ee578cf0a2ee81b27cd60162ee942ddcf22f2f8dc6f844a8724d9b1ae78935e90de4608738f156b76684c71cd2220a
diff --git a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.40.0.ebuild b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.40.0.ebuild
new file mode 100644
index 000000000..a42cf981a
--- /dev/null
+++ b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.40.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson verify-sig xdg
+
+DESCRIPTION="Mobile Settings App for phosh and related components"
+HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-mobile-settings"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-libs/glib-2.74:2
+ dev-libs/gmobile
+ >=dev-libs/wayland-1.14
+ >=gui-libs/gtk-4.12.5:4[wayland]
+ >=gui-libs/libadwaita-1.4:1
+ media-libs/gsound
+ >=phosh-base/phosh-shell-0.37.0
+ sys-apps/lm-sensors:=
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/wayland-protocols-1.12
+"
+BDEPEND="
+ dev-libs/glib:2
+ dev-util/gdbus-codegen
+ dev-util/glib-utils
+ dev-util/wayland-scanner
+ sys-devel/gettext
+ verify-sig? ( sec-keys/openpgp-keys-phosh )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
+
+QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.MobileSettings.desktop"
+
+src_test() {
+ # No useful tests
+ :
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-mobile-settings/
@ 2024-08-20 9:02 Anna Vyalkova
0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2024-08-20 9:02 UTC (permalink / raw
To: gentoo-commits
commit: 7b611873ec34a875967cf7e9d77a2c1bd78efd1f
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Aug 20 09:00:12 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=7b611873
phosh-base/phosh-mobile-settings: add 0.41.0, drop 0.36.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-mobile-settings/Manifest | 4 ++--
...36.0.ebuild => phosh-mobile-settings-0.41.0.ebuild} | 18 +++++++++++-------
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/phosh-base/phosh-mobile-settings/Manifest b/phosh-base/phosh-mobile-settings/Manifest
index 6e9c9b7ec..ed17859a6 100644
--- a/phosh-base/phosh-mobile-settings/Manifest
+++ b/phosh-base/phosh-mobile-settings/Manifest
@@ -1,6 +1,6 @@
-DIST phosh-mobile-settings-0.36.0.tar.xz 185628 BLAKE2B bed3c8dcd278e44e9beaec29c98e8ac5847377749ff18cc1e0d58f3f7178ae56b0642ae2c6ff89f5a724a9878da6660e6b60b2a4734a8d4d1feeb6f85dfa07db SHA512 f899105719908a044ac85d326288eec8dcaa2e5a8c27cffa1ad9354896f85c96b44f8114c08c4f7be6955faf79e32c7f26977a70c9d99a6b4654a8cd6d6db443
-DIST phosh-mobile-settings-0.36.0.tar.xz.asc 833 BLAKE2B 749625bae2a1bafc77ad5867b65a0a526dd5c9da25eebe9967fea816e30855f98e5bfec61c7cfcad3019fcb32290a262dbc108902bc969787e02d9be11e405f6 SHA512 bbe173ae4f34757963637c9e26bc0dd8d0ee60ea789a894b4732e572eaa25762605d79351f6e0e1b330e51dcc3dc9538b2e70ee98b679f46ea9d95df0e0906c0
DIST phosh-mobile-settings-0.38.0.tar.xz 197692 BLAKE2B df92c780943fcd441b6709e5a9722e02e0b08f27b3355b0621ff3ee626276af53988b9a2bf8047bc3cf14c73691a01b8502c1952795e2388fe29652c16cef3be SHA512 7406ca631d0bb2d51bf405ffb1820496bbd3349927b677b208d623d7a792dbfbd5f6bfd6edc31bb3009490e4ea6c860660df5d983861d929b7b9300d69c8f9e8
DIST phosh-mobile-settings-0.38.0.tar.xz.asc 833 BLAKE2B baab43631489a35bcea287b096dfcbaa0379bb7499c0f50006372c4e1138b545f7253cd9172eae3598840c5f9eb8be5590cc7d7b506e6c148705a04c9ff3fe54 SHA512 9af93755cd5aa0e265b97e999d692dd00ad923c4a676da33d72248cb352c2d818fe299926c8bea0799255156cc29bb2bb6c7bc7efc31202aacf29124f7f9ad1b
DIST phosh-mobile-settings-0.40.0.tar.xz 206976 BLAKE2B ff21e9672c9b849f1fb423c8305c1ed57164022684c188ef98f27100c5b08d9a3e2d3bb28b7f22046616ce7e277f4061db17d2af127af12bfe08c3ba63c1f51e SHA512 f379df314ef885161842cb03c6f116c1243a9bffc6e56ad1ad8b2e52bf81aad89f687112732a80ae50d20ec9ec123621d5a6ae0945ddab6ba1b8e0de932532ff
DIST phosh-mobile-settings-0.40.0.tar.xz.asc 833 BLAKE2B 43e8e329a8b0850a9b2859b39b4c440a8b945bee0c5cd7e8e1409b1f2b766bb1ceb02de2344b59c7b2da57139c2ec98a5f39557609c4367eacb2cbd057a7c538 SHA512 3683bb77400f3bd5c2b21cad645bbf5aa7ee578cf0a2ee81b27cd60162ee942ddcf22f2f8dc6f844a8724d9b1ae78935e90de4608738f156b76684c71cd2220a
+DIST phosh-mobile-settings-0.41.0.tar.xz 216932 BLAKE2B ea1ff3ff6275749dd75a046870bd10706ba8aad7f6402aee3a22a8385ad4e64250fe93ebe83c3fda452cada9076a46b27e82178d16d65d3469c82a277c3f9888 SHA512 8f4b7d0d666ff6f806fa2f71eccced78fa3f36de787f16c704960fbbe8ec91aafc79fbb6711bbd1fca777eff002b6d69086d81c22af1bac9fb990aa3da710621
+DIST phosh-mobile-settings-0.41.0.tar.xz.asc 833 BLAKE2B 8a196701a49e2ade05537a11bf3f34738e64e9c6276d713e5cff17953bb2427304189600aebd80a2163a0a2af626467c409e2d3a5d7f6eb43464a0025468b260 SHA512 9ac92d75e9d0c3a16ad6ff6eb7926e182a9eae94fe621cf1815e51ff552dd1736b13f3fa3ebf5f4c4c21adddc9c082e4493e70a8b5bebe9c5a2f27e1655c692d
diff --git a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.36.0.ebuild b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.41.0.ebuild
similarity index 80%
rename from phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.36.0.ebuild
rename to phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.41.0.ebuild
index ca0ac5165..1479a5021 100644
--- a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.36.0.ebuild
+++ b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.41.0.ebuild
@@ -14,19 +14,23 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
-RDEPEND="
- >=dev-libs/glib-2.68:2
- >=dev-libs/json-glib-1.6.2
+COMMON_DEPEND="
+ >=dev-libs/glib-2.74:2
+ dev-libs/gmobile
>=dev-libs/wayland-1.14
- >=gui-libs/gtk-4.4:4[wayland]
- >=gui-libs/libadwaita-1.4:1
+ >=gui-libs/gtk-4.12.5:4[wayland]
+ >=gui-libs/libadwaita-1.5:1
media-libs/gsound
- phosh-base/phosh-shell
+ >=phosh-base/phosh-shell-0.37.0
sys-apps/lm-sensors:=
"
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
>=dev-libs/wayland-protocols-1.12
"
+RDEPEND="${COMMON_DEPEND}
+ dev-libs/feedbackd
+ >=gui-wm/phoc-0.34.0
+"
BDEPEND="
dev-libs/glib:2
dev-util/gdbus-codegen
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-mobile-settings/
@ 2024-10-19 15:45 Anna Vyalkova
0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2024-10-19 15:45 UTC (permalink / raw
To: gentoo-commits
commit: 1cf1f8840ca5a399da18b2d56e90c2da9400aa2b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Oct 19 15:26:15 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Oct 19 15:26:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1cf1f884
phosh-base/phosh-mobile-settings: add 0.42.0, drop old
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-mobile-settings/Manifest | 6 +--
.../phosh-mobile-settings-0.40.0.ebuild | 56 ----------------------
....ebuild => phosh-mobile-settings-0.42.0.ebuild} | 18 +++----
3 files changed, 12 insertions(+), 68 deletions(-)
diff --git a/phosh-base/phosh-mobile-settings/Manifest b/phosh-base/phosh-mobile-settings/Manifest
index ed17859a6..6ae4a98dc 100644
--- a/phosh-base/phosh-mobile-settings/Manifest
+++ b/phosh-base/phosh-mobile-settings/Manifest
@@ -1,6 +1,4 @@
-DIST phosh-mobile-settings-0.38.0.tar.xz 197692 BLAKE2B df92c780943fcd441b6709e5a9722e02e0b08f27b3355b0621ff3ee626276af53988b9a2bf8047bc3cf14c73691a01b8502c1952795e2388fe29652c16cef3be SHA512 7406ca631d0bb2d51bf405ffb1820496bbd3349927b677b208d623d7a792dbfbd5f6bfd6edc31bb3009490e4ea6c860660df5d983861d929b7b9300d69c8f9e8
-DIST phosh-mobile-settings-0.38.0.tar.xz.asc 833 BLAKE2B baab43631489a35bcea287b096dfcbaa0379bb7499c0f50006372c4e1138b545f7253cd9172eae3598840c5f9eb8be5590cc7d7b506e6c148705a04c9ff3fe54 SHA512 9af93755cd5aa0e265b97e999d692dd00ad923c4a676da33d72248cb352c2d818fe299926c8bea0799255156cc29bb2bb6c7bc7efc31202aacf29124f7f9ad1b
-DIST phosh-mobile-settings-0.40.0.tar.xz 206976 BLAKE2B ff21e9672c9b849f1fb423c8305c1ed57164022684c188ef98f27100c5b08d9a3e2d3bb28b7f22046616ce7e277f4061db17d2af127af12bfe08c3ba63c1f51e SHA512 f379df314ef885161842cb03c6f116c1243a9bffc6e56ad1ad8b2e52bf81aad89f687112732a80ae50d20ec9ec123621d5a6ae0945ddab6ba1b8e0de932532ff
-DIST phosh-mobile-settings-0.40.0.tar.xz.asc 833 BLAKE2B 43e8e329a8b0850a9b2859b39b4c440a8b945bee0c5cd7e8e1409b1f2b766bb1ceb02de2344b59c7b2da57139c2ec98a5f39557609c4367eacb2cbd057a7c538 SHA512 3683bb77400f3bd5c2b21cad645bbf5aa7ee578cf0a2ee81b27cd60162ee942ddcf22f2f8dc6f844a8724d9b1ae78935e90de4608738f156b76684c71cd2220a
DIST phosh-mobile-settings-0.41.0.tar.xz 216932 BLAKE2B ea1ff3ff6275749dd75a046870bd10706ba8aad7f6402aee3a22a8385ad4e64250fe93ebe83c3fda452cada9076a46b27e82178d16d65d3469c82a277c3f9888 SHA512 8f4b7d0d666ff6f806fa2f71eccced78fa3f36de787f16c704960fbbe8ec91aafc79fbb6711bbd1fca777eff002b6d69086d81c22af1bac9fb990aa3da710621
DIST phosh-mobile-settings-0.41.0.tar.xz.asc 833 BLAKE2B 8a196701a49e2ade05537a11bf3f34738e64e9c6276d713e5cff17953bb2427304189600aebd80a2163a0a2af626467c409e2d3a5d7f6eb43464a0025468b260 SHA512 9ac92d75e9d0c3a16ad6ff6eb7926e182a9eae94fe621cf1815e51ff552dd1736b13f3fa3ebf5f4c4c21adddc9c082e4493e70a8b5bebe9c5a2f27e1655c692d
+DIST phosh-mobile-settings-0.42.0.tar.xz 229020 BLAKE2B 166f6cf54b634b2a935ff3fd63756d7935ce61afe9192afaacb3544eb96e605fc0d702e65eb8e2068f9cf4aab3a6ede4ac523ceaf2cea46a0085dcf4d1d6f4e5 SHA512 aebb741ae1ad508610600ab24495442cff959d883c12529f47b9eb3cf822d03dcf4b9d0e8605dd77820861899329c2133bdad566567b50a009d180a0141dcfc3
+DIST phosh-mobile-settings-0.42.0.tar.xz.asc 833 BLAKE2B e481795aa52593b5655a970c5454b051e424312df3ba1b45fa6bff8ef4b54149bb0166a7fec80990cad5b554ada495f1fae2799f713290082390430f1faf093b SHA512 69cbc847ed5e3d31dafd386e97b5e8a7009da6ecc19df9715fff527c568f34e3d78dcd54d5e3800e7437ca1bc30cb726891eb72bf15cd225ad8618e035ad1978
diff --git a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.40.0.ebuild b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.40.0.ebuild
deleted file mode 100644
index a42cf981a..000000000
--- a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.40.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson verify-sig xdg
-
-DESCRIPTION="Mobile Settings App for phosh and related components"
-HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-mobile-settings"
-SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
- verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-libs/glib-2.74:2
- dev-libs/gmobile
- >=dev-libs/wayland-1.14
- >=gui-libs/gtk-4.12.5:4[wayland]
- >=gui-libs/libadwaita-1.4:1
- media-libs/gsound
- >=phosh-base/phosh-shell-0.37.0
- sys-apps/lm-sensors:=
-"
-DEPEND="${RDEPEND}
- >=dev-libs/wayland-protocols-1.12
-"
-BDEPEND="
- dev-libs/glib:2
- dev-util/gdbus-codegen
- dev-util/glib-utils
- dev-util/wayland-scanner
- sys-devel/gettext
- verify-sig? ( sec-keys/openpgp-keys-phosh )
-"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
-
-QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.MobileSettings.desktop"
-
-src_test() {
- # No useful tests
- :
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
diff --git a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.38.0.ebuild b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.42.0.ebuild
similarity index 82%
rename from phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.38.0.ebuild
rename to phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.42.0.ebuild
index 91ae5b52d..7cd2067ab 100644
--- a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.38.0.ebuild
+++ b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.42.0.ebuild
@@ -14,19 +14,25 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
-RDEPEND="
+COMMON_DEPEND="
>=dev-libs/glib-2.74:2
+ >=dev-libs/gmobile-0.2.0
>=dev-libs/json-glib-1.6.2
>=dev-libs/wayland-1.14
+ >=gnome-base/gnome-desktop-44:4=
>=gui-libs/gtk-4.12.5:4[wayland]
- >=gui-libs/libadwaita-1.4:1
+ >=gui-libs/libadwaita-1.5:1
media-libs/gsound
- phosh-base/phosh-shell
+ >=phosh-base/phosh-shell-0.40.0
sys-apps/lm-sensors:=
"
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
>=dev-libs/wayland-protocols-1.12
"
+RDEPEND="${COMMON_DEPEND}
+ dev-libs/feedbackd
+ >=gui-wm/phoc-0.34.0
+"
BDEPEND="
dev-libs/glib:2
dev-util/gdbus-codegen
@@ -45,10 +51,6 @@ src_test() {
:
}
-src_install() {
- meson_src_install --skip-subprojects gmobile
-}
-
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-mobile-settings/
@ 2024-11-17 2:17 Anna Vyalkova
0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2024-11-17 2:17 UTC (permalink / raw
To: gentoo-commits
commit: 4980da12d25b9e1ab50038c2d306b5857deabc75
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Nov 17 01:09:48 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Nov 17 02:03:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4980da12
phosh-base/phosh-mobile-settings: add 0.43.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-mobile-settings/Manifest | 2 +
.../phosh-mobile-settings-0.43.0.ebuild | 62 ++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/phosh-base/phosh-mobile-settings/Manifest b/phosh-base/phosh-mobile-settings/Manifest
index 6ae4a98dc..9e3b805a5 100644
--- a/phosh-base/phosh-mobile-settings/Manifest
+++ b/phosh-base/phosh-mobile-settings/Manifest
@@ -2,3 +2,5 @@ DIST phosh-mobile-settings-0.41.0.tar.xz 216932 BLAKE2B ea1ff3ff6275749dd75a0468
DIST phosh-mobile-settings-0.41.0.tar.xz.asc 833 BLAKE2B 8a196701a49e2ade05537a11bf3f34738e64e9c6276d713e5cff17953bb2427304189600aebd80a2163a0a2af626467c409e2d3a5d7f6eb43464a0025468b260 SHA512 9ac92d75e9d0c3a16ad6ff6eb7926e182a9eae94fe621cf1815e51ff552dd1736b13f3fa3ebf5f4c4c21adddc9c082e4493e70a8b5bebe9c5a2f27e1655c692d
DIST phosh-mobile-settings-0.42.0.tar.xz 229020 BLAKE2B 166f6cf54b634b2a935ff3fd63756d7935ce61afe9192afaacb3544eb96e605fc0d702e65eb8e2068f9cf4aab3a6ede4ac523ceaf2cea46a0085dcf4d1d6f4e5 SHA512 aebb741ae1ad508610600ab24495442cff959d883c12529f47b9eb3cf822d03dcf4b9d0e8605dd77820861899329c2133bdad566567b50a009d180a0141dcfc3
DIST phosh-mobile-settings-0.42.0.tar.xz.asc 833 BLAKE2B e481795aa52593b5655a970c5454b051e424312df3ba1b45fa6bff8ef4b54149bb0166a7fec80990cad5b554ada495f1fae2799f713290082390430f1faf093b SHA512 69cbc847ed5e3d31dafd386e97b5e8a7009da6ecc19df9715fff527c568f34e3d78dcd54d5e3800e7437ca1bc30cb726891eb72bf15cd225ad8618e035ad1978
+DIST phosh-mobile-settings-0.43.0.tar.xz 236724 BLAKE2B 29f15d9f1bb6717f49c604a2fd802d1e595d376d31c44011255a381e4ba744bf0409c2a6d105c647de3182c7cdd050de5f0a1a50b3cae51ff97300ec35796267 SHA512 e7357379acdbcf94067435116f1cc5e83461f3e87193f7d202dbe9fdf90dd9beaef0aa20c84cd5249be1c0ec27b19aaff6d1d053ea14facfb21a2c7c418b2882
+DIST phosh-mobile-settings-0.43.0.tar.xz.asc 833 BLAKE2B 336edf65970fe4b13345e93393c6dfc41edfbea41a9b156cefb3ecb0e55c08992ee552ff3c8a2af1995c5b1f2bcfc20c153c86c4431a68b7d022e3f462f894e6 SHA512 4f6001fd2b745acccc8db658f2953b41dd9d5e71b1a752acec52536ccccc9fd9d691da1df6f88ce6e5cf328b07c901c37ba742e20f1d2030ee87f3a0f6ab9cc9
diff --git a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.43.0.ebuild b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.43.0.ebuild
new file mode 100644
index 000000000..0461b1d88
--- /dev/null
+++ b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.43.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson verify-sig xdg
+
+DESCRIPTION="Mobile Settings App for phosh and related components"
+HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-mobile-settings"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+COMMON_DEPEND="
+ >=dev-libs/glib-2.76:2
+ >=dev-libs/gmobile-0.2.1
+ >=dev-libs/json-glib-1.6.2
+ >=dev-libs/wayland-1.14
+ >=gnome-base/gnome-desktop-44:4=
+ >=gui-libs/gtk-4.12.5:4[wayland]
+ >=gui-libs/libadwaita-1.5:1
+ media-libs/gsound
+ >=phosh-base/phosh-shell-0.40.0
+ sys-apps/lm-sensors:=
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-libs/wayland-protocols-1.12
+"
+RDEPEND="${COMMON_DEPEND}
+ dev-libs/feedbackd
+ >=gui-wm/phoc-0.34.0
+"
+BDEPEND="
+ dev-libs/glib:2
+ dev-util/gdbus-codegen
+ dev-util/glib-utils
+ dev-util/wayland-scanner
+ sys-devel/gettext
+ verify-sig? ( sec-keys/openpgp-keys-phosh )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
+
+QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.MobileSettings.desktop"
+
+src_test() {
+ # No useful tests
+ :
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-mobile-settings/
@ 2025-01-02 8:36 Anna Vyalkova
0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2025-01-02 8:36 UTC (permalink / raw
To: gentoo-commits
commit: a84ad89443842cca75ec9a215d96e415e6c1b067
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jan 2 05:21:34 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jan 2 08:35:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a84ad894
phosh-base/phosh-mobile-settings: drop 0.41.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-mobile-settings/Manifest | 2 -
.../phosh-mobile-settings-0.41.0.ebuild | 60 ----------------------
2 files changed, 62 deletions(-)
diff --git a/phosh-base/phosh-mobile-settings/Manifest b/phosh-base/phosh-mobile-settings/Manifest
index 9e3b805a5..3d44faf2e 100644
--- a/phosh-base/phosh-mobile-settings/Manifest
+++ b/phosh-base/phosh-mobile-settings/Manifest
@@ -1,5 +1,3 @@
-DIST phosh-mobile-settings-0.41.0.tar.xz 216932 BLAKE2B ea1ff3ff6275749dd75a046870bd10706ba8aad7f6402aee3a22a8385ad4e64250fe93ebe83c3fda452cada9076a46b27e82178d16d65d3469c82a277c3f9888 SHA512 8f4b7d0d666ff6f806fa2f71eccced78fa3f36de787f16c704960fbbe8ec91aafc79fbb6711bbd1fca777eff002b6d69086d81c22af1bac9fb990aa3da710621
-DIST phosh-mobile-settings-0.41.0.tar.xz.asc 833 BLAKE2B 8a196701a49e2ade05537a11bf3f34738e64e9c6276d713e5cff17953bb2427304189600aebd80a2163a0a2af626467c409e2d3a5d7f6eb43464a0025468b260 SHA512 9ac92d75e9d0c3a16ad6ff6eb7926e182a9eae94fe621cf1815e51ff552dd1736b13f3fa3ebf5f4c4c21adddc9c082e4493e70a8b5bebe9c5a2f27e1655c692d
DIST phosh-mobile-settings-0.42.0.tar.xz 229020 BLAKE2B 166f6cf54b634b2a935ff3fd63756d7935ce61afe9192afaacb3544eb96e605fc0d702e65eb8e2068f9cf4aab3a6ede4ac523ceaf2cea46a0085dcf4d1d6f4e5 SHA512 aebb741ae1ad508610600ab24495442cff959d883c12529f47b9eb3cf822d03dcf4b9d0e8605dd77820861899329c2133bdad566567b50a009d180a0141dcfc3
DIST phosh-mobile-settings-0.42.0.tar.xz.asc 833 BLAKE2B e481795aa52593b5655a970c5454b051e424312df3ba1b45fa6bff8ef4b54149bb0166a7fec80990cad5b554ada495f1fae2799f713290082390430f1faf093b SHA512 69cbc847ed5e3d31dafd386e97b5e8a7009da6ecc19df9715fff527c568f34e3d78dcd54d5e3800e7437ca1bc30cb726891eb72bf15cd225ad8618e035ad1978
DIST phosh-mobile-settings-0.43.0.tar.xz 236724 BLAKE2B 29f15d9f1bb6717f49c604a2fd802d1e595d376d31c44011255a381e4ba744bf0409c2a6d105c647de3182c7cdd050de5f0a1a50b3cae51ff97300ec35796267 SHA512 e7357379acdbcf94067435116f1cc5e83461f3e87193f7d202dbe9fdf90dd9beaef0aa20c84cd5249be1c0ec27b19aaff6d1d053ea14facfb21a2c7c418b2882
diff --git a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.41.0.ebuild b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.41.0.ebuild
deleted file mode 100644
index 1479a5021..000000000
--- a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.41.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson verify-sig xdg
-
-DESCRIPTION="Mobile Settings App for phosh and related components"
-HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-mobile-settings"
-SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
- verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.74:2
- dev-libs/gmobile
- >=dev-libs/wayland-1.14
- >=gui-libs/gtk-4.12.5:4[wayland]
- >=gui-libs/libadwaita-1.5:1
- media-libs/gsound
- >=phosh-base/phosh-shell-0.37.0
- sys-apps/lm-sensors:=
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-libs/wayland-protocols-1.12
-"
-RDEPEND="${COMMON_DEPEND}
- dev-libs/feedbackd
- >=gui-wm/phoc-0.34.0
-"
-BDEPEND="
- dev-libs/glib:2
- dev-util/gdbus-codegen
- dev-util/glib-utils
- dev-util/wayland-scanner
- sys-devel/gettext
- verify-sig? ( sec-keys/openpgp-keys-phosh )
-"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
-
-QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.MobileSettings.desktop"
-
-src_test() {
- # No useful tests
- :
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-mobile-settings/
@ 2025-05-20 9:05 Anna Vyalkova
0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2025-05-20 9:05 UTC (permalink / raw
To: gentoo-commits
commit: 902e1fc84649dabd6a49405c5f601106a5b9de3f
Author: jan Anja (cybertailor) <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 20 09:01:52 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 20 09:05:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=902e1fc8
phosh-base/phosh-mobile-settings: add 0.47.0
Signed-off-by: jan Anja (cybertailor) <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-mobile-settings/Manifest | 2 +
phosh-base/phosh-mobile-settings/metadata.xml | 4 ++
.../phosh-mobile-settings-0.47.0.ebuild | 70 ++++++++++++++++++++++
3 files changed, 76 insertions(+)
diff --git a/phosh-base/phosh-mobile-settings/Manifest b/phosh-base/phosh-mobile-settings/Manifest
index 3d44faf2e..e9e699cf8 100644
--- a/phosh-base/phosh-mobile-settings/Manifest
+++ b/phosh-base/phosh-mobile-settings/Manifest
@@ -2,3 +2,5 @@ DIST phosh-mobile-settings-0.42.0.tar.xz 229020 BLAKE2B 166f6cf54b634b2a935ff3fd
DIST phosh-mobile-settings-0.42.0.tar.xz.asc 833 BLAKE2B e481795aa52593b5655a970c5454b051e424312df3ba1b45fa6bff8ef4b54149bb0166a7fec80990cad5b554ada495f1fae2799f713290082390430f1faf093b SHA512 69cbc847ed5e3d31dafd386e97b5e8a7009da6ecc19df9715fff527c568f34e3d78dcd54d5e3800e7437ca1bc30cb726891eb72bf15cd225ad8618e035ad1978
DIST phosh-mobile-settings-0.43.0.tar.xz 236724 BLAKE2B 29f15d9f1bb6717f49c604a2fd802d1e595d376d31c44011255a381e4ba744bf0409c2a6d105c647de3182c7cdd050de5f0a1a50b3cae51ff97300ec35796267 SHA512 e7357379acdbcf94067435116f1cc5e83461f3e87193f7d202dbe9fdf90dd9beaef0aa20c84cd5249be1c0ec27b19aaff6d1d053ea14facfb21a2c7c418b2882
DIST phosh-mobile-settings-0.43.0.tar.xz.asc 833 BLAKE2B 336edf65970fe4b13345e93393c6dfc41edfbea41a9b156cefb3ecb0e55c08992ee552ff3c8a2af1995c5b1f2bcfc20c153c86c4431a68b7d022e3f462f894e6 SHA512 4f6001fd2b745acccc8db658f2953b41dd9d5e71b1a752acec52536ccccc9fd9d691da1df6f88ce6e5cf328b07c901c37ba742e20f1d2030ee87f3a0f6ab9cc9
+DIST phosh-mobile-settings-0.47.0.tar.xz 295132 BLAKE2B 681e3ed7537012337c0491d4b162ba88c85d6023af464ba3050e5e8dd84e47264c722a8b01621ce9869c39e4d514b3c91e2f3ee30d27620e4855963ef36451b2 SHA512 9d09477c2d72e2a262d9772167cbf0a9ddc0450cf024eed36bdae86b0099df6dcb8ffb85bbe6ba2c35762e14e5845626e8c40e9bd7257593a52cf6977971bf05
+DIST phosh-mobile-settings-0.47.0.tar.xz.asc 833 BLAKE2B 72fed0bf8b8274f082b2c82e0b480344e57d854b69962b1f4a6523fc9c5f2485ae6d19c7361128332b7e367fb5d01ac0036029d64a5ebdb658ff1771d543c86c SHA512 9d650db4fa92e3527fe191c86cf532954e7a998d73c25562f8bbcc7fff7d06b9e860794ba7a80639b1456304de33c8c64cd04cc16e7213cd9cc559a6bcc0a486
diff --git a/phosh-base/phosh-mobile-settings/metadata.xml b/phosh-base/phosh-mobile-settings/metadata.xml
index 25857c3d7..12e8c779e 100644
--- a/phosh-base/phosh-mobile-settings/metadata.xml
+++ b/phosh-base/phosh-mobile-settings/metadata.xml
@@ -5,6 +5,10 @@
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
+ <longdescription>
+ Mobile Settings allows to configure some advanced settings of the Phosh mobile
+ environment that would otherwise involve using the command line.
+ </longdescription>
<upstream>
<remote-id type="gnome-gitlab">guidog/phosh-mobile-settings</remote-id>
</upstream>
diff --git a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.47.0.ebuild b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.47.0.ebuild
new file mode 100644
index 000000000..f941ff79a
--- /dev/null
+++ b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.47.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson verify-sig xdg
+
+DESCRIPTION="Phosh and related settings for mobile"
+HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-mobile-settings"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+COMMON_DEPEND="
+ >=dev-libs/glib-2.76:2
+ >=dev-libs/gmobile-0.2.1
+ >=dev-libs/json-glib-1.6.2
+ >=dev-libs/feedbackd-0.8.0
+ >=dev-libs/libportal-0.9.1:=[gtk]
+ >=dev-libs/wayland-1.14
+ >=gnome-base/gnome-desktop-44:4=
+ >=gui-libs/gtk-4.12.5:4[wayland]
+ >=gui-libs/libadwaita-1.5:1
+ media-libs/gsound
+ >=media-libs/libpulse-12.99.3[glib]
+ >=phosh-base/phosh-shell-0.40.0
+ sys-apps/dbus
+ sys-apps/lm-sensors:=
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-libs/wayland-protocols-1.12
+"
+RDEPEND="${COMMON_DEPEND}
+ !<phosh-base/phosh-osk-stub-0.42.0
+ >=gui-wm/phoc-0.34.0
+ || (
+ >=phosh-base/xdg-desktop-portal-phosh-0.46.0
+ <phosh-base/phosh-shell-0.44.0
+ )
+"
+BDEPEND="
+ dev-libs/glib:2
+ dev-util/gdbus-codegen
+ dev-util/glib-utils
+ dev-util/wayland-scanner
+ sys-devel/gettext
+ verify-sig? ( sec-keys/openpgp-keys-phosh )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
+
+QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.MobileSettings.desktop"
+
+src_test() {
+ # No useful tests
+ :
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-mobile-settings/
@ 2025-07-06 16:01 Anna Vyalkova
0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2025-07-06 16:01 UTC (permalink / raw
To: gentoo-commits
commit: 93a04ee6bffcb16b8787ae396f04e73c4b00ed63
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jul 6 15:24:19 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jul 6 15:24:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93a04ee6
phosh-base/phosh-mobile-settings: add 0.48.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-mobile-settings/Manifest | 2 +
.../phosh-mobile-settings-0.48.0.ebuild | 70 ++++++++++++++++++++++
2 files changed, 72 insertions(+)
diff --git a/phosh-base/phosh-mobile-settings/Manifest b/phosh-base/phosh-mobile-settings/Manifest
index e9e699cf89..6d6f2269f4 100644
--- a/phosh-base/phosh-mobile-settings/Manifest
+++ b/phosh-base/phosh-mobile-settings/Manifest
@@ -4,3 +4,5 @@ DIST phosh-mobile-settings-0.43.0.tar.xz 236724 BLAKE2B 29f15d9f1bb6717f49c604a2
DIST phosh-mobile-settings-0.43.0.tar.xz.asc 833 BLAKE2B 336edf65970fe4b13345e93393c6dfc41edfbea41a9b156cefb3ecb0e55c08992ee552ff3c8a2af1995c5b1f2bcfc20c153c86c4431a68b7d022e3f462f894e6 SHA512 4f6001fd2b745acccc8db658f2953b41dd9d5e71b1a752acec52536ccccc9fd9d691da1df6f88ce6e5cf328b07c901c37ba742e20f1d2030ee87f3a0f6ab9cc9
DIST phosh-mobile-settings-0.47.0.tar.xz 295132 BLAKE2B 681e3ed7537012337c0491d4b162ba88c85d6023af464ba3050e5e8dd84e47264c722a8b01621ce9869c39e4d514b3c91e2f3ee30d27620e4855963ef36451b2 SHA512 9d09477c2d72e2a262d9772167cbf0a9ddc0450cf024eed36bdae86b0099df6dcb8ffb85bbe6ba2c35762e14e5845626e8c40e9bd7257593a52cf6977971bf05
DIST phosh-mobile-settings-0.47.0.tar.xz.asc 833 BLAKE2B 72fed0bf8b8274f082b2c82e0b480344e57d854b69962b1f4a6523fc9c5f2485ae6d19c7361128332b7e367fb5d01ac0036029d64a5ebdb658ff1771d543c86c SHA512 9d650db4fa92e3527fe191c86cf532954e7a998d73c25562f8bbcc7fff7d06b9e860794ba7a80639b1456304de33c8c64cd04cc16e7213cd9cc559a6bcc0a486
+DIST phosh-mobile-settings-0.48.0.tar.xz 309156 BLAKE2B 745ae493d22fd50635ae09bbd5635e7bdcea1b929fc0a2b0e23371a068b2627e22d6ff4c10c09751edc62a0dcb929ea0bdd6a86df7b5959243b16e2c6da1defd SHA512 e89dc955fc8cac9120c0d6718a9bb8ea09eaf66d041b379ab1e0a194224da4fa07c8df4f9f23008b16bdda0b0f29a6f583d48f27c0154b8af30b9d3b8bdb0bca
+DIST phosh-mobile-settings-0.48.0.tar.xz.asc 833 BLAKE2B 1c026480c6110de57d311e36fcbeadbd3a73c4678e719c1f64595432500b472cc353dd5584109cc0cbead098d99f2a5d1694f6fbe0fa73355396556c41e6daa0 SHA512 f03a4b4faeffe2dc4808312f8d74c8af11c2e1059175a2bac82e47324c05558331203b7ba4b36524d83a5bc6ca6b1115021b12c6a2f077bc4d6fb3bebc8ffd4a
diff --git a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.48.0.ebuild b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.48.0.ebuild
new file mode 100644
index 0000000000..f941ff79af
--- /dev/null
+++ b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.48.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson verify-sig xdg
+
+DESCRIPTION="Phosh and related settings for mobile"
+HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-mobile-settings"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+COMMON_DEPEND="
+ >=dev-libs/glib-2.76:2
+ >=dev-libs/gmobile-0.2.1
+ >=dev-libs/json-glib-1.6.2
+ >=dev-libs/feedbackd-0.8.0
+ >=dev-libs/libportal-0.9.1:=[gtk]
+ >=dev-libs/wayland-1.14
+ >=gnome-base/gnome-desktop-44:4=
+ >=gui-libs/gtk-4.12.5:4[wayland]
+ >=gui-libs/libadwaita-1.5:1
+ media-libs/gsound
+ >=media-libs/libpulse-12.99.3[glib]
+ >=phosh-base/phosh-shell-0.40.0
+ sys-apps/dbus
+ sys-apps/lm-sensors:=
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-libs/wayland-protocols-1.12
+"
+RDEPEND="${COMMON_DEPEND}
+ !<phosh-base/phosh-osk-stub-0.42.0
+ >=gui-wm/phoc-0.34.0
+ || (
+ >=phosh-base/xdg-desktop-portal-phosh-0.46.0
+ <phosh-base/phosh-shell-0.44.0
+ )
+"
+BDEPEND="
+ dev-libs/glib:2
+ dev-util/gdbus-codegen
+ dev-util/glib-utils
+ dev-util/wayland-scanner
+ sys-devel/gettext
+ verify-sig? ( sec-keys/openpgp-keys-phosh )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
+
+QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.MobileSettings.desktop"
+
+src_test() {
+ # No useful tests
+ :
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-mobile-settings/
@ 2025-08-24 17:28 Anna Vyalkova
0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2025-08-24 17:28 UTC (permalink / raw
To: gentoo-commits
commit: bb364452a755e4217a9f10e92316300a0a36724c
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Aug 24 16:58:17 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Aug 24 17:28:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb364452
phosh-base/phosh-mobile-settings: add 0.49.0, drop old
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-mobile-settings/Manifest | 6 +--
phosh-base/phosh-mobile-settings/metadata.xml | 12 ++++-
.../phosh-mobile-settings-0.42.0.ebuild | 62 ----------------------
....ebuild => phosh-mobile-settings-0.49.0.ebuild} | 39 ++++++++++----
4 files changed, 42 insertions(+), 77 deletions(-)
diff --git a/phosh-base/phosh-mobile-settings/Manifest b/phosh-base/phosh-mobile-settings/Manifest
index 6d6f2269f4..d8fe2b69b6 100644
--- a/phosh-base/phosh-mobile-settings/Manifest
+++ b/phosh-base/phosh-mobile-settings/Manifest
@@ -1,8 +1,6 @@
-DIST phosh-mobile-settings-0.42.0.tar.xz 229020 BLAKE2B 166f6cf54b634b2a935ff3fd63756d7935ce61afe9192afaacb3544eb96e605fc0d702e65eb8e2068f9cf4aab3a6ede4ac523ceaf2cea46a0085dcf4d1d6f4e5 SHA512 aebb741ae1ad508610600ab24495442cff959d883c12529f47b9eb3cf822d03dcf4b9d0e8605dd77820861899329c2133bdad566567b50a009d180a0141dcfc3
-DIST phosh-mobile-settings-0.42.0.tar.xz.asc 833 BLAKE2B e481795aa52593b5655a970c5454b051e424312df3ba1b45fa6bff8ef4b54149bb0166a7fec80990cad5b554ada495f1fae2799f713290082390430f1faf093b SHA512 69cbc847ed5e3d31dafd386e97b5e8a7009da6ecc19df9715fff527c568f34e3d78dcd54d5e3800e7437ca1bc30cb726891eb72bf15cd225ad8618e035ad1978
-DIST phosh-mobile-settings-0.43.0.tar.xz 236724 BLAKE2B 29f15d9f1bb6717f49c604a2fd802d1e595d376d31c44011255a381e4ba744bf0409c2a6d105c647de3182c7cdd050de5f0a1a50b3cae51ff97300ec35796267 SHA512 e7357379acdbcf94067435116f1cc5e83461f3e87193f7d202dbe9fdf90dd9beaef0aa20c84cd5249be1c0ec27b19aaff6d1d053ea14facfb21a2c7c418b2882
-DIST phosh-mobile-settings-0.43.0.tar.xz.asc 833 BLAKE2B 336edf65970fe4b13345e93393c6dfc41edfbea41a9b156cefb3ecb0e55c08992ee552ff3c8a2af1995c5b1f2bcfc20c153c86c4431a68b7d022e3f462f894e6 SHA512 4f6001fd2b745acccc8db658f2953b41dd9d5e71b1a752acec52536ccccc9fd9d691da1df6f88ce6e5cf328b07c901c37ba742e20f1d2030ee87f3a0f6ab9cc9
DIST phosh-mobile-settings-0.47.0.tar.xz 295132 BLAKE2B 681e3ed7537012337c0491d4b162ba88c85d6023af464ba3050e5e8dd84e47264c722a8b01621ce9869c39e4d514b3c91e2f3ee30d27620e4855963ef36451b2 SHA512 9d09477c2d72e2a262d9772167cbf0a9ddc0450cf024eed36bdae86b0099df6dcb8ffb85bbe6ba2c35762e14e5845626e8c40e9bd7257593a52cf6977971bf05
DIST phosh-mobile-settings-0.47.0.tar.xz.asc 833 BLAKE2B 72fed0bf8b8274f082b2c82e0b480344e57d854b69962b1f4a6523fc9c5f2485ae6d19c7361128332b7e367fb5d01ac0036029d64a5ebdb658ff1771d543c86c SHA512 9d650db4fa92e3527fe191c86cf532954e7a998d73c25562f8bbcc7fff7d06b9e860794ba7a80639b1456304de33c8c64cd04cc16e7213cd9cc559a6bcc0a486
DIST phosh-mobile-settings-0.48.0.tar.xz 309156 BLAKE2B 745ae493d22fd50635ae09bbd5635e7bdcea1b929fc0a2b0e23371a068b2627e22d6ff4c10c09751edc62a0dcb929ea0bdd6a86df7b5959243b16e2c6da1defd SHA512 e89dc955fc8cac9120c0d6718a9bb8ea09eaf66d041b379ab1e0a194224da4fa07c8df4f9f23008b16bdda0b0f29a6f583d48f27c0154b8af30b9d3b8bdb0bca
DIST phosh-mobile-settings-0.48.0.tar.xz.asc 833 BLAKE2B 1c026480c6110de57d311e36fcbeadbd3a73c4678e719c1f64595432500b472cc353dd5584109cc0cbead098d99f2a5d1694f6fbe0fa73355396556c41e6daa0 SHA512 f03a4b4faeffe2dc4808312f8d74c8af11c2e1059175a2bac82e47324c05558331203b7ba4b36524d83a5bc6ca6b1115021b12c6a2f077bc4d6fb3bebc8ffd4a
+DIST phosh-mobile-settings-0.49.0.tar.xz 383612 BLAKE2B 7fab387d480cefe46c42a4db896dc2eca20400dd0376e864d5181d352db07680df17167952da266d1c6433859dd7b98081294d635374f18bcd3c215ec6c9e4ec SHA512 9519bf966d14968548284384c6f194219216919d82a936cb34941c78edda51625825e3fa3d5856bac89a54d08c2176a5801ee6dfe1b345405d8e06fa0cf6600f
+DIST phosh-mobile-settings-0.49.0.tar.xz.asc 833 BLAKE2B 8063d2d235b16ae2238be1de5a8887e90bba9241a46e43b3d08611d06d7d9b31c854fbf5591199b8ce83d4e5c85e1bddc95af52029fb0451a745239efda5806a SHA512 7a100d9882a6ebf7e18fbc1f7f060a998be6baff9e83a61e856ec113763b44847a0b18c0a6e63f881b17fd0393cb0db2484187a9a3b015f26f3c6af6afef6c9a
diff --git a/phosh-base/phosh-mobile-settings/metadata.xml b/phosh-base/phosh-mobile-settings/metadata.xml
index 12e8c779e2..1ddb9f30ad 100644
--- a/phosh-base/phosh-mobile-settings/metadata.xml
+++ b/phosh-base/phosh-mobile-settings/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
@@ -10,6 +10,14 @@
environment that would otherwise involve using the command line.
</longdescription>
<upstream>
- <remote-id type="gnome-gitlab">guidog/phosh-mobile-settings</remote-id>
+ <remote-id type="gnome-gitlab">World/Phosh/phosh-mobile-settings</remote-id>
+ <maintainer>
+ <name>Guido Günther</name>
+ <email>agx@sigxcpu.org</email>
+ </maintainer>
+ <maintainer>
+ <name>Gotam Gorabh</name>
+ <email>gotamgorabh@gnome.org</email>
+ </maintainer>
</upstream>
</pkgmetadata>
diff --git a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.42.0.ebuild b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.42.0.ebuild
deleted file mode 100644
index 7cd2067abe..0000000000
--- a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.42.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson verify-sig xdg
-
-DESCRIPTION="Mobile Settings App for phosh and related components"
-HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-mobile-settings"
-SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
- verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.74:2
- >=dev-libs/gmobile-0.2.0
- >=dev-libs/json-glib-1.6.2
- >=dev-libs/wayland-1.14
- >=gnome-base/gnome-desktop-44:4=
- >=gui-libs/gtk-4.12.5:4[wayland]
- >=gui-libs/libadwaita-1.5:1
- media-libs/gsound
- >=phosh-base/phosh-shell-0.40.0
- sys-apps/lm-sensors:=
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-libs/wayland-protocols-1.12
-"
-RDEPEND="${COMMON_DEPEND}
- dev-libs/feedbackd
- >=gui-wm/phoc-0.34.0
-"
-BDEPEND="
- dev-libs/glib:2
- dev-util/gdbus-codegen
- dev-util/glib-utils
- dev-util/wayland-scanner
- sys-devel/gettext
- verify-sig? ( sec-keys/openpgp-keys-phosh )
-"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
-
-QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.MobileSettings.desktop"
-
-src_test() {
- # No useful tests
- :
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
diff --git a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.43.0.ebuild b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.49.0.ebuild
similarity index 58%
rename from phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.43.0.ebuild
rename to phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.49.0.ebuild
index 0461b1d88b..752dd71319 100644
--- a/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.43.0.ebuild
+++ b/phosh-base/phosh-mobile-settings/phosh-mobile-settings-0.49.0.ebuild
@@ -1,37 +1,43 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit gnome2-utils meson verify-sig xdg
+inherit gnome2-utils meson verify-sig virtualx xdg
-DESCRIPTION="Mobile Settings App for phosh and related components"
+DESCRIPTION="Phosh and related settings for mobile"
HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-mobile-settings"
SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
-LICENSE="GPL-3+"
+LICENSE="GPL-2+ GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
COMMON_DEPEND="
>=dev-libs/glib-2.76:2
- >=dev-libs/gmobile-0.2.1
+ >=dev-libs/gmobile-0.4.0
>=dev-libs/json-glib-1.6.2
+ >=dev-libs/feedbackd-0.8.0
+ >=dev-libs/libportal-0.9.1:=[gtk]
>=dev-libs/wayland-1.14
>=gnome-base/gnome-desktop-44:4=
- >=gui-libs/gtk-4.12.5:4[wayland]
+ >=gui-libs/gtk-4.18.0:4[wayland]
>=gui-libs/libadwaita-1.5:1
media-libs/gsound
+ >=media-libs/libpulse-12.99.3[glib]
+ net-misc/cellbroadcastd
>=phosh-base/phosh-shell-0.40.0
+ sys-apps/dbus
sys-apps/lm-sensors:=
"
DEPEND="${COMMON_DEPEND}
>=dev-libs/wayland-protocols-1.12
"
RDEPEND="${COMMON_DEPEND}
- dev-libs/feedbackd
+ !<phosh-base/phosh-osk-stub-0.42.0
>=gui-wm/phoc-0.34.0
+ >=phosh-base/xdg-desktop-portal-phosh-0.46.0
"
BDEPEND="
dev-libs/glib:2
@@ -39,6 +45,7 @@ BDEPEND="
dev-util/glib-utils
dev-util/wayland-scanner
sys-devel/gettext
+ test? ( gui-wm/phoc )
verify-sig? ( sec-keys/openpgp-keys-phosh )
"
@@ -46,9 +53,23 @@ VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.MobileSettings.desktop"
+src_prepare() {
+ default
+
+ # fixes "Unable to open wayland socket: File name too long"
+ sed "/XDG_RUNTIME_DIR/d" -i tests/meson.build || die
+
+ #
+ sed "s/-Werror=format=2/-Werror=format/" -i meson.build || die
+}
+
+src_configure() {
+ xdg_environment_reset
+ meson_src_configure
+}
+
src_test() {
- # No useful tests
- :
+ virtx meson_src_test --suite unit
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-08-24 17:28 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-08 7:14 [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-mobile-settings/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-04-09 3:28 Anna Vyalkova
2024-06-30 8:36 Anna Vyalkova
2024-08-20 9:02 Anna Vyalkova
2024-10-19 15:45 Anna Vyalkova
2024-11-17 2:17 Anna Vyalkova
2025-01-02 8:36 Anna Vyalkova
2025-05-20 9:05 Anna Vyalkova
2025-07-06 16:01 Anna Vyalkova
2025-08-24 17:28 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox