* [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-mobile-settings/
@ 2024-02-08 9:29 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-02-08 9:29 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: David Roman <davidroman96 <AT> gmail <DOT> com>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-mobile-settings/
@ 2024-04-09 11:25 Julien Roy
0 siblings, 0 replies; 6+ messages in thread
From: Julien Roy @ 2024-04-09 11:25 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: Julien Roy <julien <AT> jroy <DOT> ca>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-mobile-settings/
@ 2024-08-20 20:46 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-08-20 20:46 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: David Roman <davidroman96 <AT> gmail <DOT> com>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-mobile-settings/
@ 2024-10-21 9:51 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-10-21 9:51 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: David Roman <davidroman96 <AT> gmail <DOT> com>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-mobile-settings/
@ 2024-11-17 3:36 Julien Roy
0 siblings, 0 replies; 6+ messages in thread
From: Julien Roy @ 2024-11-17 3:36 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: Julien Roy <julien <AT> jroy <DOT> ca>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-mobile-settings/
@ 2025-01-02 19:26 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2025-01-02 19:26 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: David Roman <davidroman96 <AT> gmail <DOT> com>
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] 6+ messages in thread
end of thread, other threads:[~2025-01-02 19:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-02 19:26 [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-mobile-settings/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-11-17 3:36 Julien Roy
2024-10-21 9:51 David Roman
2024-08-20 20:46 David Roman
2024-04-09 11:25 Julien Roy
2024-02-08 9:29 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox