public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2024-01-09  9:06 Anna Vyalkova
  0 siblings, 0 replies; 18+ messages in thread
From: Anna Vyalkova @ 2024-01-09  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9d4252b052f26e66bb95dc3b53a43c5086e09774
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Jan  9 08:59:39 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Jan  9 09:06:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d4252b0

x11-wm/phoc: fix gtk-doc install

Closes: https://bugs.gentoo.org/921633
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 x11-wm/phoc/phoc-0.35.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/x11-wm/phoc/phoc-0.35.0.ebuild b/x11-wm/phoc/phoc-0.35.0.ebuild
index ff9004696c..cad47eda53 100644
--- a/x11-wm/phoc/phoc-0.35.0.ebuild
+++ b/x11-wm/phoc/phoc-0.35.0.ebuild
@@ -61,6 +61,11 @@ src_test() {
 src_install() {
 	meson_src_install
 
+	if use gtk-doc; then
+		mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die
+		mv "${ED}"/usr/share/doc/${PN}-${SLOT} "${ED}"/usr/share/gtk-doc/html/ || die
+	fi
+
 	newbin helpers/auto-maximize phoc-auto-maximize
 	newbin helpers/scale-to-fit phoc-scale-to-fit
 }


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2024-02-04 19:22 Anna Vyalkova
  0 siblings, 0 replies; 18+ messages in thread
From: Anna Vyalkova @ 2024-02-04 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     1fe2422a68d8e0f22fa997181e1de92039339d8c
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb  4 07:01:55 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb  4 19:11:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1fe2422a

x11-wm/phoc: add 0.36.0, drop 0.33.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 x11-wm/phoc/Manifest                                   |  2 +-
 x11-wm/phoc/{phoc-0.33.0.ebuild => phoc-0.36.0.ebuild} | 17 +++++++++++++----
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index fd75171bab..7d1927efb3 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1,2 +1,2 @@
-DIST phoc-0.33.0.tar.xz 646148 BLAKE2B 74e6ac8eec5a37a9dd255d48b1bca65f992399eeb9dc19b22bb84e746f7cae95306c0a487aae828d939be2a0736408476aba6b947c1f44d825340bfcb1873d49 SHA512 7907c116b426383843b6782bafe5f416e7cb8b4039c9ee81ace35476df3b4d0ef92a968f57edef91094cd28387ceff03f1cdd802de65e0e9e3840eab03a78ac9
 DIST phoc-0.35.0.tar.xz 677432 BLAKE2B 722a3669b1d76015612b5f4020d0e21c47faa8f6fb19887b2b79d4f6b79e30f45e0332ae2e2771fb9169214002508bdcff61ee0e7f874930e03a7cf952c44e7c SHA512 ec4b382ef11b257afe3b13ebf1e588353c785279afde4b1a8ee80790cb6a299fd94098a5170b30a2114061d86bdf388bb1c99f8ce1bd5173deb886d11015681e
+DIST phoc-0.36.0.tar.xz 681384 BLAKE2B 6c27c785dd01f9e44cb0940c5a4f73d5ce75cad85808d0b6c801360401ff001cca839abd27bc8442702c5241bac043c6d7015e6f1c5a5ec30cfcb6779adf973b SHA512 a47851a3e222958ad55c05ed86a068b30f6e00ed5d7e957aab99e7f4103b95fee4db6b177f2de8d0c9ce11306c68ef74d78e38ea0bdb6c47e66f9ef9bf0e9f66

diff --git a/x11-wm/phoc/phoc-0.33.0.ebuild b/x11-wm/phoc/phoc-0.36.0.ebuild
similarity index 81%
rename from x11-wm/phoc/phoc-0.33.0.ebuild
rename to x11-wm/phoc/phoc-0.36.0.ebuild
index 24ca3424d6..6b3b29f93f 100644
--- a/x11-wm/phoc/phoc-0.33.0.ebuild
+++ b/x11-wm/phoc/phoc-0.36.0.ebuild
@@ -13,21 +13,26 @@ LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
 IUSE="+X gtk-doc man test"
+REQUIRED_USE="test? ( X )"
 RESTRICT="!test? ( test )"
 
 DEPEND="
-	>=dev-libs/glib-2.70:2
+	>=dev-libs/glib-2.74:2
 	dev-libs/json-glib
 	dev-libs/libinput:=
 	dev-libs/wayland
 	>=gnome-base/gnome-desktop-3.26:3
 	gnome-base/gsettings-desktop-schemas
-	>=gui-libs/wlroots-0.16.0:=[X?]
-	<gui-libs/wlroots-0.17.0
+	>=gui-libs/wlroots-0.17.1:=[X?]
+	<gui-libs/wlroots-0.18.0
 	media-libs/libglvnd
 	x11-libs/libdrm
 	x11-libs/pixman
 	x11-libs/libxkbcommon[X?,wayland]
+	test? (
+		gui-libs/wlroots[x11-backend]
+		x11-wm/mutter
+	)
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
@@ -37,7 +42,6 @@ BDEPEND="
 	sys-devel/gettext
 	gtk-doc? ( dev-util/gi-docgen )
 	man? ( dev-python/docutils )
-	test? ( x11-wm/mutter )
 "
 
 src_configure() {
@@ -61,6 +65,11 @@ src_test() {
 src_install() {
 	meson_src_install
 
+	if use gtk-doc; then
+		mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die
+		mv "${ED}"/usr/share/doc/${PN}-${SLOT} "${ED}"/usr/share/gtk-doc/html/ || die
+	fi
+
 	newbin helpers/auto-maximize phoc-auto-maximize
 	newbin helpers/scale-to-fit phoc-scale-to-fit
 }


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2024-01-10 22:58 Anna Vyalkova
  0 siblings, 0 replies; 18+ messages in thread
From: Anna Vyalkova @ 2024-01-10 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     460179c94fb35b36968e02dba9896618ba3768b5
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jan 10 22:56:17 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jan 10 22:56:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=460179c9

x11-wm/phoc: require x11 backend for tests

Closes: https://bugs.gentoo.org/921666
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 x11-wm/phoc/phoc-0.35.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-wm/phoc/phoc-0.35.0.ebuild b/x11-wm/phoc/phoc-0.35.0.ebuild
index ef278fdd21..6b3b29f93f 100644
--- a/x11-wm/phoc/phoc-0.35.0.ebuild
+++ b/x11-wm/phoc/phoc-0.35.0.ebuild
@@ -29,6 +29,10 @@ DEPEND="
 	x11-libs/libdrm
 	x11-libs/pixman
 	x11-libs/libxkbcommon[X?,wayland]
+	test? (
+		gui-libs/wlroots[x11-backend]
+		x11-wm/mutter
+	)
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
@@ -38,7 +42,6 @@ BDEPEND="
 	sys-devel/gettext
 	gtk-doc? ( dev-util/gi-docgen )
 	man? ( dev-python/docutils )
-	test? ( x11-wm/mutter )
 "
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2024-01-09  9:06 Anna Vyalkova
  0 siblings, 0 replies; 18+ messages in thread
From: Anna Vyalkova @ 2024-01-09  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     304cc70b3e17f5adcd0b72b2e2ec684c29aab368
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Jan  9 09:00:27 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Jan  9 09:06:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=304cc70b

x11-wm/phoc: require xwayland for tests

Closes: https://bugs.gentoo.org/921631
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 x11-wm/phoc/phoc-0.35.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/phoc/phoc-0.35.0.ebuild b/x11-wm/phoc/phoc-0.35.0.ebuild
index cad47eda53..ef278fdd21 100644
--- a/x11-wm/phoc/phoc-0.35.0.ebuild
+++ b/x11-wm/phoc/phoc-0.35.0.ebuild
@@ -13,6 +13,7 @@ LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
 IUSE="+X gtk-doc man test"
+REQUIRED_USE="test? ( X )"
 RESTRICT="!test? ( test )"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2024-01-07 20:18 Anna Vyalkova
  0 siblings, 0 replies; 18+ messages in thread
From: Anna Vyalkova @ 2024-01-07 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     9fa8a1d3db50339e3c7a9045235b815c88fde615
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jan  7 20:09:32 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jan  7 20:09:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fa8a1d3

x11-wm/phoc: drop 0.13.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 x11-wm/phoc/Manifest           |  2 -
 x11-wm/phoc/phoc-0.13.1.ebuild | 83 ------------------------------------------
 2 files changed, 85 deletions(-)

diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index 04d7dbd67d..06e04b7557 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1,3 +1 @@
 DIST phoc-0.33.0.tar.xz 646148 BLAKE2B 74e6ac8eec5a37a9dd255d48b1bca65f992399eeb9dc19b22bb84e746f7cae95306c0a487aae828d939be2a0736408476aba6b947c1f44d825340bfcb1873d49 SHA512 7907c116b426383843b6782bafe5f416e7cb8b4039c9ee81ace35476df3b4d0ef92a968f57edef91094cd28387ceff03f1cdd802de65e0e9e3840eab03a78ac9
-DIST phoc-v0.13.1.tar.gz 166867 BLAKE2B 6606855efe7099d12c8be3ee16c401bbcc618aaed2f264abe982cc4a49ccbc0e65fac1b7d8da62de4261bdf3a322f4313a15723c7b7cb7a9ce279957dbf89c78 SHA512 0da68ac4d0601e91ed5f59eeb0beea64180b546f58b300631495084d366fe515c26fe9d58d0ca20687032f6824ae98dcc82edd8a6c80caa95178d24d27ee2650
-DIST wlroots-c9cd3502ba6113070020de50e41f0af72e0f5031.tar.gz 506612 BLAKE2B 70589e63cf223aa5b3634e057cc8c9d1f52d0f6c0fd3bbf66739bc1c934036bab0e8fc8337f51b1d4bb0d73c008b16421c354194cf215741e84ad88345465870 SHA512 af610233ec2343a3baefbb30db4b9a3f30dac4f8656293849be603fbcad0cdd65e91d80702c35e4aaf47437e8c301229c4933b7c8b5df3a7128979c94bcfcddc

diff --git a/x11-wm/phoc/phoc-0.13.1.ebuild b/x11-wm/phoc/phoc-0.13.1.ebuild
deleted file mode 100644
index 5186898e1f..0000000000
--- a/x11-wm/phoc/phoc-0.13.1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg gnome2-utils
-
-MY_PV="v${PV}"
-MY_P="${PN}-${MY_PV}"
-
-WL_COMMIT="c9cd3502ba6113070020de50e41f0af72e0f5031"
-WL_P="wlroots-${WL_COMMIT}"
-
-DESCRIPTION="Wlroots based Phone compositor"
-HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
-
-SRC_URI="
-	https://gitlab.gnome.org/World/Phosh/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz
-	https://source.puri.sm/Librem5/wlroots/-/archive/${WL_COMMIT}/${WL_P}.tar.gz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="+introspection +systemd test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-libs/glib
-	dev-libs/gobject-introspection
-	dev-libs/libinput
-	dev-libs/wayland
-	dev-libs/wayland-protocols
-	gnome-base/gnome-desktop
-	systemd? (
-		!sys-apps/openrc
-		sys-apps/systemd
-	)
-	x11-libs/libdrm
-	x11-libs/pixman
-	x11-libs/xcb-util
-	x11-libs/xcb-util-wm
-	x11-wm/mutter
-	sys-auth/seatd
-	!gui-libs/wlroots
-"
-
-BDEPEND="
-	dev-util/ctags
-	dev-util/meson
-	virtual/pkgconfig
-	x11-base/xorg-server
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	default
-	rm -r "${S}"/subprojects/wlroots || die "Failed to remove bundled wlroots"
-	cp -r "${WORKDIR}/${WL_P}" "${S}"/subprojects/wlroots || die "Failed to copy right version of wlroots"
-}
-
-src_configure() {
-	local emesonargs=(
-		-Ddefault_library=shared
-		-Dtests=false
-	)
-	meson_src_configure
-}
-
-src_install() {
-	DESTDIR="${D}" meson_src_install
-	dobin "${S}"/helpers/scale-to-fit
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2024-01-07 20:18 Anna Vyalkova
  0 siblings, 0 replies; 18+ messages in thread
From: Anna Vyalkova @ 2024-01-07 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b7c7436cc88a782948bf6ad96b506aaff3c2c462
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jan  7 20:18:33 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jan  7 20:18:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7c7436c

x11-wm/phoc: add 0.35.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 x11-wm/phoc/Manifest           |  1 +
 x11-wm/phoc/phoc-0.35.0.ebuild | 76 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index 06e04b7557..fd75171bab 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1 +1,2 @@
 DIST phoc-0.33.0.tar.xz 646148 BLAKE2B 74e6ac8eec5a37a9dd255d48b1bca65f992399eeb9dc19b22bb84e746f7cae95306c0a487aae828d939be2a0736408476aba6b947c1f44d825340bfcb1873d49 SHA512 7907c116b426383843b6782bafe5f416e7cb8b4039c9ee81ace35476df3b4d0ef92a968f57edef91094cd28387ceff03f1cdd802de65e0e9e3840eab03a78ac9
+DIST phoc-0.35.0.tar.xz 677432 BLAKE2B 722a3669b1d76015612b5f4020d0e21c47faa8f6fb19887b2b79d4f6b79e30f45e0332ae2e2771fb9169214002508bdcff61ee0e7f874930e03a7cf952c44e7c SHA512 ec4b382ef11b257afe3b13ebf1e588353c785279afde4b1a8ee80790cb6a299fd94098a5170b30a2114061d86bdf388bb1c99f8ce1bd5173deb886d11015681e

diff --git a/x11-wm/phoc/phoc-0.35.0.ebuild b/x11-wm/phoc/phoc-0.35.0.ebuild
new file mode 100644
index 0000000000..ff9004696c
--- /dev/null
+++ b/x11-wm/phoc/phoc-0.35.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson virtualx xdg
+
+DESCRIPTION="Wayland compositor for mobile phones"
+HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz"
+
+LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="+X gtk-doc man test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	>=dev-libs/glib-2.74:2
+	dev-libs/json-glib
+	dev-libs/libinput:=
+	dev-libs/wayland
+	>=gnome-base/gnome-desktop-3.26:3
+	gnome-base/gsettings-desktop-schemas
+	>=gui-libs/wlroots-0.17.1:=[X?]
+	<gui-libs/wlroots-0.18.0
+	media-libs/libglvnd
+	x11-libs/libdrm
+	x11-libs/pixman
+	x11-libs/libxkbcommon[X?,wayland]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-libs/glib:2
+	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
+	sys-devel/gettext
+	gtk-doc? ( dev-util/gi-docgen )
+	man? ( dev-python/docutils )
+	test? ( x11-wm/mutter )
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature X xwayland)
+		$(meson_use gtk-doc gtk_doc)
+		$(meson_use man)
+		$(meson_use test tests)
+		-Dembed-wlroots=disabled
+	)
+	meson_src_configure
+}
+
+src_test() {
+	local -x LC_ALL="C.UTF-8"
+	local -x WLR_RENDERER="pixman"
+
+	virtx meson_src_test
+}
+
+src_install() {
+	meson_src_install
+
+	newbin helpers/auto-maximize phoc-auto-maximize
+	newbin helpers/scale-to-fit phoc-scale-to-fit
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2024-01-02  0:30 Anna Vyalkova
  0 siblings, 0 replies; 18+ messages in thread
From: Anna Vyalkova @ 2024-01-02  0:30 UTC (permalink / raw
  To: gentoo-commits

commit:     eb445c15f0d50701420484b3a566c2dd04a086bb
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jan  1 23:59:28 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Jan  1 23:59:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb445c15

x11-wm/phoc: add 0.33.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 x11-wm/phoc/Manifest           |  1 +
 x11-wm/phoc/phoc-0.33.0.ebuild | 76 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index a33a4d1f50..04d7dbd67d 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1,2 +1,3 @@
+DIST phoc-0.33.0.tar.xz 646148 BLAKE2B 74e6ac8eec5a37a9dd255d48b1bca65f992399eeb9dc19b22bb84e746f7cae95306c0a487aae828d939be2a0736408476aba6b947c1f44d825340bfcb1873d49 SHA512 7907c116b426383843b6782bafe5f416e7cb8b4039c9ee81ace35476df3b4d0ef92a968f57edef91094cd28387ceff03f1cdd802de65e0e9e3840eab03a78ac9
 DIST phoc-v0.13.1.tar.gz 166867 BLAKE2B 6606855efe7099d12c8be3ee16c401bbcc618aaed2f264abe982cc4a49ccbc0e65fac1b7d8da62de4261bdf3a322f4313a15723c7b7cb7a9ce279957dbf89c78 SHA512 0da68ac4d0601e91ed5f59eeb0beea64180b546f58b300631495084d366fe515c26fe9d58d0ca20687032f6824ae98dcc82edd8a6c80caa95178d24d27ee2650
 DIST wlroots-c9cd3502ba6113070020de50e41f0af72e0f5031.tar.gz 506612 BLAKE2B 70589e63cf223aa5b3634e057cc8c9d1f52d0f6c0fd3bbf66739bc1c934036bab0e8fc8337f51b1d4bb0d73c008b16421c354194cf215741e84ad88345465870 SHA512 af610233ec2343a3baefbb30db4b9a3f30dac4f8656293849be603fbcad0cdd65e91d80702c35e4aaf47437e8c301229c4933b7c8b5df3a7128979c94bcfcddc

diff --git a/x11-wm/phoc/phoc-0.33.0.ebuild b/x11-wm/phoc/phoc-0.33.0.ebuild
new file mode 100644
index 0000000000..24ca3424d6
--- /dev/null
+++ b/x11-wm/phoc/phoc-0.33.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson virtualx xdg
+
+DESCRIPTION="Wayland compositor for mobile phones"
+HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz"
+
+LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="+X gtk-doc man test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	>=dev-libs/glib-2.70:2
+	dev-libs/json-glib
+	dev-libs/libinput:=
+	dev-libs/wayland
+	>=gnome-base/gnome-desktop-3.26:3
+	gnome-base/gsettings-desktop-schemas
+	>=gui-libs/wlroots-0.16.0:=[X?]
+	<gui-libs/wlroots-0.17.0
+	media-libs/libglvnd
+	x11-libs/libdrm
+	x11-libs/pixman
+	x11-libs/libxkbcommon[X?,wayland]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-libs/glib:2
+	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
+	sys-devel/gettext
+	gtk-doc? ( dev-util/gi-docgen )
+	man? ( dev-python/docutils )
+	test? ( x11-wm/mutter )
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature X xwayland)
+		$(meson_use gtk-doc gtk_doc)
+		$(meson_use man)
+		$(meson_use test tests)
+		-Dembed-wlroots=disabled
+	)
+	meson_src_configure
+}
+
+src_test() {
+	local -x LC_ALL="C.UTF-8"
+	local -x WLR_RENDERER="pixman"
+
+	virtx meson_src_test
+}
+
+src_install() {
+	meson_src_install
+
+	newbin helpers/auto-maximize phoc-auto-maximize
+	newbin helpers/scale-to-fit phoc-scale-to-fit
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2022-04-04 12:34 Gerben Jan Dijkman
  0 siblings, 0 replies; 18+ messages in thread
From: Gerben Jan Dijkman @ 2022-04-04 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     7f95347bd90d97e665d47a949daca6dfe1bf0b34
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Mon Apr  4 12:34:15 2022 +0000
Commit:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Mon Apr  4 12:34:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f95347b

x11-wm/phoc: Version Bump

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

 x11-wm/phoc/Manifest                               |  5 +-
 x11-wm/phoc/phoc-0.11.0.ebuild                     | 85 ----------------------
 .../{phoc-0.12.0.ebuild => phoc-0.13.1.ebuild}     |  4 +-
 3 files changed, 4 insertions(+), 90 deletions(-)

diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index fb3617b8c..a33a4d1f5 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1,3 +1,2 @@
-DIST phoc-v0.11.0.tar.gz 161198 BLAKE2B 1121dead62dc1088043843e3816d11b9ee0231566eccd78add1ed6e75a2d158e8bc844dd4831a05b0a3ff1c5a3d8181c46c3163ba105285a0833b246e50dc386 SHA512 0ed455a9216ec1fb8100cf8422d771c56e37067f8c1a809b1cde0e424d48622780fd0ffd6b164e1217218c56a016e448a23d7acb03559c5b7058d6b359e56e14
-DIST phoc-v0.12.0.tar.gz 164086 BLAKE2B 64db3b0ee6994e53e0270cd721fc89452f85c7852e92e97e087dd584dd9c1bb8b6449b14c2cb738e5cfb1917829d2b823a4e3568b5ecd8d1fd0e46c64e2e017e SHA512 4eea728f576da1b4e70ac4b697a685077b8053045f5bb5dced0a327ee59dfca7df9c94f68f1a2dd4de852e9787a64a045e04edd814293820a623c910a75ed630
-DIST wlroots-2fce64d30d378d7009a5770b2472231a0e535ada.tar.gz 506577 BLAKE2B 4ea1bfa90e6b6e00c68ab29c04519876c5fefc229d3affde035cfb4b7355f7119cf2bca3d5337aca297741e4795a22739b3a8d627ffe5fbc37bcf24fa91bc3d2 SHA512 cecf7427bdcb231516d665e47cd2508fabda0ba03b2e0f8f3279197c0403c9d8f07f7a00906179e80e53fe9e0a1a226bda99f94d398ba278803b98b76574a2b4
+DIST phoc-v0.13.1.tar.gz 166867 BLAKE2B 6606855efe7099d12c8be3ee16c401bbcc618aaed2f264abe982cc4a49ccbc0e65fac1b7d8da62de4261bdf3a322f4313a15723c7b7cb7a9ce279957dbf89c78 SHA512 0da68ac4d0601e91ed5f59eeb0beea64180b546f58b300631495084d366fe515c26fe9d58d0ca20687032f6824ae98dcc82edd8a6c80caa95178d24d27ee2650
+DIST wlroots-c9cd3502ba6113070020de50e41f0af72e0f5031.tar.gz 506612 BLAKE2B 70589e63cf223aa5b3634e057cc8c9d1f52d0f6c0fd3bbf66739bc1c934036bab0e8fc8337f51b1d4bb0d73c008b16421c354194cf215741e84ad88345465870 SHA512 af610233ec2343a3baefbb30db4b9a3f30dac4f8656293849be603fbcad0cdd65e91d80702c35e4aaf47437e8c301229c4933b7c8b5df3a7128979c94bcfcddc

diff --git a/x11-wm/phoc/phoc-0.11.0.ebuild b/x11-wm/phoc/phoc-0.11.0.ebuild
deleted file mode 100644
index bad337bad..000000000
--- a/x11-wm/phoc/phoc-0.11.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson vala xdg gnome2-utils
-
-MY_PV="v${PV}"
-MY_P="${PN}-${MY_PV}"
-
-WL_COMMIT="2fce64d30d378d7009a5770b2472231a0e535ada"
-WL_P="wlroots-${WL_COMMIT}"
-
-DESCRIPTION="Wlroots based Phone compositor"
-HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
-
-# we don't use the version on gentoo because it breaks
-# the phoc installation. we follow method used in archlinuxarm
-SRC_URI="
-	https://gitlab.gnome.org/World/Phosh/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz
-	https://source.puri.sm/Librem5/wlroots/-/archive/${WL_COMMIT}/${WL_P}.tar.gz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="+introspection +systemd test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-libs/glib
-	dev-libs/gobject-introspection
-	dev-libs/libinput
-	dev-libs/wayland
-	dev-libs/wayland-protocols
-	gnome-base/gnome-desktop
-	systemd? (
-		!sys-apps/openrc
-		sys-apps/systemd
-	)
-	x11-libs/libdrm
-	x11-libs/pixman
-	x11-libs/xcb-util
-	x11-libs/xcb-util-wm
-	x11-wm/mutter
-	sys-auth/seatd
-	!gui-libs/wlroots
-"
-
-BDEPEND="
-	dev-util/ctags
-	dev-util/meson
-	virtual/pkgconfig
-	x11-base/xorg-server
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	default
-	rm -r "${S}"/subprojects/wlroots || die "Failed to remove bundled wlroots"
-	cp -r "${WORKDIR}/${WL_P}" "${S}"/subprojects/wlroots || die "Failed to copy right version of wlroots"
-}
-
-src_configure() {
-	local emesonargs=(
-		-Ddefault_library=shared
-		-Dtests=false
-	)
-	meson_src_configure
-}
-
-src_install() {
-	DESTDIR="${D}" meson_src_install
-	dobin "${S}"/helpers/scale-to-fit
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-}

