public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-06-11  5:56 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-06-11  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a417f0ab12ef83a62cb70994f810696701112904
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Thu Jun  6 18:43:17 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 05:46:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a417f0ab

gui-wm/tinywl: new package (split from gui-libs/wlroots[tinywl]), add 0.17.3, 9999

wlroots is now slotted, USE=tinywl causes file collisions between slots
split tinywl into its own package to avoid it.

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Closes: https://github.com/gentoo/gentoo/pull/37060
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-wm/tinywl/Manifest             |  1 +
 gui-wm/tinywl/metadata.xml         | 15 ++++++++++++
 gui-wm/tinywl/tinywl-0.17.3.ebuild | 47 ++++++++++++++++++++++++++++++++++++++
 gui-wm/tinywl/tinywl-9999.ebuild   | 47 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 110 insertions(+)

diff --git a/gui-wm/tinywl/Manifest b/gui-wm/tinywl/Manifest
new file mode 100644
index 000000000000..a21edb849e46
--- /dev/null
+++ b/gui-wm/tinywl/Manifest
@@ -0,0 +1 @@
+DIST wlroots-0.17.3.tar.gz 608292 BLAKE2B 7caab3c3a58595d3a745c0b20a5db2193c54931cdd7bc1b9de11c151af82503a03a6a3166a86f42486cc69c6ac18ca2a5596809a5c5e6d7b44c9845f509c1093 SHA512 b88747daba304db6dc302acdebb8764e719d84134118963c019d5f0d0d38552e0ffd2a50bf560b3b84549c5a0f2d11a6187ac8ddcd9faa28c5b42f86c585b555

diff --git a/gui-wm/tinywl/metadata.xml b/gui-wm/tinywl/metadata.xml
new file mode 100644
index 000000000000..c478e8b9eaf9
--- /dev/null
+++ b/gui-wm/tinywl/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>leohdz172@proton.me</email>
+		<name>Leonardo Hernández Hernández</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="freedesktop-gitlab">wlroots/wlroots</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/gui-wm/tinywl/tinywl-0.17.3.ebuild b/gui-wm/tinywl/tinywl-0.17.3.ebuild
new file mode 100644
index 000000000000..891403933f45
--- /dev/null
+++ b/gui-wm/tinywl/tinywl-0.17.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="\"minimum viable product\" Wayland compositor based on wlroots"
+HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots"
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="https://gitlab.freedesktop.org/wlroots/wlroots.git"
+	inherit git-r3
+else
+	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/wlroots-${PV}"
+fi
+
+LICENSE="CC0-1.0"
+SLOT="0"
+DEPEND="
+	dev-libs/wayland
+	x11-libs/libxkbcommon
+	=gui-libs/wlroots-$(ver_cut 1-2)*:=
+"
+RDEPEND="
+	${DEPEND}
+	!gui-libs/wlroots[tinywl(-)]
+"
+BDEPEND="
+	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	sed -i -e "s/-Werror //" tinywl/Makefile || die
+	default
+}
+
+src_compile() {
+	emake -C tinywl
+}
+
+src_install() {
+	dodoc tinywl/README.md
+	dobin tinywl/tinywl
+}

diff --git a/gui-wm/tinywl/tinywl-9999.ebuild b/gui-wm/tinywl/tinywl-9999.ebuild
new file mode 100644
index 000000000000..891403933f45
--- /dev/null
+++ b/gui-wm/tinywl/tinywl-9999.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="\"minimum viable product\" Wayland compositor based on wlroots"
+HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots"
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="https://gitlab.freedesktop.org/wlroots/wlroots.git"
+	inherit git-r3
+else
+	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/wlroots-${PV}"
+fi
+
+LICENSE="CC0-1.0"
+SLOT="0"
+DEPEND="
+	dev-libs/wayland
+	x11-libs/libxkbcommon
+	=gui-libs/wlroots-$(ver_cut 1-2)*:=
+"
+RDEPEND="
+	${DEPEND}
+	!gui-libs/wlroots[tinywl(-)]
+"
+BDEPEND="
+	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	sed -i -e "s/-Werror //" tinywl/Makefile || die
+	default
+}
+
+src_compile() {
+	emake -C tinywl
+}
+
+src_install() {
+	dodoc tinywl/README.md
+	dobin tinywl/tinywl
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-06-11 14:29 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-06-11 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     54e2c3d5c8b8af919233ec1b1f5b3534c2c71cfb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 14:28:39 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 14:28:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e2c3d5

gui-wm/tinywl: Keyword 0.17.3 ppc64, #934028

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-wm/tinywl/tinywl-0.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/tinywl/tinywl-0.17.3.ebuild b/gui-wm/tinywl/tinywl-0.17.3.ebuild
index 891403933f45..cae8b5c03513 100644
--- a/gui-wm/tinywl/tinywl-0.17.3.ebuild
+++ b/gui-wm/tinywl/tinywl-0.17.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~ppc64"
 	S="${WORKDIR}/wlroots-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-06-11 16:54 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-06-11 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     e077126e5a4115247c421047d85f53fe1a5d05db
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 16:54:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 16:54:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e077126e

gui-wm/tinywl: Keyword 0.17.3 arm64, #934028

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-wm/tinywl/tinywl-0.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/tinywl/tinywl-0.17.3.ebuild b/gui-wm/tinywl/tinywl-0.17.3.ebuild
index cae8b5c03513..1cf035e1340b 100644
--- a/gui-wm/tinywl/tinywl-0.17.3.ebuild
+++ b/gui-wm/tinywl/tinywl-0.17.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
-	KEYWORDS="~amd64 ~ppc64"
+	KEYWORDS="~amd64 ~arm64 ~ppc64"
 	S="${WORKDIR}/wlroots-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-06-11 19:31 Jakov Smolić
  0 siblings, 0 replies; 17+ messages in thread
From: Jakov Smolić @ 2024-06-11 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ac72335cac7b42c0baf5aeaba411e80ad7b2dbc6
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 19:31:29 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 19:31:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac72335c

gui-wm/tinywl: Keyword 0.17.3 x86, #934028

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 gui-wm/tinywl/tinywl-0.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/tinywl/tinywl-0.17.3.ebuild b/gui-wm/tinywl/tinywl-0.17.3.ebuild
index 1cf035e1340b..e08928cff7d0 100644
--- a/gui-wm/tinywl/tinywl-0.17.3.ebuild
+++ b/gui-wm/tinywl/tinywl-0.17.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~ppc64"
+	KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 	S="${WORKDIR}/wlroots-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-06-11 22:30 Jakov Smolić
  0 siblings, 0 replies; 17+ messages in thread
From: Jakov Smolić @ 2024-06-11 22:30 UTC (permalink / raw
  To: gentoo-commits

commit:     67b326ba49d127e8ab30008d2992a2e4e261d495
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 22:30:51 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 22:30:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b326ba

gui-wm/tinywl: Keyword 0.17.3 riscv, #934028

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 gui-wm/tinywl/tinywl-0.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/tinywl/tinywl-0.17.3.ebuild b/gui-wm/tinywl/tinywl-0.17.3.ebuild
index e08928cff7d0..671c3ed50e4a 100644
--- a/gui-wm/tinywl/tinywl-0.17.3.ebuild
+++ b/gui-wm/tinywl/tinywl-0.17.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 	S="${WORKDIR}/wlroots-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-07-05 19:41 Viorel Munteanu
  0 siblings, 0 replies; 17+ messages in thread
From: Viorel Munteanu @ 2024-07-05 19:41 UTC (permalink / raw
  To: gentoo-commits

commit:     a5c7187f1dfe1883b1d8a79164e4b21beb63cf47
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Wed Jul  3 14:44:32 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 19:38:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c7187f

gui-wm/tinywl: Keyword 0.17.3 loong, #934028

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 gui-wm/tinywl/tinywl-0.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/tinywl/tinywl-0.17.3.ebuild b/gui-wm/tinywl/tinywl-0.17.3.ebuild
index 671c3ed50e4a..4a3e6ee077c2 100644
--- a/gui-wm/tinywl/tinywl-0.17.3.ebuild
+++ b/gui-wm/tinywl/tinywl-0.17.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
 	S="${WORKDIR}/wlroots-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-07-13  6:02 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-07-13  6:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e1c1cb8e80e977965fa114253eb658cf991e2335
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Fri Jul 12 22:02:36 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 06:01:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c1cb8e

gui-wm/tinywl: add 0.18.0

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-wm/tinywl/Manifest             |  1 +
 gui-wm/tinywl/tinywl-0.18.0.ebuild | 47 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/gui-wm/tinywl/Manifest b/gui-wm/tinywl/Manifest
index daac1f27af5b..c32ee2b42159 100644
--- a/gui-wm/tinywl/Manifest
+++ b/gui-wm/tinywl/Manifest
@@ -1,2 +1,3 @@
 DIST wlroots-0.17.3.tar.gz 608292 BLAKE2B 7caab3c3a58595d3a745c0b20a5db2193c54931cdd7bc1b9de11c151af82503a03a6a3166a86f42486cc69c6ac18ca2a5596809a5c5e6d7b44c9845f509c1093 SHA512 b88747daba304db6dc302acdebb8764e719d84134118963c019d5f0d0d38552e0ffd2a50bf560b3b84549c5a0f2d11a6187ac8ddcd9faa28c5b42f86c585b555
 DIST wlroots-0.17.4.tar.gz 609179 BLAKE2B dc5a7749533ab54631d4a26be554b86e5b08b2472cf8f22ccebddb319d571cbd98a5c56e64e7bc762a5918d4272eb6b4261050288f3053c18c824c6a9c32b96b SHA512 35803df9fe68cadb0b9b5e522863535407ba2354ed1ca8f824a9c40b64698a97c579fec0afeb444b05d429adc1e3dfc45b20c3a1b7a2004e4f5a10d2305c9116
+DIST wlroots-0.18.0.tar.gz 628190 BLAKE2B b1d725e0397365b69afce24baf5376057a40d225f7cb06ccd5abde3b3da8d5401a6eb5d57ab65154a6faf7961473039833e558e3b25da1210891d34667da5bf9 SHA512 2cf848aa67f41089b60cc7d01c3a344ebaf7f5bbced459675fef885cd4b3e6b99d9a49d6b127518314d0ae38e52e9aff7991611592b2add4cba96f15aa0bf1c6

diff --git a/gui-wm/tinywl/tinywl-0.18.0.ebuild b/gui-wm/tinywl/tinywl-0.18.0.ebuild
new file mode 100644
index 000000000000..4a3e6ee077c2
--- /dev/null
+++ b/gui-wm/tinywl/tinywl-0.18.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="\"minimum viable product\" Wayland compositor based on wlroots"
+HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots"
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="https://gitlab.freedesktop.org/wlroots/wlroots.git"
+	inherit git-r3
+else
+	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	S="${WORKDIR}/wlroots-${PV}"
+fi
+
+LICENSE="CC0-1.0"
+SLOT="0"
+DEPEND="
+	dev-libs/wayland
+	x11-libs/libxkbcommon
+	=gui-libs/wlroots-$(ver_cut 1-2)*:=
+"
+RDEPEND="
+	${DEPEND}
+	!gui-libs/wlroots[tinywl(-)]
+"
+BDEPEND="
+	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	sed -i -e "s/-Werror //" tinywl/Makefile || die
+	default
+}
+
+src_compile() {
+	emake -C tinywl
+}
+
+src_install() {
+	dodoc tinywl/README.md
+	dobin tinywl/tinywl
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-07-13  6:02 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-07-13  6:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ea8c6f7e92e4540f9ebe8511406013ee344715be
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Fri Jul 12 22:05:18 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 06:01:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea8c6f7e

gui-wm/tinywl: sync keywords in live ebuild

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Closes: https://github.com/gentoo/gentoo/pull/37537
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-wm/tinywl/tinywl-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/tinywl/tinywl-9999.ebuild b/gui-wm/tinywl/tinywl-9999.ebuild
index 891403933f45..4a3e6ee077c2 100644
--- a/gui-wm/tinywl/tinywl-9999.ebuild
+++ b/gui-wm/tinywl/tinywl-9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
 	S="${WORKDIR}/wlroots-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-07-13  6:02 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-07-13  6:02 UTC (permalink / raw
  To: gentoo-commits

commit:     9b73ec41b0908fe67262c1bf3f4370b408d5059f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 06:00:55 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 06:01:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b73ec41

gui-wm/tinywl: Update Homepage

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-wm/tinywl/tinywl-0.18.0.ebuild | 2 +-
 gui-wm/tinywl/tinywl-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-wm/tinywl/tinywl-0.18.0.ebuild b/gui-wm/tinywl/tinywl-0.18.0.ebuild
index 4a3e6ee077c2..a08f405dff3d 100644
--- a/gui-wm/tinywl/tinywl-0.18.0.ebuild
+++ b/gui-wm/tinywl/tinywl-0.18.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DESCRIPTION="\"minimum viable product\" Wayland compositor based on wlroots"
-HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots"
+HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots/-/tree/master/tinywl"
 
 if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://gitlab.freedesktop.org/wlroots/wlroots.git"

diff --git a/gui-wm/tinywl/tinywl-9999.ebuild b/gui-wm/tinywl/tinywl-9999.ebuild
index 4a3e6ee077c2..a08f405dff3d 100644
--- a/gui-wm/tinywl/tinywl-9999.ebuild
+++ b/gui-wm/tinywl/tinywl-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DESCRIPTION="\"minimum viable product\" Wayland compositor based on wlroots"
-HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots"
+HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots/-/tree/master/tinywl"
 
 if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://gitlab.freedesktop.org/wlroots/wlroots.git"


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-08-16  7:28 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-08-16  7:28 UTC (permalink / raw
  To: gentoo-commits

commit:     60e890934d111e937204d94c99291380e862d6f4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 07:22:11 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 07:26:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e89093

gui-wm/tinywl: drop 0.17.3

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-wm/tinywl/Manifest             |  1 -
 gui-wm/tinywl/tinywl-0.17.3.ebuild | 47 --------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/gui-wm/tinywl/Manifest b/gui-wm/tinywl/Manifest
index c32ee2b42159..e749afe959c7 100644
--- a/gui-wm/tinywl/Manifest
+++ b/gui-wm/tinywl/Manifest
@@ -1,3 +1,2 @@
-DIST wlroots-0.17.3.tar.gz 608292 BLAKE2B 7caab3c3a58595d3a745c0b20a5db2193c54931cdd7bc1b9de11c151af82503a03a6a3166a86f42486cc69c6ac18ca2a5596809a5c5e6d7b44c9845f509c1093 SHA512 b88747daba304db6dc302acdebb8764e719d84134118963c019d5f0d0d38552e0ffd2a50bf560b3b84549c5a0f2d11a6187ac8ddcd9faa28c5b42f86c585b555
 DIST wlroots-0.17.4.tar.gz 609179 BLAKE2B dc5a7749533ab54631d4a26be554b86e5b08b2472cf8f22ccebddb319d571cbd98a5c56e64e7bc762a5918d4272eb6b4261050288f3053c18c824c6a9c32b96b SHA512 35803df9fe68cadb0b9b5e522863535407ba2354ed1ca8f824a9c40b64698a97c579fec0afeb444b05d429adc1e3dfc45b20c3a1b7a2004e4f5a10d2305c9116
 DIST wlroots-0.18.0.tar.gz 628190 BLAKE2B b1d725e0397365b69afce24baf5376057a40d225f7cb06ccd5abde3b3da8d5401a6eb5d57ab65154a6faf7961473039833e558e3b25da1210891d34667da5bf9 SHA512 2cf848aa67f41089b60cc7d01c3a344ebaf7f5bbced459675fef885cd4b3e6b99d9a49d6b127518314d0ae38e52e9aff7991611592b2add4cba96f15aa0bf1c6

diff --git a/gui-wm/tinywl/tinywl-0.17.3.ebuild b/gui-wm/tinywl/tinywl-0.17.3.ebuild
deleted file mode 100644
index 4a3e6ee077c2..000000000000
--- a/gui-wm/tinywl/tinywl-0.17.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="\"minimum viable product\" Wayland compositor based on wlroots"
-HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots"
-
-if [[ ${PV} == 9999 ]]; then
-	EGIT_REPO_URI="https://gitlab.freedesktop.org/wlroots/wlroots.git"
-	inherit git-r3
-else
-	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-	S="${WORKDIR}/wlroots-${PV}"
-fi
-
-LICENSE="CC0-1.0"
-SLOT="0"
-DEPEND="
-	dev-libs/wayland
-	x11-libs/libxkbcommon
-	=gui-libs/wlroots-$(ver_cut 1-2)*:=
-"
-RDEPEND="
-	${DEPEND}
-	!gui-libs/wlroots[tinywl(-)]
-"
-BDEPEND="
-	dev-libs/wayland-protocols
-	dev-util/wayland-scanner
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	sed -i -e "s/-Werror //" tinywl/Makefile || die
-	default
-}
-
-src_compile() {
-	emake -C tinywl
-}
-
-src_install() {
-	dodoc tinywl/README.md
-	dobin tinywl/tinywl
-}


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-08-16 10:23 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-08-16 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     de0eccfc0c6bb7181ad57961825cb8951a39d513
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 10:23:08 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 10:23:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0eccfc

gui-wm/tinywl: Stabilize 0.17.4 amd64, #938004

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-wm/tinywl/tinywl-0.17.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/tinywl/tinywl-0.17.4.ebuild b/gui-wm/tinywl/tinywl-0.17.4.ebuild
index d6376e8821d1..bd97c6aec8b6 100644
--- a/gui-wm/tinywl/tinywl-0.17.4.ebuild
+++ b/gui-wm/tinywl/tinywl-0.17.4.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
-	KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
 	S="${WORKDIR}/wlroots-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-08-16 10:23 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-08-16 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     496d53e4310df51b2358c907d984098f7c2f18ad
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 10:23:08 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 10:23:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496d53e4

gui-wm/tinywl: Stabilize 0.17.4 arm64, #938004

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-wm/tinywl/tinywl-0.17.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/tinywl/tinywl-0.17.4.ebuild b/gui-wm/tinywl/tinywl-0.17.4.ebuild
index c8f32923fd24..d6376e8821d1 100644
--- a/gui-wm/tinywl/tinywl-0.17.4.ebuild
+++ b/gui-wm/tinywl/tinywl-0.17.4.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86"
 	S="${WORKDIR}/wlroots-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-08-16 10:30 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-08-16 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     eb4a1ffaf87d5bfcfbb6541e022319e4cb3c19f3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 10:29:59 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 10:29:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4a1ffa

gui-wm/tinywl: Stabilize 0.17.4 ppc64, #938004

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-wm/tinywl/tinywl-0.17.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/tinywl/tinywl-0.17.4.ebuild b/gui-wm/tinywl/tinywl-0.17.4.ebuild
index bd97c6aec8b6..85a3a9dd1b37 100644
--- a/gui-wm/tinywl/tinywl-0.17.4.ebuild
+++ b/gui-wm/tinywl/tinywl-0.17.4.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
-	KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86"
 	S="${WORKDIR}/wlroots-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-08-30  8:02 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-08-30  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f6e917ef4537b4a99e33a19f5c2413a0183b82b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 08:01:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 08:01:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e917ef

gui-wm/tinywl: Stabilize 0.18.0 ppc64, #938005

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-wm/tinywl/tinywl-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/tinywl/tinywl-0.18.0.ebuild b/gui-wm/tinywl/tinywl-0.18.0.ebuild
index a08f405dff3d..12057c2b99d3 100644
--- a/gui-wm/tinywl/tinywl-0.18.0.ebuild
+++ b/gui-wm/tinywl/tinywl-0.18.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm64 ~loong ppc64 ~riscv ~x86"
 	S="${WORKDIR}/wlroots-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-08-30 14:23 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-08-30 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     73482a9645e3ff56a80a469654b39a1cc6611ceb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 14:23:31 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 14:23:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73482a96

gui-wm/tinywl: Stabilize 0.18.0 arm64, #938005

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-wm/tinywl/tinywl-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/tinywl/tinywl-0.18.0.ebuild b/gui-wm/tinywl/tinywl-0.18.0.ebuild
index 12057c2b99d3..18001cb2d660 100644
--- a/gui-wm/tinywl/tinywl-0.18.0.ebuild
+++ b/gui-wm/tinywl/tinywl-0.18.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~loong ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 arm64 ~loong ppc64 ~riscv ~x86"
 	S="${WORKDIR}/wlroots-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-08-31  5:11 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-08-31  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     10d96198a492701915d4fb118ab037d863c3079e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 05:10:43 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 05:10:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d96198

gui-wm/tinywl: Stabilize 0.18.0 amd64, #938005

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-wm/tinywl/tinywl-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/tinywl/tinywl-0.18.0.ebuild b/gui-wm/tinywl/tinywl-0.18.0.ebuild
index 18001cb2d660..706d1f95c099 100644
--- a/gui-wm/tinywl/tinywl-0.18.0.ebuild
+++ b/gui-wm/tinywl/tinywl-0.18.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
-	KEYWORDS="~amd64 arm64 ~loong ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv ~x86"
 	S="${WORKDIR}/wlroots-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
@ 2024-09-20 20:28 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-09-20 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     ea3b024f064d565227b7bd536e99e2c73456042f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 20:28:02 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 20:28:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3b024f

gui-wm/tinywl: add 0.18.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-wm/tinywl/Manifest             |  1 +
 gui-wm/tinywl/tinywl-0.18.1.ebuild | 47 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/gui-wm/tinywl/Manifest b/gui-wm/tinywl/Manifest
index e749afe959c7..b7afa43d2aa9 100644
--- a/gui-wm/tinywl/Manifest
+++ b/gui-wm/tinywl/Manifest
@@ -1,2 +1,3 @@
 DIST wlroots-0.17.4.tar.gz 609179 BLAKE2B dc5a7749533ab54631d4a26be554b86e5b08b2472cf8f22ccebddb319d571cbd98a5c56e64e7bc762a5918d4272eb6b4261050288f3053c18c824c6a9c32b96b SHA512 35803df9fe68cadb0b9b5e522863535407ba2354ed1ca8f824a9c40b64698a97c579fec0afeb444b05d429adc1e3dfc45b20c3a1b7a2004e4f5a10d2305c9116
 DIST wlroots-0.18.0.tar.gz 628190 BLAKE2B b1d725e0397365b69afce24baf5376057a40d225f7cb06ccd5abde3b3da8d5401a6eb5d57ab65154a6faf7961473039833e558e3b25da1210891d34667da5bf9 SHA512 2cf848aa67f41089b60cc7d01c3a344ebaf7f5bbced459675fef885cd4b3e6b99d9a49d6b127518314d0ae38e52e9aff7991611592b2add4cba96f15aa0bf1c6
+DIST wlroots-0.18.1.tar.gz 628648 BLAKE2B 051909ef4cac4c523bb43b42396abe8c18e3835a7a29bde30787829040271720f06579dadf3f03d9569bcc1e25492c6bd383f314aaa10b63c597f08735d30537 SHA512 c4d83ae75aec4f7f4e8aefbff27594d0962c56c4a3a3ef2d7ccd432f92eb56df7edb995cc0fa1f62d9290e988f20e7525d007717f36ce4824dfc41061a697fbb

diff --git a/gui-wm/tinywl/tinywl-0.18.1.ebuild b/gui-wm/tinywl/tinywl-0.18.1.ebuild
new file mode 100644
index 000000000000..a08f405dff3d
--- /dev/null
+++ b/gui-wm/tinywl/tinywl-0.18.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="\"minimum viable product\" Wayland compositor based on wlroots"
+HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots/-/tree/master/tinywl"
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="https://gitlab.freedesktop.org/wlroots/wlroots.git"
+	inherit git-r3
+else
+	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	S="${WORKDIR}/wlroots-${PV}"
+fi
+
+LICENSE="CC0-1.0"
+SLOT="0"
+DEPEND="
+	dev-libs/wayland
+	x11-libs/libxkbcommon
+	=gui-libs/wlroots-$(ver_cut 1-2)*:=
+"
+RDEPEND="
+	${DEPEND}
+	!gui-libs/wlroots[tinywl(-)]
+"
+BDEPEND="
+	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	sed -i -e "s/-Werror //" tinywl/Makefile || die
+	default
+}
+
+src_compile() {
+	emake -C tinywl
+}
+
+src_install() {
+	dodoc tinywl/README.md
+	dobin tinywl/tinywl
+}


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

end of thread, other threads:[~2024-09-20 20:29 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-16 10:23 [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-09-20 20:28 Arthur Zamarin
2024-08-31  5:11 Sam James
2024-08-30 14:23 Arthur Zamarin
2024-08-30  8:02 Sam James
2024-08-16 10:30 Arthur Zamarin
2024-08-16 10:23 Arthur Zamarin
2024-08-16  7:28 Arthur Zamarin
2024-07-13  6:02 Arthur Zamarin
2024-07-13  6:02 Arthur Zamarin
2024-07-13  6:02 Arthur Zamarin
2024-07-05 19:41 Viorel Munteanu
2024-06-11 22:30 Jakov Smolić
2024-06-11 19:31 Jakov Smolić
2024-06-11 16:54 Sam James
2024-06-11 14:29 Sam James
2024-06-11  5:56 Arthur Zamarin

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