public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh/
@ 2021-06-24 12:22 Jian Lin
  0 siblings, 0 replies; 10+ messages in thread
From: Jian Lin @ 2021-06-24 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     1fdf475f58222f02a46ad8c0f8e246668f523514
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Tue Jun 22 16:27:05 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Tue Jun 22 16:27:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1fdf475f

gui-wm/phosh: fix QA error for domenu

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 gui-wm/phosh/phosh-0.11.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gui-wm/phosh/phosh-0.11.0.ebuild b/gui-wm/phosh/phosh-0.11.0.ebuild
index 7007a1c28..8c43914b0 100644
--- a/gui-wm/phosh/phosh-0.11.0.ebuild
+++ b/gui-wm/phosh/phosh-0.11.0.ebuild
@@ -63,8 +63,7 @@ src_install() {
 	meson_src_install
 	newpamd "${FILESDIR}"/pam_phosh 'phosh'
 	systemd_newunit "${FILESDIR}"/phosh.service 'phosh.service'
-	domenu /usr/share/applications/
-	doins "${FILESDIR}"/sm.puri.OSK0.desktop
+	domenu "${FILESDIR}"/sm.puri.OSK0.desktop
 
 	DOC_CONTENTS="
 	To amend the existing password policy please see the man 5 passwdqc.conf


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh/
@ 2021-06-29  8:51 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-06-29  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     edb5fd95f6d4d0ed2e27d7066fd377b9cfa6ef8d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 29 08:49:43 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 08:49:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edb5fd95

gui-wm/phosh: fix BadFilename

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 gui-wm/phosh/Manifest            | 2 +-
 gui-wm/phosh/phosh-0.11.0.ebuild | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/gui-wm/phosh/Manifest b/gui-wm/phosh/Manifest
index 246e4f282..3fded753f 100644
--- a/gui-wm/phosh/Manifest
+++ b/gui-wm/phosh/Manifest
@@ -1,2 +1,2 @@
-DIST c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz 46481 BLAKE2B 7ea8424d640d71361905e2eff346f45e024f9cd430cc8cc92c53d8cf72a8ea312c00bdbd0d9c25f499e1af2122fcafbf08a600d69f053ff9fa04baeb44283ccf SHA512 368d56223907d3eaafd35fce643abddf00e963800eebe98fb5cbe6fbbd8da115d1afb93bd5d557167e787579e3ff8b8e7885cae74d8f0326b45085870ac8cc05
+DIST libgnome-volume-control-c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz 46481 BLAKE2B 7ea8424d640d71361905e2eff346f45e024f9cd430cc8cc92c53d8cf72a8ea312c00bdbd0d9c25f499e1af2122fcafbf08a600d69f053ff9fa04baeb44283ccf SHA512 368d56223907d3eaafd35fce643abddf00e963800eebe98fb5cbe6fbbd8da115d1afb93bd5d557167e787579e3ff8b8e7885cae74d8f0326b45085870ac8cc05
 DIST phosh-v0.11.0.tar.gz 447909 BLAKE2B e5e269a1c0d84000ba956b2f03e29079f53eceb03b83829f10f9aeea3e45668d7e275769f244d67e74e448deecd37abd0a0e3c4eefb945c9dce397e618911073 SHA512 77bb2898a63d3a4438d55775a55af852a90815f090bdb07889ea1743cbda7749cde2fef38ece073352303804852c9bcd1d296492a02a1334d4b5a00619b6ff0f

diff --git a/gui-wm/phosh/phosh-0.11.0.ebuild b/gui-wm/phosh/phosh-0.11.0.ebuild
index 8c43914b0..be7f96a4c 100644
--- a/gui-wm/phosh/phosh-0.11.0.ebuild
+++ b/gui-wm/phosh/phosh-0.11.0.ebuild
@@ -6,13 +6,15 @@ EAPI=7
 inherit desktop gnome2-utils meson pam readme.gentoo-r1 vala systemd xdg
 
 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"
 SRC_URI="
 	https://source.puri.sm/Librem5/phosh/-/archive/v0.11.0/${MY_P}.tar.gz
-	https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/c5ab6037f460406ac9799b1e5765de3ce0097a8b.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}"
 
 KEYWORDS="~amd64 ~arm64"
 LICENSE="GPL-3"
@@ -47,10 +49,6 @@ PATCHES=(
 	"${FILESDIR}"/0006-calls-manager.patch
 )
 