diff --git a/x11-wm/phoc/phoc-0.12.0.ebuild b/x11-wm/phoc/phoc-0.13.1.ebuild
similarity index 94%
rename from x11-wm/phoc/phoc-0.12.0.ebuild
rename to x11-wm/phoc/phoc-0.13.1.ebuild
index 1b8747b84..5186898e1 100644
--- a/x11-wm/phoc/phoc-0.12.0.ebuild
+++ b/x11-wm/phoc/phoc-0.13.1.ebuild
@@ -3,12 +3,12 @@
 
 EAPI=7
 
-inherit meson vala xdg gnome2-utils
+inherit meson xdg gnome2-utils
 
 MY_PV="v${PV}"
 MY_P="${PN}-${MY_PV}"
 
-WL_COMMIT="2fce64d30d378d7009a5770b2472231a0e535ada"
+WL_COMMIT="c9cd3502ba6113070020de50e41f0af72e0f5031"
 WL_P="wlroots-${WL_COMMIT}"
 
 DESCRIPTION="Wlroots based Phone compositor"


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2022-01-04 14:25 Gerben Jan Dijkman
  0 siblings, 0 replies; 18+ messages in thread
From: Gerben Jan Dijkman @ 2022-01-04 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ba78e8b912c4e92bdacefe73b69ac2bdecede5f5
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Tue Jan  4 14:24:59 2022 +0000
Commit:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Tue Jan  4 14:24:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba78e8b9

