commit:     3116a97a70879d2054845ac43b4df3b315812dc5
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Wed Sep  1 12:35:40 2021 +0000
Commit:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Wed Sep  1 12:35:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3116a97a

gui-wm/phosh: Version Bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Gerben jan Dijkman <gjdijkman <AT> gjdwebserver.nl>

 gui-wm/phosh/Manifest                                     |  4 ++--
 gui-wm/phosh/{phosh-0.13.0.ebuild => phosh-0.13.1.ebuild} | 14 ++++++++++++--
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/gui-wm/phosh/Manifest b/gui-wm/phosh/Manifest
index fa294229c..01fdcf7a6 100644
--- a/gui-wm/phosh/Manifest
+++ b/gui-wm/phosh/Manifest
@@ -1,3 +1,3 @@
 DIST libcall-ui-465f6add090b623fb80c6c5cbb9ab2880ff531a4.tar.gz 50329 BLAKE2B 
218635af4f1a6076198746a038a522f56648f2e058a7cf874033da3b533683acde5edc482d824b56402a939c16e1003f61747c158b5beb9a82c2836400afc9d3
 SHA512 
d11de7b15777f175d0a2323cd7b6a07f76b1ccd1e01a4948084b2e950f356f80357604dd95853c60fa49c812d2e981d0899ade1ce7d933f0f9e32fc8c44807eb
-DIST libgnome-volume-control-c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz 
46481 BLAKE2B 
7ea8424d640d71361905e2eff346f45e024f9cd430cc8cc92c53d8cf72a8ea312c00bdbd0d9c25f499e1af2122fcafbf08a600d69f053ff9fa04baeb44283ccf
 SHA512 
368d56223907d3eaafd35fce643abddf00e963800eebe98fb5cbe6fbbd8da115d1afb93bd5d557167e787579e3ff8b8e7885cae74d8f0326b45085870ac8cc05
-DIST phosh-v0.13.0.tar.gz 491512 BLAKE2B 
5d459c15195ae966a363120d88d6dbbe08d811a479c09447f092ebb7e3e78b781c8e1e173db2005df2d157d5a9b44b5d8ac8edf6d8fd53f857223d6f6d1966d7
 SHA512 
6e398ab55007d05be5b3e2e2523d4d2d7df483efbfe1df5fadeae3eae032adf0aba828914e4645e9938c60db4518d96be55f3fe195c9880a181519548f93feb9
+DIST libgnome-volume-control-ae1a34aafce7026b8c0f65a43c9192d756fe1057.tar.gz 
45164 BLAKE2B 
c6807f855e7d4f45b58c7776cd497077b4adf8d577f9af014a8631a054c47374dfe5caa5652be208c6e566bfb8af70a0bb5e164f345b7612cb8786039625a191
 SHA512 
723334bff55927363dab47ef22c71dcaf94263fe76e49c40f1cbfbd5f86383e68fd4bf2182eb5777dda8e2ede4ee4710e1a7ab1379d3ca40d68f68ff30c62e21
+DIST phosh-v0.13.1.tar.gz 497692 BLAKE2B 
286f2366a2409faa43983284f48354adaecabbdff5d198a8f77245b10a3cc8def19c5b85e1887b1b1b6162b77867fe8c929f45c3e5c872f8f30f2d8805101c03
 SHA512 
fcb25f8dfc5b90c52b0463899a9c9968658e955519d86873cf3d056a0e74da657165092324cc943ce438eeac54b27a77267d4b3c58710d10c899cb43f42703ad

diff --git a/gui-wm/phosh/phosh-0.13.0.ebuild b/gui-wm/phosh/phosh-0.13.1.ebuild
similarity index 86%
rename from gui-wm/phosh/phosh-0.13.0.ebuild
rename to gui-wm/phosh/phosh-0.13.1.ebuild
index f4853d4e2..86c81ac30 100644
--- a/gui-wm/phosh/phosh-0.13.0.ebuild
+++ b/gui-wm/phosh/phosh-0.13.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit desktop gnome2-utils meson pam readme.gentoo-r1 vala systemd xdg
 
 MY_P="${PN}-v${PV}"
-LVC_COMMIT="c5ab6037f460406ac9799b1e5765de3ce0097a8b"
+LVC_COMMIT="ae1a34aafce7026b8c0f65a43c9192d756fe1057"
 LCU_COMMIT="465f6add090b623fb80c6c5cbb9ab2880ff531a4"
 
 DESCRIPTION="A pure Wayland shell prototype for GNOME on mobile devices"
@@ -29,12 +29,16 @@ DEPEND="
        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
        x11-wm/phoc
        systemd? ( sys-apps/systemd )
        sys-power/upower
+       app-misc/geoclue
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
@@ -42,6 +46,12 @@ BDEPEND="
        dev-util/meson
 "
 
+PATCHES=(
+       ${FILESDIR}/0001-system-prompt-allow-blank-passwords.patch
+       ${FILESDIR}/0002-fix-locale-issue.patch
+       ${FILESDIR}/0003-fix-locale-issue-in-service-file-1.patch
+)
+
 src_prepare() {
        default
        eapply_user
@@ -58,7 +68,7 @@ src_install() {
        systemd_newunit "${FILESDIR}"/phosh.service 'phosh.service'
        insinto /usr/share/applications/
        doins "${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"

Reply via email to