-S="${WORKDIR}/${MY_P}"
-
-MY_COMMIT="c5ab6037f460406ac9799b1e5765de3ce0097a8b"
-
 src_prepare() {
 	default
 	eapply_user


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh/
@ 2021-07-14 19:43 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-07-14 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a7c98e629b435a8c8fba17453b5344cc5308d8ca
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Wed Jul 14 14:08:48 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 14:08:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7c98e62

gui-wm/phosh: bump to 0.12.1

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 gui-wm/phosh/Manifest                                     | 2 +-
 gui-wm/phosh/{phosh-0.12.0.ebuild => phosh-0.12.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/phosh/Manifest b/gui-wm/phosh/Manifest
index 779688537..2f73a74aa 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.0.tar.gz 472232 BLAKE2B 3f48efebb9a9bcef1cd0e5d50d062914490d4452d857975f02e11ff14c6871041e5a03d3ef5c57222b97b978d7c1e6f1eaf55726b6e007487ed31a2384bad9d0 SHA512 4db588a805db7b2dd441dc9bb6e514006d1a82f9ddbbc0feb67d0620cbfb863cf383401acbc450b4fc7e6bd9ca1ed825833075aa04487519c7abb127f92cbc1a
+DIST phosh-v0.12.1.tar.gz 477007 BLAKE2B 2b5f78cb07c10522832ca499fae86d0e27d6b2d1bcbfcef4631a6f23c17da455aa40f664e3bc6fb3e15701aef3eebac2ef1e8287c2d051b7db6ca3816578aa1b SHA512 dddc76e069ff35954411ba2cce5dd12732dd9f1afe8762078d53c061c98afd9486c76bc9423fb909d70e56dac446062dfb65101b40b3871c80ef52f027c2c924

diff --git a/gui-wm/phosh/phosh-0.12.0.ebuild b/gui-wm/phosh/phosh-0.12.1.ebuild
similarity index 100%
rename from gui-wm/phosh/phosh-0.12.0.ebuild
rename to gui-wm/phosh/phosh-0.12.1.ebuild


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh/
@ 2021-08-17 16:46 Jian Lin
  0 siblings, 0 replies; 10+ messages in thread
From: Jian Lin @ 2021-08-17 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     00bc1bcbf71c2afe24a403173bb21f898d78f9e7
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Tue Aug 17 09:54:08 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Tue Aug 17 09:54:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00bc1bcb

gui-wm/phosh:

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

 gui-wm/phosh/Manifest                                     |  2 +-
 gui-wm/phosh/metadata.xml                                 | 14 ++++++++++++--
 gui-wm/phosh/{phosh-0.12.1.ebuild => phosh-0.13.0.ebuild} | 15 +++++++--------
 3 files changed, 20 insertions(+), 11 deletions(-)

diff --git a/gui-wm/phosh/Manifest b/gui-wm/phosh/Manifest
index 2f73a74aa..2e4922973 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 b372191c7..64c8c7e8b 100644
--- a/gui-wm/phosh/metadata.xml
+++ b/gui-wm/phosh/metadata.xml
@@ -1,5 +1,15 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>gjdijkman@gjdwebserver.nl</email>
+		<name>Gerben Jan Dijkman</name>
+	</maintainer>
+	<longdescription lang="en">
+	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.
+	</longdescription>
+	<upstream>
+		<doc>https://source.puri.sm/Librem5/phosh</doc>
+		<bugs-to>https://source.puri.sm/Librem5/phosh/-/issues</bugs-to>
+	</upstream>
 </pkgmetadata>

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 206aec909..573483ec4 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
 }
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh/
@ 2021-08-17 16:46 Jian Lin
  0 siblings, 0 replies; 10+ messages in thread
From: Jian Lin @ 2021-08-17 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ecbd53ea8c1eed6716af1733573e7121be69968d
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Tue Aug 17 11:46:17 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Tue Aug 17 11:46:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ecbd53ea

gui-wm/phosh: Updated the package

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

 gui-wm/phosh/Manifest            |  1 +
 gui-wm/phosh/phosh-0.13.0.ebuild | 10 +++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/gui-wm/phosh/Manifest b/gui-wm/phosh/Manifest
index 2e4922973..fa294229c 100644
--- a/gui-wm/phosh/Manifest
+++ b/gui-wm/phosh/Manifest
@@ -1,2 +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

diff --git a/gui-wm/phosh/phosh-0.13.0.ebuild b/gui-wm/phosh/phosh-0.13.0.ebuild
index 573483ec4..f4853d4e2 100644
--- a/gui-wm/phosh/phosh-0.13.0.ebuild
+++ b/gui-wm/phosh/phosh-0.13.0.ebuild
@@ -6,13 +6,15 @@ EAPI=7
 inherit desktop gnome2-utils meson pam readme.gentoo-r1 vala systemd xdg
 
 MY_P="${PN}-v${PV}"
-MY_COMMIT="c5ab6037f460406ac9799b1e5765de3ce0097a8b"
+LVC_COMMIT="c5ab6037f460406ac9799b1e5765de3ce0097a8b"
+LCU_COMMIT="465f6add090b623fb80c6c5cbb9ab2880ff531a4"
 
 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/${MY_COMMIT}.tar.gz -> libgnome-volume-control-${MY_COMMIT}.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}"
 