x11-wm/phoc: Corrected Copyright

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

 x11-wm/phoc/phoc-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/phoc/phoc-0.9.0.ebuild b/x11-wm/phoc/phoc-0.9.0.ebuild
index a5de2747b..853cddc45 100644
--- a/x11-wm/phoc/phoc-0.9.0.ebuild
+++ b/x11-wm/phoc/phoc-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2022-01-04 14:25 Gerben Jan Dijkman
  0 siblings, 0 replies; 18+ messages in thread
From: Gerben Jan Dijkman @ 2022-01-04 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     2fb9f55fbe4fd4e859b796b84e56f7b933cb6d10
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Tue Jan  4 14:24:22 2022 +0000
Commit:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Tue Jan  4 14:24:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2fb9f55f

x11-wm/phoc: Version Bump

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

 x11-wm/phoc/Manifest           |  2 +
 x11-wm/phoc/phoc-0.11.0.ebuild | 85 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 87 insertions(+)

diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index 5c4d37dd2..a8df586db 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1,2 +1,4 @@
+DIST phoc-v0.11.0.tar.gz 161198 BLAKE2B 1121dead62dc1088043843e3816d11b9ee0231566eccd78add1ed6e75a2d158e8bc844dd4831a05b0a3ff1c5a3d8181c46c3163ba105285a0833b246e50dc386 SHA512 0ed455a9216ec1fb8100cf8422d771c56e37067f8c1a809b1cde0e424d48622780fd0ffd6b164e1217218c56a016e448a23d7acb03559c5b7058d6b359e56e14
 DIST phoc-v0.9.0.tar.gz 154836 BLAKE2B c701b1f9384d86d381719320303f9baa0000a0cabaed6d81d359a2f72f0c067da965ba57659c63b65aee32604b2bec65a4e6c8a59c3bbd8433ef3231a139bf3c SHA512 1146bd689a1a2fac60f2b4ea5893bd49c6cb4628cc4a6422a053e3210fed238ab572c28144f262ed5cc2992ebd3870e587a051e2b62f39e2fc146218387a5d89
+DIST wlroots-2fce64d30d378d7009a5770b2472231a0e535ada.tar.gz 506577 BLAKE2B 4ea1bfa90e6b6e00c68ab29c04519876c5fefc229d3affde035cfb4b7355f7119cf2bca3d5337aca297741e4795a22739b3a8d627ffe5fbc37bcf24fa91bc3d2 SHA512 cecf7427bdcb231516d665e47cd2508fabda0ba03b2e0f8f3279197c0403c9d8f07f7a00906179e80e53fe9e0a1a226bda99f94d398ba278803b98b76574a2b4
 DIST wlroots-5413b1ec61c6e3390929db595c0ec92f92ea2594.tar.gz 477754 BLAKE2B 6424b3ec038b3cb658ffeeb6302c210f5632fc524017c6de2f33794650b44dcd79d6079bd2799df5e5440f4710c7155fd81e1beedb7694f6b953ec62572dcbd2 SHA512 353532240840ccd11192a807d8d2c3d13ca42cbdaf7366e6a4908a4698d0305910ff152b12fe6839dde72f63b4ea279f47d4268196d34d2ee02f69c9ae9e4e9d

diff --git a/x11-wm/phoc/phoc-0.11.0.ebuild b/x11-wm/phoc/phoc-0.11.0.ebuild
new file mode 100644
index 000000000..bad337bad
--- /dev/null
+++ b/x11-wm/phoc/phoc-0.11.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson vala xdg gnome2-utils
+
+MY_PV="v${PV}"
+MY_P="${PN}-${MY_PV}"
+
+WL_COMMIT="2fce64d30d378d7009a5770b2472231a0e535ada"
+WL_P="wlroots-${WL_COMMIT}"
+
+DESCRIPTION="Wlroots based Phone compositor"
+HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
+
+# we don't use the version on gentoo because it breaks
+# the phoc installation. we follow method used in archlinuxarm
+SRC_URI="
+	https://gitlab.gnome.org/World/Phosh/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz
+	https://source.puri.sm/Librem5/wlroots/-/archive/${WL_COMMIT}/${WL_P}.tar.gz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="+introspection +systemd test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-libs/glib
+	dev-libs/gobject-introspection
+	dev-libs/libinput
+	dev-libs/wayland
+	dev-libs/wayland-protocols
+	gnome-base/gnome-desktop
+	systemd? (
+		!sys-apps/openrc
+		sys-apps/systemd
+	)
+	x11-libs/libdrm
+	x11-libs/pixman
+	x11-libs/xcb-util
+	x11-libs/xcb-util-wm
+	x11-wm/mutter
+	sys-auth/seatd
+	!gui-libs/wlroots
+"
+
+BDEPEND="
+	dev-util/ctags
+	dev-util/meson
+	virtual/pkgconfig
+	x11-base/xorg-server
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	default
+	rm -r "${S}"/subprojects/wlroots || die "Failed to remove bundled wlroots"
+	cp -r "${WORKDIR}/${WL_P}" "${S}"/subprojects/wlroots || die "Failed to copy right version of wlroots"
+}
+
+src_configure() {
+	local emesonargs=(
+		-Ddefault_library=shared
+		-Dtests=false
+	)
+	meson_src_configure
+}
+
+src_install() {
+	DESTDIR="${D}" meson_src_install
+	dobin "${S}"/helpers/scale-to-fit
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-wm/phoc/
@ 2021-12-15 11:23 Andrew Ammerlaan
  2021-12-15 11:23 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 18+ messages in thread
From: Andrew Ammerlaan @ 2021-12-15 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9b9950f6bac09e3e230759ec0868dccfffcc5f49
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 11:23:07 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 11:23:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b9950f6

x11-wm/phoc: drop RedundantLongDescription

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

 x11-wm/phoc/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/x11-wm/phoc/metadata.xml b/x11-wm/phoc/metadata.xml
index d495e34d9..52a95ab63 100644
--- a/x11-wm/phoc/metadata.xml
+++ b/x11-wm/phoc/metadata.xml
@@ -5,9 +5,6 @@
 		<email>gjdijkman@gjdwebserver.nl</email>
 		<name>Gerben Jan Dijkman</name>
 	</maintainer>
-	<longdescription lang="en">
-	Wayland compositor for mobile phones like the Librem 5.
-	</longdescription>
 	<upstream>
 		<doc>https://source.puri.sm/Librem5/phoc</doc>
 		<bugs-to>https://source.puri.sm/Librem5/phoc/-/issues</bugs-to>


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2021-10-30 21:21 Gerben Jan Dijkman
  0 siblings, 0 replies; 18+ messages in thread
From: Gerben Jan Dijkman @ 2021-10-30 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     1fa60f96165e2a4c2abdf2bc85f4aea78bc94ca4
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Sat Oct 30 21:21:26 2021 +0000
Commit:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Sat Oct 30 21:21:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1fa60f96

x11-wm/phoc: Correct Manifest

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

 x11-wm/phoc/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index 36e847a10..72e811c18 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1,2 +1,2 @@
-DIST phoc-v0.9.0.tar.gz 56137 BLAKE2B 1c0d17283c0852e029314f4386133b182fb58588f2541eaebc67fc8b7542f0172d6bea13b04b68e2efdce5cbb3ee03c08b0f961e8f934c688aac46bc683dc3c9 SHA512 8d656b5a5c747924207271912b24bdfbfbba65e2a8146096c5f7fa28e5d942411c84df84c131a695c0fdd1934f295737ce842ef541eb884bf1b808de6be9c45e
+DIST phoc-v0.9.0.tar.gz 154836 BLAKE2B c701b1f9384d86d381719320303f9baa0000a0cabaed6d81d359a2f72f0c067da965ba57659c63b65aee32604b2bec65a4e6c8a59c3bbd8433ef3231a139bf3c SHA512 1146bd689a1a2fac60f2b4ea5893bd49c6cb4628cc4a6422a053e3210fed238ab572c28144f262ed5cc2992ebd3870e587a051e2b62f39e2fc146218387a5d89
 DIST wlroots-0.12.0.tar.gz 476936 BLAKE2B 4129c87a148085f95f4cee6973308d79ab3f8b024247287a68dadd6729da8a5f8cc1e4ada63c15477a2c8e8258032440afe4a21a26f947143d17c87b0ca8a1a4 SHA512 560eae30932b777c1f07fb44592d5601c5d10ef74b31b6b9e4166a14caadab2bfa88d39282f159785d4c7f22f78d204f9bb7fab65d58afaf14b72a8486f9b415


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2021-10-30 21:14 Gerben Jan Dijkman
  0 siblings, 0 replies; 18+ messages in thread
From: Gerben Jan Dijkman @ 2021-10-30 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8ad5945f331bfe97f1285c575ac16b1be1f15a11
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Sat Oct 30 21:13:57 2021 +0000
Commit:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Sat Oct 30 21:13:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ad5945f

x11-wm/phoc: Updated URI to currect source

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

 x11-wm/phoc/phoc-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/phoc/phoc-0.9.0.ebuild b/x11-wm/phoc/phoc-0.9.0.ebuild
index 2780e023a..a60acea7a 100644
--- a/x11-wm/phoc/phoc-0.9.0.ebuild
+++ b/x11-wm/phoc/phoc-0.9.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
 # we don't use the version on gentoo because it breaks
 # the phoc installation. we follow method used in archlinuxarm
 SRC_URI="
-	https://source.puri.sm/World/Phosh/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz
+	https://gitlab.gnome.org/World/Phosh/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz
 	https://github.com/swaywm/wlroots/releases/download/${WL_PV}/${WL_P}.tar.gz
 "
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2021-10-30 21:00 Gerben Jan Dijkman
  0 siblings, 0 replies; 18+ messages in thread
From: Gerben Jan Dijkman @ 2021-10-30 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     626a0119ede237193a94b4af18e0fbb9d7dbc861
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Sat Oct 30 21:00:27 2021 +0000
Commit:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Sat Oct 30 21:00:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=626a0119

x11-wm/phoc: Version Bump

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

 x11-wm/phoc/Manifest                                 | 2 +-
 x11-wm/phoc/{phoc-0.8.0.ebuild => phoc-0.9.0.ebuild} | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index 90083ee14..36e847a10 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1,2 +1,2 @@
-DIST phoc-v0.8.0.tar.gz 144611 BLAKE2B f5ad96a3917ccd849f73e427077e08a19ce4109b639519239fbecb7183d19579e791ecc7628b22fd8632f6f47a55279860d3c6af3eb25d42115b7343c89611cb SHA512 b2cc687852385d4010c22e01ea65870dcc71f4a6a53782a615df11641ce5cc4b29add7afefd5560b95d03fe045b6ffa7387b68dfe114828cd62bdae9424e692d
+DIST phoc-v0.9.0.tar.gz 56137 BLAKE2B 1c0d17283c0852e029314f4386133b182fb58588f2541eaebc67fc8b7542f0172d6bea13b04b68e2efdce5cbb3ee03c08b0f961e8f934c688aac46bc683dc3c9 SHA512 8d656b5a5c747924207271912b24bdfbfbba65e2a8146096c5f7fa28e5d942411c84df84c131a695c0fdd1934f295737ce842ef541eb884bf1b808de6be9c45e
 DIST wlroots-0.12.0.tar.gz 476936 BLAKE2B 4129c87a148085f95f4cee6973308d79ab3f8b024247287a68dadd6729da8a5f8cc1e4ada63c15477a2c8e8258032440afe4a21a26f947143d17c87b0ca8a1a4 SHA512 560eae30932b777c1f07fb44592d5601c5d10ef74b31b6b9e4166a14caadab2bfa88d39282f159785d4c7f22f78d204f9bb7fab65d58afaf14b72a8486f9b415

diff --git a/x11-wm/phoc/phoc-0.8.0.ebuild b/x11-wm/phoc/phoc-0.9.0.ebuild
similarity index 95%
rename from x11-wm/phoc/phoc-0.8.0.ebuild
rename to x11-wm/phoc/phoc-0.9.0.ebuild
index 0b27e0c08..2780e023a 100644
--- a/x11-wm/phoc/phoc-0.8.0.ebuild
+++ b/x11-wm/phoc/phoc-0.9.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
 # we don't use the version on gentoo because it breaks
 # the phoc installation. we follow method used in archlinuxarm
 SRC_URI="
-	https://source.puri.sm/Librem5/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz
+	https://source.puri.sm/World/Phosh/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz
 	https://github.com/swaywm/wlroots/releases/download/${WL_PV}/${WL_P}.tar.gz
 "
 
@@ -43,6 +43,7 @@ RDEPEND="
 	x11-libs/xcb-util
 	x11-libs/xcb-util-wm
 	x11-wm/mutter
+	sys-auth/seatd
 "
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2021-08-24 19:23 Andrew Ammerlaan
  0 siblings, 0 replies; 18+ messages in thread
From: Andrew Ammerlaan @ 2021-08-24 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     6e9fbc1ff226cc6ca4f0b21a278187f422c488ce
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 24 19:23:38 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Aug 24 19:23:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e9fbc1f

x11-wm/phoc: drop RedundantLongDescription

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

 x11-wm/phoc/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/x11-wm/phoc/metadata.xml b/x11-wm/phoc/metadata.xml
index d495e34d9..52a95ab63 100644
--- a/x11-wm/phoc/metadata.xml
+++ b/x11-wm/phoc/metadata.xml
@@ -5,9 +5,6 @@
 		<email>gjdijkman@gjdwebserver.nl</email>
 		<name>Gerben Jan Dijkman</name>
 	</maintainer>
-	<longdescription lang="en">
-	Wayland compositor for mobile phones like the Librem 5.
-	</longdescription>
 	<upstream>
 		<doc>https://source.puri.sm/Librem5/phoc</doc>
 		<bugs-to>https://source.puri.sm/Librem5/phoc/-/issues</bugs-to>


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2021-07-11 16:06 Marco Scardovi
  0 siblings, 0 replies; 18+ messages in thread
From: Marco Scardovi @ 2021-07-11 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     025de0e8a6aab92956bf8326fcfb06de30d67935
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sun Jul 11 16:06:07 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Sun Jul 11 16:06:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=025de0e8

x11-wm/phoc: bump to 0.8.0

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

 x11-wm/phoc/Manifest                                 | 2 +-
 x11-wm/phoc/{phoc-0.7.1.ebuild => phoc-0.8.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index 6019f26ab..90083ee14 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1,2 +1,2 @@
-DIST phoc-v0.7.1.tar.gz 143801 BLAKE2B 4db2fb40d2b85ee27d53a71b0dc158b3b37b47f9517bf5133958bc2328892aa8a54c679b5293efc4b3d84ccee04866471c729c4d77d9e903136bed3fe9e35030 SHA512 80869036c36837c2e260a8662aee975f86797c0a68a0a513d2d52b904d1ca44bcd93e8bee850c08a9b3b3395727e4e28085860750acd1b092349c7da6410c820
+DIST phoc-v0.8.0.tar.gz 144611 BLAKE2B f5ad96a3917ccd849f73e427077e08a19ce4109b639519239fbecb7183d19579e791ecc7628b22fd8632f6f47a55279860d3c6af3eb25d42115b7343c89611cb SHA512 b2cc687852385d4010c22e01ea65870dcc71f4a6a53782a615df11641ce5cc4b29add7afefd5560b95d03fe045b6ffa7387b68dfe114828cd62bdae9424e692d
 DIST wlroots-0.12.0.tar.gz 476936 BLAKE2B 4129c87a148085f95f4cee6973308d79ab3f8b024247287a68dadd6729da8a5f8cc1e4ada63c15477a2c8e8258032440afe4a21a26f947143d17c87b0ca8a1a4 SHA512 560eae30932b777c1f07fb44592d5601c5d10ef74b31b6b9e4166a14caadab2bfa88d39282f159785d4c7f22f78d204f9bb7fab65d58afaf14b72a8486f9b415

diff --git a/x11-wm/phoc/phoc-0.7.1.ebuild b/x11-wm/phoc/phoc-0.8.0.ebuild
similarity index 100%
rename from x11-wm/phoc/phoc-0.7.1.ebuild
rename to x11-wm/phoc/phoc-0.8.0.ebuild


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2021-06-27  8:13 Marco Scardovi
  0 siblings, 0 replies; 18+ messages in thread
From: Marco Scardovi @ 2021-06-27  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     14140750e36a8698d8864878f442db965bf6b32f
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sun Jun 27 08:13:16 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Sun Jun 27 08:13:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14140750

x11-wm/phoc: remove the gnome2-utils

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

 x11-wm/phoc/phoc-0.7.1.ebuild | 28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

diff --git a/x11-wm/phoc/phoc-0.7.1.ebuild b/x11-wm/phoc/phoc-0.7.1.ebuild
index 1c0e78a69..cda542c9d 100644
--- a/x11-wm/phoc/phoc-0.7.1.ebuild
+++ b/x11-wm/phoc/phoc-0.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit vala meson gnome2-utils xdg
+inherit meson vala xdg
 
 MY_PV="v${PV}"
 MY_P="${PN}-${MY_PV}"
@@ -24,20 +24,27 @@ SRC_URI="
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
-IUSE="+introspection"
+IUSE="+introspection +systemd test"
+RESTRICT="!test? ( test )"
 
-DEPEND="
+RDEPEND="
 	dev-libs/glib
 	dev-libs/gobject-introspection
 	dev-libs/libinput
+	dev-libs/wayland
 	dev-libs/wayland-protocols
 	gnome-base/gnome-desktop
-	!gui-libs/wlroots
+	systemd? (
+		!sys-apps/openrc
+		sys-apps/systemd
+	)
+	x11-libs/libdrm
+	x11-libs/pixman
 	x11-libs/xcb-util
 	x11-libs/xcb-util-wm
 	x11-wm/mutter
 "
-RDEPEND="${DEPEND}"
+
 BDEPEND="
 	dev-util/ctags
 	dev-util/meson
@@ -54,9 +61,8 @@ S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
 	default
-	eapply_user
-	rm -r "${S}"/subprojects/wlroots || die
-	mv "${WORKDIR}/${WL_P}" "${S}"/subprojects/wlroots || die
+	rm -r "${S}"/subprojects/wlroots || die "Failed to remove bundled wlroots"
+	cp -r "${WORKDIR}/${WL_P}" "${S}"/subprojects/wlroots || die "Failed to copy right version of wlroots"
 }
 
 src_configure() {
@@ -70,16 +76,14 @@ src_configure() {
 }
 
 src_install() {
-	meson_src_install
-	dobin "${S}"/helpers/scale-to-fit
+	DESTDIR="${D}" meson_src_install
+#	dobin "${S}"/helpers/scale-to-fit
 }
 
 pkg_postinst() {
 	xdg_pkg_postinst
-	gnome2_schemas_update
 }
 
 pkg_postrm() {
 	xdg_pkg_postrm
-	gnome2_schemas_update
 }


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
@ 2021-06-25 21:13 Marco Scardovi
  0 siblings, 0 replies; 18+ messages in thread
From: Marco Scardovi @ 2021-06-25 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     746c2a856da253197a3ddb8b9d729c9500117eb8
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Fri Jun 25 21:13:05 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Fri Jun 25 21:13:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=746c2a85

x11-wm/phoc: added missing package

Closes: https://bugs.gentoo.org/798501
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 x11-wm/phoc/phoc-0.7.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/phoc/phoc-0.7.1.ebuild b/x11-wm/phoc/phoc-0.7.1.ebuild
index 4d5eaea51..1c0e78a69 100644
--- a/x11-wm/phoc/phoc-0.7.1.ebuild
+++ b/x11-wm/phoc/phoc-0.7.1.ebuild
@@ -30,6 +30,7 @@ DEPEND="
 	dev-libs/glib
 	dev-libs/gobject-introspection
 	dev-libs/libinput
+	dev-libs/wayland-protocols
 	gnome-base/gnome-desktop
 	!gui-libs/wlroots
 	x11-libs/xcb-util


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

end of thread, other threads:[~2024-02-04 19:22 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-09  9:06 [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/ Anna Vyalkova
  -- strict thread matches above, loose matches on Subject: below --
2024-02-04 19:22 Anna Vyalkova
2024-01-10 22:58 Anna Vyalkova
2024-01-09  9:06 Anna Vyalkova
2024-01-07 20:18 Anna Vyalkova
2024-01-07 20:18 Anna Vyalkova
2024-01-02  0:30 Anna Vyalkova
2022-04-04 12:34 Gerben Jan Dijkman
2022-01-04 14:25 Gerben Jan Dijkman
2022-01-04 14:25 Gerben Jan Dijkman
2021-12-15 11:23 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-15 11:23 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-10-30 21:21 Gerben Jan Dijkman
2021-10-30 21:14 Gerben Jan Dijkman
2021-10-30 21:00 Gerben Jan Dijkman
2021-08-24 19:23 Andrew Ammerlaan
2021-07-11 16:06 Marco Scardovi
2021-06-27  8:13 Marco Scardovi
2021-06-25 21:13 Marco Scardovi

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