From 00bc1bcbf71c2afe24a403173bb21f898d78f9e7 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Tue, 17 Aug 2021 11:54:08 +0200 Subject: [PATCH] gui-wm/phosh: Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Gerben jan Dijkman --- gui-wm/phosh/Manifest | 2 +- gui-wm/phosh/metadata.xml | 14 ++++++++++++-- .../{phosh-0.12.1.ebuild => phosh-0.13.0.ebuild} | 15 +++++++-------- 3 files changed, 20 insertions(+), 11 deletions(-) rename gui-wm/phosh/{phosh-0.12.1.ebuild => phosh-0.13.0.ebuild} (75%) diff --git a/gui-wm/phosh/Manifest b/gui-wm/phosh/Manifest index 2f73a74aaf..2e49229737 100644 --- a/gui-wm/phosh/Manifest +++ b/gui-wm/phosh/Manifest @@ -1,2 +1,2 @@ DIST libgnome-volume-control-c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz 46481 BLAKE2B 7ea8424d640d71361905e2eff346f45e024f9cd430cc8cc92c53d8cf72a8ea312c00bdbd0d9c25f499e1af2122fcafbf08a600d69f053ff9fa04baeb44283ccf SHA512 368d56223907d3eaafd35fce643abddf00e963800eebe98fb5cbe6fbbd8da115d1afb93bd5d557167e787579e3ff8b8e7885cae74d8f0326b45085870ac8cc05 -DIST phosh-v0.12.1.tar.gz 477007 BLAKE2B 2b5f78cb07c10522832ca499fae86d0e27d6b2d1bcbfcef4631a6f23c17da455aa40f664e3bc6fb3e15701aef3eebac2ef1e8287c2d051b7db6ca3816578aa1b SHA512 dddc76e069ff35954411ba2cce5dd12732dd9f1afe8762078d53c061c98afd9486c76bc9423fb909d70e56dac446062dfb65101b40b3871c80ef52f027c2c924 +DIST phosh-v0.13.0.tar.gz 491512 BLAKE2B 5d459c15195ae966a363120d88d6dbbe08d811a479c09447f092ebb7e3e78b781c8e1e173db2005df2d157d5a9b44b5d8ac8edf6d8fd53f857223d6f6d1966d7 SHA512 6e398ab55007d05be5b3e2e2523d4d2d7df483efbfe1df5fadeae3eae032adf0aba828914e4645e9938c60db4518d96be55f3fe195c9880a181519548f93feb9 diff --git a/gui-wm/phosh/metadata.xml b/gui-wm/phosh/metadata.xml index b372191c79..64c8c7e8bc 100644 --- a/gui-wm/phosh/metadata.xml +++ b/gui-wm/phosh/metadata.xml @@ -1,5 +1,15 @@ - + - + + gjdijkman@gjdwebserver.nl + Gerben Jan Dijkman + + + A pure Wayland shell prototype for GNOME on mobile devices. For a matching compositor see x11-wm/phoc but others implementing wlr-layer-shell should work as well. + + + https://source.puri.sm/Librem5/phosh + https://source.puri.sm/Librem5/phosh/-/issues + diff --git a/gui-wm/phosh/phosh-0.12.1.ebuild b/gui-wm/phosh/phosh-0.13.0.ebuild similarity index 75% rename from gui-wm/phosh/phosh-0.12.1.ebuild rename to gui-wm/phosh/phosh-0.13.0.ebuild index 206aec9094..573483ec4d 100644 --- a/gui-wm/phosh/phosh-0.12.1.ebuild +++ b/gui-wm/phosh/phosh-0.13.0.ebuild @@ -9,9 +9,9 @@ MY_P="${PN}-v${PV}" MY_COMMIT="c5ab6037f460406ac9799b1e5765de3ce0097a8b" DESCRIPTION="A pure Wayland shell prototype for GNOME on mobile devices" -HOMEPAGE="https://source.puri.sm/Librem5/phosh" +HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh/" SRC_URI=" - https://source.puri.sm/Librem5/phosh/-/archive/v${PV}/${MY_P}.tar.gz + https://gitlab.gnome.org/World/Phosh/phosh/-/archive/v${PV}/${MY_P}.tar.gz https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/${MY_COMMIT}.tar.gz -> libgnome-volume-control-${MY_COMMIT}.tar.gz " S="${WORKDIR}/${MY_P}" @@ -52,13 +52,12 @@ src_install() { meson_src_install newpamd "${FILESDIR}"/pam_phosh 'phosh' systemd_newunit "${FILESDIR}"/phosh.service 'phosh.service' - domenu "${FILESDIR}"/sm.puri.OSK0.desktop + 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 - " + 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 }