@@ -44,7 +46,9 @@ src_prepare() {
 	default
 	eapply_user
 	rm -r "${S}"/subprojects/gvc || die
-	mv "${WORKDIR}"/libgnome-volume-control-"${MY_COMMIT}" "${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() {


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh/
@ 2021-09-20  9:41 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-09-20  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     f2b8fbd48ff0f56a4eca3fa476b8203ce80cba5a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 20 09:34:29 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 20 09:34:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2b8fbd4

gui-wm/phosh: fix DeprecatedInsinto

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 gui-wm/phosh/phosh-0.13.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gui-wm/phosh/phosh-0.13.1.ebuild b/gui-wm/phosh/phosh-0.13.1.ebuild
index 1f15159f6..0a8735dc0 100644
--- a/gui-wm/phosh/phosh-0.13.1.ebuild
+++ b/gui-wm/phosh/phosh-0.13.1.ebuild
@@ -66,8 +66,7 @@ src_install() {
 	meson_src_install
 	newpamd "${FILESDIR}"/pam_phosh 'phosh'
 	systemd_newunit "${FILESDIR}"/phosh.service 'phosh.service'
-	insinto /usr/share/applications/
-	doins "${FILESDIR}"/sm.puri.OSK0.desktop
+	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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh/
  2021-12-15 11:10 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2021-12-15 11:10 ` Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-12-15 11:10 UTC (permalink / raw
  To: gentoo-commits

commit:     b29412acec0ee1771d2fd5fe02906d0497acae90
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 11:03:36 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 11:03:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b29412ac

gui-wm/phosh: fix DeprecatedInsinto, UnusedInherits

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 gui-wm/phosh/phosh-0.14.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gui-wm/phosh/phosh-0.14.1.ebuild b/gui-wm/phosh/phosh-0.14.1.ebuild
index 79ff0db63..a84f5bf3c 100644
--- a/gui-wm/phosh/phosh-0.14.1.ebuild
+++ b/gui-wm/phosh/phosh-0.14.1.ebuild
@@ -66,8 +66,7 @@ src_install() {
 	meson_src_install
 	newpamd "${FILESDIR}"/pam_phosh 'phosh'
 	systemd_newunit "${FILESDIR}"/phosh.service 'phosh.service'
-	insinto /usr/share/applications/
-	doins "${FILESDIR}"/sm.puri.OSK0.desktop
+	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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/phosh/
  2022-03-08 13:39 [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh/ Andrew Ammerlaan
@ 2022-03-08 13:37 ` Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2022-03-08 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     50be1110513b27c631a945ac7febea6888380fef
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 13:36:39 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 13:36:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50be1110

gui-wm/phosh: multiple fixes

- fix DeprecatedInsinto
- drop UnusedInherits
- default already calls eapply_user

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 gui-wm/phosh/phosh-0.15.0.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gui-wm/phosh/phosh-0.15.0.ebuild b/gui-wm/phosh/phosh-0.15.0.ebuild
index 68a68fcba..5604ab117 100644
--- a/gui-wm/phosh/phosh-0.15.0.ebuild
+++ b/gui-wm/phosh/phosh-0.15.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop gnome2-utils meson pam readme.gentoo-r1 vala systemd xdg
+inherit desktop gnome2-utils meson pam readme.gentoo-r1 systemd xdg
 
 MY_P="${PN}-v${PV}"
 LVC_COMMIT="ae1a34aafce7026b8c0f65a43c9192d756fe1057"
@@ -48,7 +48,6 @@ BDEPEND="
 
 src_prepare() {
 	default
-	eapply_user
 	rm -r "${S}"/subprojects/gvc || die
 	mv "${WORKDIR}"/libgnome-volume-control-"${LVC_COMMIT}" "${S}"/subprojects/gvc || die
 	rm -r "${S}"/subprojects/libcall-ui || die
@@ -60,8 +59,7 @@ src_install() {
 	meson_src_install
 	newpamd "${FILESDIR}"/pam_phosh 'phosh'
 	systemd_newunit "${FILESDIR}"/phosh.service 'phosh.service'
-	insinto /usr/share/applications/
-	doins "${FILESDIR}"/sm.puri.OSK0.desktop
+	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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh/
@ 2022-03-08 13:39 Andrew Ammerlaan
  2022-03-08 13:37 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 10+ messages in thread
From: Andrew Ammerlaan @ 2022-03-08 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     50be1110513b27c631a945ac7febea6888380fef
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 13:36:39 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 13:36:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50be1110

gui-wm/phosh: multiple fixes

- fix DeprecatedInsinto
- drop UnusedInherits
- default already calls eapply_user

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 gui-wm/phosh/phosh-0.15.0.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gui-wm/phosh/phosh-0.15.0.ebuild b/gui-wm/phosh/phosh-0.15.0.ebuild
index 68a68fcba..5604ab117 100644
--- a/gui-wm/phosh/phosh-0.15.0.ebuild
+++ b/gui-wm/phosh/phosh-0.15.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop gnome2-utils meson pam readme.gentoo-r1 vala systemd xdg
+inherit desktop gnome2-utils meson pam readme.gentoo-r1 systemd xdg
 
 MY_P="${PN}-v${PV}"
 LVC_COMMIT="ae1a34aafce7026b8c0f65a43c9192d756fe1057"
@@ -48,7 +48,6 @@ BDEPEND="
 
 src_prepare() {
 	default
-	eapply_user
 	rm -r "${S}"/subprojects/gvc || die
 	mv "${WORKDIR}"/libgnome-volume-control-"${LVC_COMMIT}" "${S}"/subprojects/gvc || die
 	rm -r "${S}"/subprojects/libcall-ui || die
@@ -60,8 +59,7 @@ src_install() {
 	meson_src_install
 	newpamd "${FILESDIR}"/pam_phosh 'phosh'
 	systemd_newunit "${FILESDIR}"/phosh.service 'phosh.service'
-	insinto /usr/share/applications/
-	doins "${FILESDIR}"/sm.puri.OSK0.desktop
+	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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh/
@ 2022-04-04 14:49 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2022-04-04 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     505c150d584555db5841aef97a94736614533b0e
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Mon Apr  4 12:12:44 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 12:12:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=505c150d

gui-wm/phosh: Version Bump

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

 gui-wm/phosh/Manifest                                     | 2 +-
 gui-wm/phosh/{phosh-0.16.0.ebuild => phosh-0.17.0.ebuild} | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/gui-wm/phosh/Manifest b/gui-wm/phosh/Manifest
index 1f2f47094..d0e5e6c20 100644
--- a/gui-wm/phosh/Manifest
+++ b/gui-wm/phosh/Manifest
@@ -1,3 +1,3 @@
 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-v0.16.0.tar.gz 715329 BLAKE2B bb00d341b61725b8ee46afeeff0766ed24287da345ebcaadb54d9534998b49a8fbb5c1634a0150d20a681847456ce17b12cba82e16118dd89b1fbaf5a7de46dd SHA512 d26016c4fadce77c5926eb66a46c6aed0985b88a0f9b93859e8e20caee35bf1687f4f9959872cf89a047712299cdee7aab0cc82f923e90e8d55c6bd2278caf9e
+DIST phosh-v0.17.0.tar.gz 726863 BLAKE2B 6a4c6bc6b3f645b7805445be21a4d8df13b786ee8cf104cf202a88a8333c5123cf34e5c136fa21d13476c71a51240d87388587bca84a37487e4984434fd32c53 SHA512 020a0cc5659d5c1a5f4291baed231f3f7b698dc41f027173cc59f3429a1a43bbf6f2213f2fb79d7d2c175518cb6a892c419a3b0ad902e51cca2c313f5bbc84bf

diff --git a/gui-wm/phosh/phosh-0.16.0.ebuild b/gui-wm/phosh/phosh-0.17.0.ebuild
similarity index 99%
rename from gui-wm/phosh/phosh-0.16.0.ebuild
rename to gui-wm/phosh/phosh-0.17.0.ebuild
index fefd12ddf..c7ff301ce 100644
--- a/gui-wm/phosh/phosh-0.16.0.ebuild
+++ b/gui-wm/phosh/phosh-0.17.0.ebuild
@@ -48,7 +48,6 @@ BDEPEND="
 
 src_prepare() {
 	default
-	eapply_user
 	rm -r "${S}"/subprojects/gvc || die
 	mv "${WORKDIR}"/libgnome-volume-control-"${LVC_COMMIT}" "${S}"/subprojects/gvc || die
 	rm -r "${S}"/subprojects/libcall-ui || die


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-04-04 14:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 13:39 [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh/ Andrew Ammerlaan
2022-03-08 13:37 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2022-04-04 14:49 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-15 11:10 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-12-15 11:10 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-09-20  9:41 Andrew Ammerlaan
2021-08-17 16:46 Jian Lin
2021-08-17 16:46 Jian Lin
2021-07-14 19:43 Andrew Ammerlaan
2021-06-29  8:51 Andrew Ammerlaan
2021-06-24 12:22 Jian Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox