* [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-shell/
@ 2024-02-05 11:57 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-02-05 11:57 UTC (permalink / raw
To: gentoo-commits
commit: 5cac954df6a7bcdf47502db1db74118afdb09e15
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 4 19:20:45 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb 4 19:21:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5cac954d
phosh-base/phosh-shell: add verify-sig
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-shell/Manifest | 1 +
phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild | 8 ++++++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/phosh-base/phosh-shell/Manifest b/phosh-base/phosh-shell/Manifest
index fc2bcfea44..424f46923f 100644
--- a/phosh-base/phosh-shell/Manifest
+++ b/phosh-base/phosh-shell/Manifest
@@ -1,4 +1,5 @@
DIST libcall-ui-acfbb136bbf74514e0b9801ce6c1e8acf36350b6.tar.gz 159337 BLAKE2B 47cd388043514baf568914adea281e884d0fa04375d8cc116cabd6a1061fcfb5e224a8065afffd2957513657ff5970d1dead33cea99f36117bb80b35d6f34513 SHA512 b79e3d8ac9889109e0fe20f149ffb14bde198f7a364152a60c7175228c283f18a7abe2049b01935d11fd005e14ef4da9c23ada6c651801364c79bc2dca1e71f2
DIST libgnome-volume-control-ae1a34aafce7026b8c0f65a43c9192d756fe1057.tar.gz 45164 BLAKE2B c6807f855e7d4f45b58c7776cd497077b4adf8d577f9af014a8631a054c47374dfe5caa5652be208c6e566bfb8af70a0bb5e164f345b7612cb8786039625a191 SHA512 723334bff55927363dab47ef22c71dcaf94263fe76e49c40f1cbfbd5f86383e68fd4bf2182eb5777dda8e2ede4ee4710e1a7ab1379d3ca40d68f68ff30c62e21
DIST phosh-0.36.0.tar.xz 839440 BLAKE2B a6aa1c6fc2356055b0a451cb66fcfcbf3329059ab620aa56122e63e5eafc7f43ff1b1e4842fcadd7506f4724dbbab6e4785c6fb9b9e669e888c427be9163f0ab SHA512 e108423c97343917b4be1827c44642e90738027b543bdc4bf2f45073101383227a157771a9efdf0b65a9adf30a09d1111210be21d35043ced8a9046fe70588e2
+DIST phosh-0.36.0.tar.xz.asc 833 BLAKE2B 1dcdfd6cd0708f60408a34bd2df891db4050de02c9349d5517fe23b2e17e0fb0fdfe97e3f86f5b30fb47c871932bd67310b889ce4d03b32408c7704d7ea31ce4 SHA512 c1ceac2eaad073b79f342915205f0539454f789eb6cb8aaae5fa4847bfac60641822796ee0adc83970af7ee6d6e57248bba48a718a05da1d2123984c4a3c9b91
DIST phosh-v0.17.0.tar.gz 726863 BLAKE2B 6a4c6bc6b3f645b7805445be21a4d8df13b786ee8cf104cf202a88a8333c5123cf34e5c136fa21d13476c71a51240d87388587bca84a37487e4984434fd32c53 SHA512 020a0cc5659d5c1a5f4291baed231f3f7b698dc41f027173cc59f3429a1a43bbf6f2213f2fb79d7d2c175518cb6a892c419a3b0ad902e51cca2c313f5bbc84bf
diff --git a/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild b/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild
index ea8fd4b3cb..93cd4591f2 100644
--- a/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild
+++ b/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild
@@ -3,13 +3,14 @@
EAPI=8
-inherit gnome2-utils meson pam systemd virtualx xdg
+inherit gnome2-utils meson pam systemd verify-sig virtualx xdg
MY_PN="${PN%-shell}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Pure Wayland shell for mobile devices"
HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh/"
-SRC_URI="https://sources.phosh.mobi/releases/${MY_PN}/${MY_P}.tar.xz"
+SRC_URI="https://sources.phosh.mobi/releases/${MY_PN}/${MY_P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${MY_PN}/${MY_P}.tar.xz.asc )"
S="${WORKDIR}/${MY_P}"
KEYWORDS="~amd64 ~arm64"
@@ -73,8 +74,11 @@ BDEPEND="
gtk-doc? ( dev-util/gi-docgen )
man? ( dev-python/docutils )
test-full? ( gui-wm/phoc )
+ verify-sig? ( sec-keys/openpgp-keys-phosh )
"
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/phosh.asc"
+
src_configure() {
local emesonargs=(
-Dcompositor="${EPREFIX}"/usr/bin/phoc
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-shell/
@ 2024-02-11 17:50 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-02-11 17:50 UTC (permalink / raw
To: gentoo-commits
commit: b5e5ececeb2d20faa229fcecd2e74c12ef2aae21
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 11 11:25:18 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb 11 16:35:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5e5ecec
phosh-base/phosh-shell: drop 0.17.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-shell/Manifest | 3 -
phosh-base/phosh-shell/phosh-shell-0.17.0.ebuild | 79 ------------------------
2 files changed, 82 deletions(-)
diff --git a/phosh-base/phosh-shell/Manifest b/phosh-base/phosh-shell/Manifest
index 424f46923f..68a278a3d7 100644
--- a/phosh-base/phosh-shell/Manifest
+++ b/phosh-base/phosh-shell/Manifest
@@ -1,5 +1,2 @@
-DIST libcall-ui-acfbb136bbf74514e0b9801ce6c1e8acf36350b6.tar.gz 159337 BLAKE2B 47cd388043514baf568914adea281e884d0fa04375d8cc116cabd6a1061fcfb5e224a8065afffd2957513657ff5970d1dead33cea99f36117bb80b35d6f34513 SHA512 b79e3d8ac9889109e0fe20f149ffb14bde198f7a364152a60c7175228c283f18a7abe2049b01935d11fd005e14ef4da9c23ada6c651801364c79bc2dca1e71f2
-DIST libgnome-volume-control-ae1a34aafce7026b8c0f65a43c9192d756fe1057.tar.gz 45164 BLAKE2B c6807f855e7d4f45b58c7776cd497077b4adf8d577f9af014a8631a054c47374dfe5caa5652be208c6e566bfb8af70a0bb5e164f345b7612cb8786039625a191 SHA512 723334bff55927363dab47ef22c71dcaf94263fe76e49c40f1cbfbd5f86383e68fd4bf2182eb5777dda8e2ede4ee4710e1a7ab1379d3ca40d68f68ff30c62e21
DIST phosh-0.36.0.tar.xz 839440 BLAKE2B a6aa1c6fc2356055b0a451cb66fcfcbf3329059ab620aa56122e63e5eafc7f43ff1b1e4842fcadd7506f4724dbbab6e4785c6fb9b9e669e888c427be9163f0ab SHA512 e108423c97343917b4be1827c44642e90738027b543bdc4bf2f45073101383227a157771a9efdf0b65a9adf30a09d1111210be21d35043ced8a9046fe70588e2
DIST phosh-0.36.0.tar.xz.asc 833 BLAKE2B 1dcdfd6cd0708f60408a34bd2df891db4050de02c9349d5517fe23b2e17e0fb0fdfe97e3f86f5b30fb47c871932bd67310b889ce4d03b32408c7704d7ea31ce4 SHA512 c1ceac2eaad073b79f342915205f0539454f789eb6cb8aaae5fa4847bfac60641822796ee0adc83970af7ee6d6e57248bba48a718a05da1d2123984c4a3c9b91
-DIST phosh-v0.17.0.tar.gz 726863 BLAKE2B 6a4c6bc6b3f645b7805445be21a4d8df13b786ee8cf104cf202a88a8333c5123cf34e5c136fa21d13476c71a51240d87388587bca84a37487e4984434fd32c53 SHA512 020a0cc5659d5c1a5f4291baed231f3f7b698dc41f027173cc59f3429a1a43bbf6f2213f2fb79d7d2c175518cb6a892c419a3b0ad902e51cca2c313f5bbc84bf
diff --git a/phosh-base/phosh-shell/phosh-shell-0.17.0.ebuild b/phosh-base/phosh-shell/phosh-shell-0.17.0.ebuild
deleted file mode 100644
index 8263db680b..0000000000
--- a/phosh-base/phosh-shell/phosh-shell-0.17.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop gnome2-utils meson pam readme.gentoo-r1 systemd xdg
-
-MY_P="phosh-v${PV}"
-LVC_COMMIT="ae1a34aafce7026b8c0f65a43c9192d756fe1057"
-LCU_COMMIT="acfbb136bbf74514e0b9801ce6c1e8acf36350b6"
-
-DESCRIPTION="A pure Wayland shell prototype for GNOME on mobile devices"
-HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh/"
-SRC_URI="
- https://gitlab.gnome.org/World/Phosh/phosh/-/archive/v${PV}/${MY_P}.tar.gz
- https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/${LVC_COMMIT}/libgnome-volume-control-${LVC_COMMIT}.tar.gz
- https://gitlab.gnome.org/World/Phosh/libcall-ui/-/archive/${LCU_COMMIT}/libcall-ui-${LCU_COMMIT}.tar.gz
-"
-S="${WORKDIR}/${MY_P}"
-
-KEYWORDS="~amd64 ~arm64"
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="+systemd"
-
-DEPEND="
- app-crypt/gcr
- dev-libs/feedbackd
- media-sound/pulseaudio
- >=gui-libs/libhandy-1.1.90
- net-misc/networkmanager
- gnome-base/gnome-control-center
- gnome-base/gnome-desktop
- gnome-base/gnome-session
- x11-themes/gnome-backgrounds
- gnome-base/gnome-keyring
- gnome-base/gnome-shell
- gui-wm/phoc
- systemd? ( sys-apps/systemd )
- sys-power/upower
- app-misc/geoclue
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-util/ctags
- dev-build/meson
-"
-
-src_prepare() {
- default
- rm -r "${S}"/subprojects/gvc || die
- mv "${WORKDIR}"/libgnome-volume-control-"${LVC_COMMIT}" "${S}"/subprojects/gvc || die
- rm -r "${S}"/subprojects/libcall-ui || die
- mv "${WORKDIR}"/libcall-ui-"${LCU_COMMIT}" "${S}"/subprojects/libcall-ui || die
-}
-
-src_install() {
- default
- meson_src_install
- newpamd "${FILESDIR}"/pam_phosh 'phosh'
- systemd_newunit "${FILESDIR}"/phosh.service 'phosh.service'
- domenu "${FILESDIR}"/sm.puri.OSK0.desktop
-
- DOC_CONTENTS="To amend the existing password policy please see the man 5 passwdqc.conf
- page and then edit the /etc/security/passwdqc.conf file to change enforce=none
- to allow use digit only password as phosh only support passcode for now"
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
- readme.gentoo_print_elog
-}
-
-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-shell/
@ 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: 603c48d2625bc05c051bd76d37e667db0b9ff6d0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Apr 9 02:34:39 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Apr 9 03:27:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=603c48d2
phosh-base/phosh-shell: add 0.38.0
Bug: https://bugs.gentoo.org/927033
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-shell/Manifest | 2 ++
phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild | 4 ++--
.../{phosh-shell-0.36.0.ebuild => phosh-shell-0.38.0.ebuild} | 10 ++++++----
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/phosh-base/phosh-shell/Manifest b/phosh-base/phosh-shell/Manifest
index 68a278a3d7..152606f5d2 100644
--- a/phosh-base/phosh-shell/Manifest
+++ b/phosh-base/phosh-shell/Manifest
@@ -1,2 +1,4 @@
DIST phosh-0.36.0.tar.xz 839440 BLAKE2B a6aa1c6fc2356055b0a451cb66fcfcbf3329059ab620aa56122e63e5eafc7f43ff1b1e4842fcadd7506f4724dbbab6e4785c6fb9b9e669e888c427be9163f0ab SHA512 e108423c97343917b4be1827c44642e90738027b543bdc4bf2f45073101383227a157771a9efdf0b65a9adf30a09d1111210be21d35043ced8a9046fe70588e2
DIST phosh-0.36.0.tar.xz.asc 833 BLAKE2B 1dcdfd6cd0708f60408a34bd2df891db4050de02c9349d5517fe23b2e17e0fb0fdfe97e3f86f5b30fb47c871932bd67310b889ce4d03b32408c7704d7ea31ce4 SHA512 c1ceac2eaad073b79f342915205f0539454f789eb6cb8aaae5fa4847bfac60641822796ee0adc83970af7ee6d6e57248bba48a718a05da1d2123984c4a3c9b91
+DIST phosh-0.38.0.tar.xz 866816 BLAKE2B 22be8e8a673494da7795270d7fb7fff2bfb87762b8cce9540d2f8644ded760ee2ac8a75d8052eb46172d6f5764e020ef949330ed14f5cc645cef586e26b5a398 SHA512 dfde54b64ea6edba2b66dfe2f5ff0f4b3edbb192b1a37fbc8c98d9365bdedc5d19ddb1464673e516cb8e436a6c0ea00c84087cc6431b6c1862019f90e02b73ce
+DIST phosh-0.38.0.tar.xz.asc 833 BLAKE2B d9c49a42bc5083678e3195eb6fded80455312887b0c0f99dd03c6662d3c01bec228b0c68f7044dfe86fe1473b8ddbaf797729a5a92fbbbb5c8d18302149376dd SHA512 8007c2f58c311659310d06962ad825c51fb90f4da864f110db5b1f0f5d7c70b0ef69ddbfa169489657b3088ed6b89dbdf7e910101267ccd307578d75f9301b46
diff --git a/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild b/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild
index a66f2fc31e..46756454d2 100644
--- a/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild
+++ b/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild
@@ -13,9 +13,9 @@ SRC_URI="https://sources.phosh.mobi/releases/${MY_PN}/${MY_P}.tar.xz
verify-sig? ( https://sources.phosh.mobi/releases/${MY_PN}/${MY_P}.tar.xz.asc )"
S="${WORKDIR}/${MY_P}"
-KEYWORDS="~amd64 ~arm64"
LICENSE="CC0-1.0 CC-BY-SA-4.0 GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+ MIT"
SLOT="0"
+KEYWORDS="~amd64 ~arm64"
IUSE="elogind gtk-doc +lockscreen-plugins man test test-full"
REQUIRED_USE="test? ( lockscreen-plugins )"
@@ -77,7 +77,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"
src_configure() {
local emesonargs=(
diff --git a/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild b/phosh-base/phosh-shell/phosh-shell-0.38.0.ebuild
similarity index 94%
copy from phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild
copy to phosh-base/phosh-shell/phosh-shell-0.38.0.ebuild
index a66f2fc31e..8a824cb298 100644
--- a/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild
+++ b/phosh-base/phosh-shell/phosh-shell-0.38.0.ebuild
@@ -13,9 +13,9 @@ SRC_URI="https://sources.phosh.mobi/releases/${MY_PN}/${MY_P}.tar.xz
verify-sig? ( https://sources.phosh.mobi/releases/${MY_PN}/${MY_P}.tar.xz.asc )"
S="${WORKDIR}/${MY_P}"
-KEYWORDS="~amd64 ~arm64"
LICENSE="CC0-1.0 CC-BY-SA-4.0 GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+ MIT"
SLOT="0"
+KEYWORDS="~amd64 ~arm64"
IUSE="elogind gtk-doc +lockscreen-plugins man test test-full"
REQUIRED_USE="test? ( lockscreen-plugins )"
@@ -34,6 +34,7 @@ COMMON_DEPEND="
>=gui-libs/libhandy-1.1.90:1
media-libs/libpulse[glib]
media-sound/callaudiod
+ net-libs/libsoup:3.0
>=net-misc/networkmanager-1.14
sys-apps/dbus
>=sys-auth/polkit-0.105
@@ -77,13 +78,14 @@ 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"
src_configure() {
local emesonargs=(
-Dcompositor="${EPREFIX}"/usr/bin/phoc
- -Dsystemd=true
-Dtools=true
+ -Dquick-setting-plugins=true
+ $(meson_use !elogind systemd)
$(meson_use gtk-doc gtk_doc)
$(meson_use lockscreen-plugins)
$(meson_use man)
@@ -104,7 +106,7 @@ src_test() {
}
src_install() {
- meson_src_install
+ meson_src_install --skip-subprojects gmobile
pamd_mimic system-local-login phosh auth account session
systemd_douserunit data/phosh.service
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-shell/
@ 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: cb7cb4e273f5f9c8267eebff5f149c8a37493289
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Aug 20 08:50:46 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=cb7cb4e2
phosh-base/phosh-shell: add 0.41.0, drop 0.36.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-shell/Manifest | 4 +--
...ell-0.36.0.ebuild => phosh-shell-0.41.0.ebuild} | 30 ++++++++++++++--------
2 files changed, 22 insertions(+), 12 deletions(-)
diff --git a/phosh-base/phosh-shell/Manifest b/phosh-base/phosh-shell/Manifest
index 91348aac0..4cc7a387b 100644
--- a/phosh-base/phosh-shell/Manifest
+++ b/phosh-base/phosh-shell/Manifest
@@ -1,6 +1,6 @@
-DIST phosh-0.36.0.tar.xz 839440 BLAKE2B a6aa1c6fc2356055b0a451cb66fcfcbf3329059ab620aa56122e63e5eafc7f43ff1b1e4842fcadd7506f4724dbbab6e4785c6fb9b9e669e888c427be9163f0ab SHA512 e108423c97343917b4be1827c44642e90738027b543bdc4bf2f45073101383227a157771a9efdf0b65a9adf30a09d1111210be21d35043ced8a9046fe70588e2
-DIST phosh-0.36.0.tar.xz.asc 833 BLAKE2B 1dcdfd6cd0708f60408a34bd2df891db4050de02c9349d5517fe23b2e17e0fb0fdfe97e3f86f5b30fb47c871932bd67310b889ce4d03b32408c7704d7ea31ce4 SHA512 c1ceac2eaad073b79f342915205f0539454f789eb6cb8aaae5fa4847bfac60641822796ee0adc83970af7ee6d6e57248bba48a718a05da1d2123984c4a3c9b91
DIST phosh-0.38.0.tar.xz 866816 BLAKE2B 22be8e8a673494da7795270d7fb7fff2bfb87762b8cce9540d2f8644ded760ee2ac8a75d8052eb46172d6f5764e020ef949330ed14f5cc645cef586e26b5a398 SHA512 dfde54b64ea6edba2b66dfe2f5ff0f4b3edbb192b1a37fbc8c98d9365bdedc5d19ddb1464673e516cb8e436a6c0ea00c84087cc6431b6c1862019f90e02b73ce
DIST phosh-0.38.0.tar.xz.asc 833 BLAKE2B d9c49a42bc5083678e3195eb6fded80455312887b0c0f99dd03c6662d3c01bec228b0c68f7044dfe86fe1473b8ddbaf797729a5a92fbbbb5c8d18302149376dd SHA512 8007c2f58c311659310d06962ad825c51fb90f4da864f110db5b1f0f5d7c70b0ef69ddbfa169489657b3088ed6b89dbdf7e910101267ccd307578d75f9301b46
DIST phosh-0.40.0.tar.xz 910888 BLAKE2B 9bf1da29af73387b4f080f580dc29422d6f113c19b52c72596bcf2dd1f3e4e61da4270f3798f07148f8a197f8b076b67e51108c08af503c0a4a5566c8ef13669 SHA512 e82e1955b708f01827f5ce8e31cd5b6449e66b527dd9a1bc6300a70c6c90ccffa14ae9d569bfa8627f995d96437ef4d063e7ebd7e20556a273dc75902a1e9538
DIST phosh-0.40.0.tar.xz.asc 833 BLAKE2B e45a7726d4f94cabd98f36d9de2c870d51a480f8b4b10f1ea046fa4cffbef165caf3c701892a7cd80e63753fc791556da854dfd24c8f80bd70b2a19ce63c9508 SHA512 9bb24e6f0ccf3534a9a28711e82b5aa8b2a10bcbe3b99b7d7329476ed2916b53ce9dc31c0c06aaec7d67370bc05dc35199da60f191d6706bb636f7a6b7ecffb8
+DIST phosh-0.41.0.tar.xz 930812 BLAKE2B ab2c7aeb3aedbfa449f2cabc552ab2e6315b7ab84e8aeed6f896dc1d8e0b4672870768602ee10b0c9af1f190e61e033f7e2d62f0e9fb45e16e1c96ed1ddecf55 SHA512 4309b348dc798124803d2fd3fe61eb68d4d1820d9ba88b503998110f8b422e7174da9d85e1a5212b768019b2c76e3fad1eb38aa4c37f70bba4a377a49f807781
+DIST phosh-0.41.0.tar.xz.asc 833 BLAKE2B c69ef72836cfca0698d64a9c8914b8f01da3d70300867167dda981f3a1b81f0a91c30671d4d8ed17f34c1ddd1e05f95078377627da6788bb34445a729bf33e83 SHA512 7b17328b9369dc74c1f4cc55f0f3f4d42687742e112c4e9732a5d273e9c6b43b58c2ba52188687fa5bc7c497dc7aee6a3dd2df975023bedad5e3d854d2395a3c
diff --git a/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild b/phosh-base/phosh-shell/phosh-shell-0.41.0.ebuild
similarity index 82%
rename from phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild
rename to phosh-base/phosh-shell/phosh-shell-0.41.0.ebuild
index 46756454d..3fdb839ff 100644
--- a/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild
+++ b/phosh-base/phosh-shell/phosh-shell-0.41.0.ebuild
@@ -16,36 +16,45 @@ S="${WORKDIR}/${MY_P}"
LICENSE="CC0-1.0 CC-BY-SA-4.0 GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+ MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
-IUSE="elogind gtk-doc +lockscreen-plugins man test test-full"
-REQUIRED_USE="test? ( lockscreen-plugins )"
+IUSE="elogind gtk-doc introspection +lockscreen-plugins man test test-full"
+REQUIRED_USE="
+ gtk-doc? ( introspection )
+ test? ( lockscreen-plugins )
+"
COMMON_DEPEND="
- >=app-crypt/gcr-3.7.5:0
+ >=app-crypt/gcr-3.7.5:0[introspection?]
app-crypt/libsecret
- >=dev-libs/feedbackd-0.2.0
+ >=dev-libs/feedbackd-0.4.0
dev-libs/fribidi
>=dev-libs/glib-2.76:2
- >=dev-libs/json-glib-1.6.2
+ dev-libs/gmobile
dev-libs/libgudev:=
+ dev-libs/libical:=
>=dev-libs/wayland-1.14
>=gnome-base/gnome-desktop-3.26:3
>=gnome-base/gsettings-desktop-schemas-42
>=gnome-extra/evolution-data-server-3.33.1:=
- >=gui-libs/libhandy-1.1.90:1
+ >=gui-libs/libhandy-1.1.90:1[introspection?]
media-libs/libpulse[glib]
media-sound/callaudiod
- >=net-misc/networkmanager-1.14
+ net-libs/libsoup:3.0
+ >=net-misc/networkmanager-1.14[introspection?]
+ >=net-wireless/gnome-bluetooth-46.0:3
sys-apps/dbus
>=sys-auth/polkit-0.105
sys-libs/pam
>=sys-power/upower-0.99.1:=
- >=x11-libs/gtk+-3.22:3[wayland]
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf
+ x11-libs/pango
+ >=x11-libs/gtk+-3.22:3[introspection?,wayland]
elogind? ( >=sys-auth/elogind-241 )
!elogind? ( >=sys-apps/systemd-241:= )
lockscreen-plugins? (
app-text/evince:=
gui-libs/gtk:4
- gui-libs/libadwaita:1
+ >=gui-libs/libadwaita-1.5:1
)
"
RUNTIME_DEPEND="
@@ -82,9 +91,10 @@ VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
src_configure() {
local emesonargs=(
-Dcompositor="${EPREFIX}"/usr/bin/phoc
- -Dsystemd=true
-Dtools=true
+ -Dquick-setting-plugins=true
$(meson_use gtk-doc gtk_doc)
+ $(meson_use introspection)
$(meson_use lockscreen-plugins)
$(meson_use man)
$(meson_use test tests)
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-shell/
@ 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: 450e3a618422c0a43237d61299b0cca6ff87b8f3
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Oct 19 14:18:28 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Oct 19 14:18:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=450e3a61
phosh-base/phosh-shell: add 0.42.0, drop old
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-shell/Manifest | 6 +-
phosh-base/phosh-shell/phosh-shell-0.38.0.ebuild | 138 ---------------------
...ell-0.40.0.ebuild => phosh-shell-0.42.0.ebuild} | 16 ++-
3 files changed, 13 insertions(+), 147 deletions(-)
diff --git a/phosh-base/phosh-shell/Manifest b/phosh-base/phosh-shell/Manifest
index 4cc7a387b..d9228bf8b 100644
--- a/phosh-base/phosh-shell/Manifest
+++ b/phosh-base/phosh-shell/Manifest
@@ -1,6 +1,4 @@
-DIST phosh-0.38.0.tar.xz 866816 BLAKE2B 22be8e8a673494da7795270d7fb7fff2bfb87762b8cce9540d2f8644ded760ee2ac8a75d8052eb46172d6f5764e020ef949330ed14f5cc645cef586e26b5a398 SHA512 dfde54b64ea6edba2b66dfe2f5ff0f4b3edbb192b1a37fbc8c98d9365bdedc5d19ddb1464673e516cb8e436a6c0ea00c84087cc6431b6c1862019f90e02b73ce
-DIST phosh-0.38.0.tar.xz.asc 833 BLAKE2B d9c49a42bc5083678e3195eb6fded80455312887b0c0f99dd03c6662d3c01bec228b0c68f7044dfe86fe1473b8ddbaf797729a5a92fbbbb5c8d18302149376dd SHA512 8007c2f58c311659310d06962ad825c51fb90f4da864f110db5b1f0f5d7c70b0ef69ddbfa169489657b3088ed6b89dbdf7e910101267ccd307578d75f9301b46
-DIST phosh-0.40.0.tar.xz 910888 BLAKE2B 9bf1da29af73387b4f080f580dc29422d6f113c19b52c72596bcf2dd1f3e4e61da4270f3798f07148f8a197f8b076b67e51108c08af503c0a4a5566c8ef13669 SHA512 e82e1955b708f01827f5ce8e31cd5b6449e66b527dd9a1bc6300a70c6c90ccffa14ae9d569bfa8627f995d96437ef4d063e7ebd7e20556a273dc75902a1e9538
-DIST phosh-0.40.0.tar.xz.asc 833 BLAKE2B e45a7726d4f94cabd98f36d9de2c870d51a480f8b4b10f1ea046fa4cffbef165caf3c701892a7cd80e63753fc791556da854dfd24c8f80bd70b2a19ce63c9508 SHA512 9bb24e6f0ccf3534a9a28711e82b5aa8b2a10bcbe3b99b7d7329476ed2916b53ce9dc31c0c06aaec7d67370bc05dc35199da60f191d6706bb636f7a6b7ecffb8
DIST phosh-0.41.0.tar.xz 930812 BLAKE2B ab2c7aeb3aedbfa449f2cabc552ab2e6315b7ab84e8aeed6f896dc1d8e0b4672870768602ee10b0c9af1f190e61e033f7e2d62f0e9fb45e16e1c96ed1ddecf55 SHA512 4309b348dc798124803d2fd3fe61eb68d4d1820d9ba88b503998110f8b422e7174da9d85e1a5212b768019b2c76e3fad1eb38aa4c37f70bba4a377a49f807781
DIST phosh-0.41.0.tar.xz.asc 833 BLAKE2B c69ef72836cfca0698d64a9c8914b8f01da3d70300867167dda981f3a1b81f0a91c30671d4d8ed17f34c1ddd1e05f95078377627da6788bb34445a729bf33e83 SHA512 7b17328b9369dc74c1f4cc55f0f3f4d42687742e112c4e9732a5d273e9c6b43b58c2ba52188687fa5bc7c497dc7aee6a3dd2df975023bedad5e3d854d2395a3c
+DIST phosh-0.42.0.tar.xz 940212 BLAKE2B 91935d095102320823283968861563b93d1c558137307cbaf934a293dcb29c720692e4b4ca810209a2347761c15b466a9d6612cb3ad9fdd36ce4cbceb1d641f4 SHA512 e5f8817cd8fcf5cc07faa687aa7411c9af2cfe2b09a4f7332691184eb69cc106d5685b6951e2c66a1ef639ba7e074e603771fcedad6e62dc75771084a442f0ff
+DIST phosh-0.42.0.tar.xz.asc 833 BLAKE2B 9dc5771e5650bc30b8b72b048eb5cccc137152be1e51afc30dab82569890a18aab932defcc6ca4a3bc8ce31af9b9659c56b792119b042c2f6490b1a9eb8e828c SHA512 8d5dd2eb60ae369da18fd79de8a696835f7ce94a39c20a597bfa9ed2a4ed44af606123f994a6040d96c6a7b52a28418eb4e066e64858b8f8c15c2e2395f08b50
diff --git a/phosh-base/phosh-shell/phosh-shell-0.38.0.ebuild b/phosh-base/phosh-shell/phosh-shell-0.38.0.ebuild
deleted file mode 100644
index 8a824cb29..000000000
--- a/phosh-base/phosh-shell/phosh-shell-0.38.0.ebuild
+++ /dev/null
@@ -1,138 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson pam systemd verify-sig virtualx xdg
-
-MY_PN="${PN%-shell}"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Pure Wayland shell for mobile devices"
-HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh/"
-SRC_URI="https://sources.phosh.mobi/releases/${MY_PN}/${MY_P}.tar.xz
- verify-sig? ( https://sources.phosh.mobi/releases/${MY_PN}/${MY_P}.tar.xz.asc )"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="CC0-1.0 CC-BY-SA-4.0 GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+ MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="elogind gtk-doc +lockscreen-plugins man test test-full"
-REQUIRED_USE="test? ( lockscreen-plugins )"
-
-COMMON_DEPEND="
- >=app-crypt/gcr-3.7.5:0
- app-crypt/libsecret
- >=dev-libs/feedbackd-0.2.0
- dev-libs/fribidi
- >=dev-libs/glib-2.76:2
- >=dev-libs/json-glib-1.6.2
- dev-libs/libgudev:=
- >=dev-libs/wayland-1.14
- >=gnome-base/gnome-desktop-3.26:3
- >=gnome-base/gsettings-desktop-schemas-42
- >=gnome-extra/evolution-data-server-3.33.1:=
- >=gui-libs/libhandy-1.1.90:1
- media-libs/libpulse[glib]
- media-sound/callaudiod
- net-libs/libsoup:3.0
- >=net-misc/networkmanager-1.14
- sys-apps/dbus
- >=sys-auth/polkit-0.105
- sys-libs/pam
- >=sys-power/upower-0.99.1:=
- >=x11-libs/gtk+-3.22:3[wayland]
- elogind? ( >=sys-auth/elogind-241 )
- !elogind? ( >=sys-apps/systemd-241:= )
- lockscreen-plugins? (
- app-text/evince:=
- gui-libs/gtk:4
- gui-libs/libadwaita:1
- )
-"
-RUNTIME_DEPEND="
- gnome-base/gnome-shell
- virtual/freedesktop-icon-theme
- x11-themes/gnome-themes-standard
-"
-
-DEPEND="
- ${COMMON_DEPEND:?}
- >=dev-libs/wayland-protocols-1.12
- test-full? ( ${RUNTIME_DEPEND:?} )
-"
-RDEPEND="
- ${COMMON_DEPEND:?}
- ${RUNTIME_DEPEND:?}
- !elogind? ( sys-libs/libcap )
-"
-BDEPEND="
- dev-libs/glib:2
- dev-libs/libxml2
- dev-util/gdbus-codegen
- dev-util/glib-utils
- dev-util/wayland-scanner
- sys-devel/gettext
- gtk-doc? ( dev-util/gi-docgen )
- man? ( dev-python/docutils )
- test-full? ( >=gui-wm/phoc-0.36.0-r1 )
- verify-sig? ( sec-keys/openpgp-keys-phosh )
-"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
-
-src_configure() {
- local emesonargs=(
- -Dcompositor="${EPREFIX}"/usr/bin/phoc
- -Dtools=true
- -Dquick-setting-plugins=true
- $(meson_use !elogind systemd)
- $(meson_use gtk-doc gtk_doc)
- $(meson_use lockscreen-plugins)
- $(meson_use man)
- $(meson_use test tests)
- $(meson_feature test-full phoc_tests)
- )
- meson_src_configure
-}
-
-src_test() {
- local -x LC_ALL="C.UTF-8"
- local -x WLR_RENDERER="pixman"
-
- virtx meson_src_test --suite unit
- if use test-full; then
- virtx meson_src_test --suite integration
- fi
-}
-
-src_install() {
- meson_src_install --skip-subprojects gmobile
- pamd_mimic system-local-login phosh auth account session
- systemd_douserunit data/phosh.service
-
- if use gtk-doc; then
- mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die
- mv "${ED}"/usr/share/doc/${MY_PN}-${SLOT} "${ED}"/usr/share/gtk-doc/html/ || die
- fi
-}
-
-phosh_giomodule_cache_update() {
- local plugins_dir
- plugins_dir=$(pkg-config --variable=lockscreen_plugins_dir phosh-plugins) || return 1
-
- ebegin "Updating GIO modules cache"
- gio-querymodules "${plugins_dir}"
- eend $?
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
- phosh_giomodule_cache_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
- phosh_giomodule_cache_update
-}
diff --git a/phosh-base/phosh-shell/phosh-shell-0.40.0.ebuild b/phosh-base/phosh-shell/phosh-shell-0.42.0.ebuild
similarity index 90%
rename from phosh-base/phosh-shell/phosh-shell-0.40.0.ebuild
rename to phosh-base/phosh-shell/phosh-shell-0.42.0.ebuild
index e5f76f4ea..806533951 100644
--- a/phosh-base/phosh-shell/phosh-shell-0.40.0.ebuild
+++ b/phosh-base/phosh-shell/phosh-shell-0.42.0.ebuild
@@ -25,7 +25,7 @@ REQUIRED_USE="
COMMON_DEPEND="
>=app-crypt/gcr-3.7.5:0[introspection?]
app-crypt/libsecret
- >=dev-libs/feedbackd-0.2.0
+ >=dev-libs/feedbackd-0.4.0
dev-libs/fribidi
>=dev-libs/glib-2.76:2
dev-libs/gmobile
@@ -39,9 +39,11 @@ COMMON_DEPEND="
media-libs/libpulse[glib]
media-sound/callaudiod
net-libs/libsoup:3.0
+ net-misc/modemmanager:=
>=net-misc/networkmanager-1.14[introspection?]
+ >=net-wireless/gnome-bluetooth-46.0:3
sys-apps/dbus
- >=sys-auth/polkit-0.105
+ >=sys-auth/polkit-0.122
sys-libs/pam
>=sys-power/upower-0.99.1:=
x11-libs/cairo
@@ -52,8 +54,8 @@ COMMON_DEPEND="
!elogind? ( >=sys-apps/systemd-241:= )
lockscreen-plugins? (
app-text/evince:=
- gui-libs/gtk:4
- gui-libs/libadwaita:1
+ >=gui-libs/gtk-4.12:4
+ >=gui-libs/libadwaita-1.5:1
)
"
RUNTIME_DEPEND="
@@ -90,6 +92,7 @@ VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
src_configure() {
local emesonargs=(
-Dcompositor="${EPREFIX}"/usr/bin/phoc
+ -Dbindings-lib=true
-Dtools=true
-Dquick-setting-plugins=true
$(meson_use gtk-doc gtk_doc)
@@ -108,12 +111,15 @@ src_test() {
virtx meson_src_test --suite unit
if use test-full; then
- virtx meson_src_test --suite integration
+ # Passing "-j 1" because "phosh:integration / shell" test is flaky
+ virtx meson_src_test --suite integration -j 1
fi
}
src_install() {
meson_src_install
+ rm -f "${ED}"/usr/$(get_libdir)/libphosh*.a
+
pamd_mimic system-local-login phosh auth account session
systemd_douserunit data/phosh.service
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-shell/
@ 2024-10-29 10:53 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-10-29 10:53 UTC (permalink / raw
To: gentoo-commits
commit: 1b94a7b1a5444a83a291ced1ca65a70380f656cd
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Oct 24 20:00:37 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Oct 24 20:07:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b94a7b1
phosh-base/phosh-shell: disable xwayland for tests
Xwayland makes one of tests flaky and also pollutes /tmp/.X11-unix
without proper cleanup. We're bettter off without it.
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-shell/phosh-shell-0.42.0.ebuild | 26 ++++++++++++++++--------
1 file changed, 18 insertions(+), 8 deletions(-)
diff --git a/phosh-base/phosh-shell/phosh-shell-0.42.0.ebuild b/phosh-base/phosh-shell/phosh-shell-0.42.0.ebuild
index 806533951..257395f00 100644
--- a/phosh-base/phosh-shell/phosh-shell-0.42.0.ebuild
+++ b/phosh-base/phosh-shell/phosh-shell-0.42.0.ebuild
@@ -106,14 +106,24 @@ src_configure() {
}
src_test() {
- local -x LC_ALL="C.UTF-8"
- local -x WLR_RENDERER="pixman"
-
- virtx meson_src_test --suite unit
- if use test-full; then
- # Passing "-j 1" because "phosh:integration / shell" test is flaky
- virtx meson_src_test --suite integration -j 1
- fi
+ my_src_test() {
+ local -x LC_ALL="C.UTF-8"
+ local -x WLR_RENDERER="pixman"
+ local -x PHOSH_TEST_PHOC_INI="${T}/phoc.ini"
+
+ meson_src_test --suite unit || return 1
+ if use test-full; then
+ meson_src_test --suite integration || return 1
+ fi
+ }
+
+ # Xwayland breaks "phosh:integration / shell", pollutes /tmp
+ cat data/phoc.ini - > "${T}"/phoc.ini <<- EOF || die
+ [core]
+ xwayland=false
+ EOF
+
+ virtx my_src_test
}
src_install() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-10-29 10:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-20 20:46 [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-shell/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-10-29 10:53 David Roman
2024-10-21 9:51 David Roman
2024-04-09 11:25 Julien Roy
2024-02-11 17:50 David Roman
2024-02-05 11:57 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox