Gentoo Archives: gentoo-commits

From: Gerben Jan Dijkman <gjdijkman@××××××××××××.nl>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/phosh/
Date: Wed, 01 Sep 2021 12:38:36
Message-Id: 1630499906.b4a9bd3ce3450a36298ee6c7cfdd81a19d3eafbb.gjdijkman@gentoo
1 commit: b4a9bd3ce3450a36298ee6c7cfdd81a19d3eafbb
2 Author: Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
3 AuthorDate: Wed Sep 1 12:38:26 2021 +0000
4 Commit: Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
5 CommitDate: Wed Sep 1 12:38:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4a9bd3c
7
8 gui-wm/phosh: Ebuild fixes
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Gerben jan Dijkman <gjdijkman <AT> gjdwebserver.nl>
12
13 gui-wm/phosh/phosh-0.13.1.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/gui-wm/phosh/phosh-0.13.1.ebuild b/gui-wm/phosh/phosh-0.13.1.ebuild
17 index 86c81ac30..79530c4dc 100644
18 --- a/gui-wm/phosh/phosh-0.13.1.ebuild
19 +++ b/gui-wm/phosh/phosh-0.13.1.ebuild
20 @@ -47,9 +47,9 @@ BDEPEND="
21 "
22
23 PATCHES=(
24 - ${FILESDIR}/0001-system-prompt-allow-blank-passwords.patch
25 - ${FILESDIR}/0002-fix-locale-issue.patch
26 - ${FILESDIR}/0003-fix-locale-issue-in-service-file-1.patch
27 + $"{FILESDIR}"/0001-system-prompt-allow-blank-passwords.patch
28 + $"{FILESDIR}"/0002-fix-locale-issue.patch
29 + $"{FILESDIR}"/0003-fix-locale-issue-in-service-file-1.patch
30 )
31
32 src_prepare() {
33 @@ -68,7 +68,7 @@ src_install() {
34 systemd_newunit "${FILESDIR}"/phosh.service 'phosh.service'
35 insinto /usr/share/applications/
36 doins "${FILESDIR}"/sm.puri.OSK0.desktop
37 -
38 +
39 DOC_CONTENTS="To amend the existing password policy please see the man 5 passwdqc.conf
40 page and then edit the /etc/security/passwdqc.conf file to change enforce=none
41 to allow use digit only password as phosh only support passcode for now"