Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] grafx2: update to 2.7.
@ 2020-12-28  4:05 teldra
  2020-12-28  4:07 ` [PR PATCH] [Updated] " teldra
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: teldra @ 2020-12-28  4:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

There is a new pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages grafx2-update
https://github.com/void-linux/void-packages/pull/27489

grafx2: update to 2.7.


A patch file from https://github.com/void-linux/void-packages/pull/27489.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-grafx2-update-27489.patch --]
[-- Type: text/x-diff, Size: 1816 bytes --]

From 09a6442dcc8aceea4dde542a293f63d85821d968 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 28 Dec 2020 05:04:26 +0100
Subject: [PATCH] grafx2: update to 2.7.

---
 srcpkgs/grafx2/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/grafx2/template b/srcpkgs/grafx2/template
index 5f9f4304f66..422bae1ed8a 100644
--- a/srcpkgs/grafx2/template
+++ b/srcpkgs/grafx2/template
@@ -1,10 +1,12 @@
 # Template file for 'grafx2'
 pkgname=grafx2
-version=2.6
+version=2.7
 revision=1
-_recoil_version=4.3.1
+_recoil_version=5.1.1
+_redcode6502_version=0.1
 wrksrc="grafX2-v${version}"
 build_wrksrc="src"
+make_use_env=yes
 build_style=gnu-makefile
 make_build_args="API=sdl2"
 hostmakedepends="pkg-config"
@@ -16,13 +18,17 @@ license="GPL-2.0-only"
 homepage="http://grafx2.chez.com/"
 #changelog="http://grafx2.chez.com/index.php?article9/2010s"
 distfiles="https://gitlab.com/GrafX2/grafX2/-/archive/v${version}/grafX2-v${version}.tar.gz
- ${SOURCEFORGE_SITE}/recoil/${_recoil_version}/recoil-${_recoil_version}.tar.gz"
-checksum="1d679216e481b0c22d1d160eb1f66ed6ef2c1ec4eda6f5c0f2ec406d16045534
- 8f64fd21bafa180e6cbac5853ef65453f080385b3c53600af8360e938668e574"
+ ${SOURCEFORGE_SITE}/recoil/${_recoil_version}/recoil-${_recoil_version}.tar.gz
+ https://github.com/redcode/6502/releases/download/v${_redcode6502_version}/6502-v${_redcode6502_version}.tar.xz"
+checksum="d9ca6b48a01657d23ceac9fd7ce53d551acb3c02d5f7d4a973c34113053056bc
+ 13ad32d669c73393114da2cc2d1c1af4880fbebcfcc807ca96fc20b181d50db5
+ bba50f327163d40b1014f5affc8042137f37b200dae50a4f0fe56b5769b3940f"
 
 post_extract() {
 	mv ../recoil-${_recoil_version} 3rdparty/
 	touch 3rdparty/recoil-${_recoil_version}/.ok
+	mv ../6502 3rdparty/
+	touch 3rdparty/6502/.ok
 }
 
 pre_build() {

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

* Re: [PR PATCH] [Updated] grafx2: update to 2.7.
  2020-12-28  4:05 [PR PATCH] grafx2: update to 2.7 teldra
@ 2020-12-28  4:07 ` teldra
  2020-12-28  4:12 ` teldra
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: teldra @ 2020-12-28  4:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages grafx2-update
https://github.com/void-linux/void-packages/pull/27489

grafx2: update to 2.7.


A patch file from https://github.com/void-linux/void-packages/pull/27489.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-grafx2-update-27489.patch --]
[-- Type: text/x-diff, Size: 1892 bytes --]

From cb24466a3c5842a74f0bccf9bbb45ebf000c9256 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 28 Dec 2020 05:04:26 +0100
Subject: [PATCH] grafx2: update to 2.7.

---
 srcpkgs/grafx2/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/grafx2/template b/srcpkgs/grafx2/template
index 5f9f4304f66..07d5c989bc8 100644
--- a/srcpkgs/grafx2/template
+++ b/srcpkgs/grafx2/template
@@ -1,11 +1,13 @@
 # Template file for 'grafx2'
 pkgname=grafx2
-version=2.6
+version=2.7
 revision=1
-_recoil_version=4.3.1
+_recoil_version=5.1.1
+_redcode6502_version=0.1
 wrksrc="grafX2-v${version}"
 build_wrksrc="src"
 build_style=gnu-makefile
+make_use_env=yes
 make_build_args="API=sdl2"
 hostmakedepends="pkg-config"
 makedepends="SDL2_image-devel SDL2_ttf-devel fontconfig-devel lua53-devel"
@@ -16,13 +18,17 @@ license="GPL-2.0-only"
 homepage="http://grafx2.chez.com/"
 #changelog="http://grafx2.chez.com/index.php?article9/2010s"
 distfiles="https://gitlab.com/GrafX2/grafX2/-/archive/v${version}/grafX2-v${version}.tar.gz
- ${SOURCEFORGE_SITE}/recoil/${_recoil_version}/recoil-${_recoil_version}.tar.gz"
-checksum="1d679216e481b0c22d1d160eb1f66ed6ef2c1ec4eda6f5c0f2ec406d16045534
- 8f64fd21bafa180e6cbac5853ef65453f080385b3c53600af8360e938668e574"
+ ${SOURCEFORGE_SITE}/recoil/${_recoil_version}/recoil-${_recoil_version}.tar.gz
+ https://github.com/redcode/6502/releases/download/v${_redcode6502_version}/6502-v${_redcode6502_version}.tar.xz"
+checksum="d9ca6b48a01657d23ceac9fd7ce53d551acb3c02d5f7d4a973c34113053056bc
+ 13ad32d669c73393114da2cc2d1c1af4880fbebcfcc807ca96fc20b181d50db5
+ bba50f327163d40b1014f5affc8042137f37b200dae50a4f0fe56b5769b3940f"
 
 post_extract() {
 	mv ../recoil-${_recoil_version} 3rdparty/
 	touch 3rdparty/recoil-${_recoil_version}/.ok
+	mv ../6502 3rdparty/
+	touch 3rdparty/6502/.ok
 }
 
 pre_build() {

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

* Re: [PR PATCH] [Updated] grafx2: update to 2.7.
  2020-12-28  4:05 [PR PATCH] grafx2: update to 2.7 teldra
  2020-12-28  4:07 ` [PR PATCH] [Updated] " teldra
@ 2020-12-28  4:12 ` teldra
  2020-12-28  4:16 ` teldra
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: teldra @ 2020-12-28  4:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages grafx2-update
https://github.com/void-linux/void-packages/pull/27489

grafx2: update to 2.7.


A patch file from https://github.com/void-linux/void-packages/pull/27489.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-grafx2-update-27489.patch --]
[-- Type: text/x-diff, Size: 1892 bytes --]

From 1c040111cbb89247c633796f09f77b047f500a48 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 28 Dec 2020 05:04:26 +0100
Subject: [PATCH] grafx2: update to 2.7.

---
 srcpkgs/grafx2/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/grafx2/template b/srcpkgs/grafx2/template
index 5f9f4304f66..b75574cff89 100644
--- a/srcpkgs/grafx2/template
+++ b/srcpkgs/grafx2/template
@@ -1,11 +1,13 @@
 # Template file for 'grafx2'
 pkgname=grafx2
-version=2.6
+version=2.7
 revision=1
-_recoil_version=4.3.1
+_recoil_version=5.0.0
+_redcode6502_version=0.1
 wrksrc="grafX2-v${version}"
 build_wrksrc="src"
 build_style=gnu-makefile
+make_use_env=yes
 make_build_args="API=sdl2"
 hostmakedepends="pkg-config"
 makedepends="SDL2_image-devel SDL2_ttf-devel fontconfig-devel lua53-devel"
@@ -16,13 +18,17 @@ license="GPL-2.0-only"
 homepage="http://grafx2.chez.com/"
 #changelog="http://grafx2.chez.com/index.php?article9/2010s"
 distfiles="https://gitlab.com/GrafX2/grafX2/-/archive/v${version}/grafX2-v${version}.tar.gz
- ${SOURCEFORGE_SITE}/recoil/${_recoil_version}/recoil-${_recoil_version}.tar.gz"
-checksum="1d679216e481b0c22d1d160eb1f66ed6ef2c1ec4eda6f5c0f2ec406d16045534
- 8f64fd21bafa180e6cbac5853ef65453f080385b3c53600af8360e938668e574"
+ ${SOURCEFORGE_SITE}/recoil/${_recoil_version}/recoil-${_recoil_version}.tar.gz
+ https://github.com/redcode/6502/releases/download/v${_redcode6502_version}/6502-v${_redcode6502_version}.tar.xz"
+checksum="d9ca6b48a01657d23ceac9fd7ce53d551acb3c02d5f7d4a973c34113053056bc
+ 13ad32d669c73393114da2cc2d1c1af4880fbebcfcc807ca96fc20b181d50db5
+ bba50f327163d40b1014f5affc8042137f37b200dae50a4f0fe56b5769b3940f"
 
 post_extract() {
 	mv ../recoil-${_recoil_version} 3rdparty/
 	touch 3rdparty/recoil-${_recoil_version}/.ok
+	mv ../6502 3rdparty/
+	touch 3rdparty/6502/.ok
 }
 
 pre_build() {

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

* Re: [PR PATCH] [Updated] grafx2: update to 2.7.
  2020-12-28  4:05 [PR PATCH] grafx2: update to 2.7 teldra
  2020-12-28  4:07 ` [PR PATCH] [Updated] " teldra
  2020-12-28  4:12 ` teldra
@ 2020-12-28  4:16 ` teldra
  2020-12-28  4:23 ` teldra
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: teldra @ 2020-12-28  4:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages grafx2-update
https://github.com/void-linux/void-packages/pull/27489

grafx2: update to 2.7.


A patch file from https://github.com/void-linux/void-packages/pull/27489.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-grafx2-update-27489.patch --]
[-- Type: text/x-diff, Size: 1892 bytes --]

From ddaac16501efa3697b760d3d8ea7769b5bcf9d81 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 28 Dec 2020 05:04:26 +0100
Subject: [PATCH] grafx2: update to 2.7.

---
 srcpkgs/grafx2/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/grafx2/template b/srcpkgs/grafx2/template
index 5f9f4304f66..8a17edc4333 100644
--- a/srcpkgs/grafx2/template
+++ b/srcpkgs/grafx2/template
@@ -1,11 +1,13 @@
 # Template file for 'grafx2'
 pkgname=grafx2
-version=2.6
+version=2.7
 revision=1
-_recoil_version=4.3.1
+_recoil_version=5.0.0
+_redcode6502_version=0.1
 wrksrc="grafX2-v${version}"
 build_wrksrc="src"
 build_style=gnu-makefile
+make_use_env=yes
 make_build_args="API=sdl2"
 hostmakedepends="pkg-config"
 makedepends="SDL2_image-devel SDL2_ttf-devel fontconfig-devel lua53-devel"
@@ -16,13 +18,17 @@ license="GPL-2.0-only"
 homepage="http://grafx2.chez.com/"
 #changelog="http://grafx2.chez.com/index.php?article9/2010s"
 distfiles="https://gitlab.com/GrafX2/grafX2/-/archive/v${version}/grafX2-v${version}.tar.gz
- ${SOURCEFORGE_SITE}/recoil/${_recoil_version}/recoil-${_recoil_version}.tar.gz"
-checksum="1d679216e481b0c22d1d160eb1f66ed6ef2c1ec4eda6f5c0f2ec406d16045534
- 8f64fd21bafa180e6cbac5853ef65453f080385b3c53600af8360e938668e574"
+ ${SOURCEFORGE_SITE}/recoil/${_recoil_version}/recoil-${_recoil_version}.tar.gz
+ https://github.com/redcode/6502/releases/download/v${_redcode6502_version}/6502-v${_redcode6502_version}.tar.xz"
+checksum="d9ca6b48a01657d23ceac9fd7ce53d551acb3c02d5f7d4a973c34113053056bc
+ caa60b380c7e0a762d62459bc9ca31d16b22b0f85c972e6315e3744ae1f2ffb5
+ bba50f327163d40b1014f5affc8042137f37b200dae50a4f0fe56b5769b3940f"
 
 post_extract() {
 	mv ../recoil-${_recoil_version} 3rdparty/
 	touch 3rdparty/recoil-${_recoil_version}/.ok
+	mv ../6502 3rdparty/
+	touch 3rdparty/6502/.ok
 }
 
 pre_build() {

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

* Re: [PR PATCH] [Updated] grafx2: update to 2.7.
  2020-12-28  4:05 [PR PATCH] grafx2: update to 2.7 teldra
                   ` (2 preceding siblings ...)
  2020-12-28  4:16 ` teldra
@ 2020-12-28  4:23 ` teldra
  2021-02-23 23:20 ` [PR PATCH] [Updated] [WIP] " teldra
  2021-04-04 14:44 ` [PR PATCH] [Closed]: " teldra
  5 siblings, 0 replies; 7+ messages in thread
From: teldra @ 2020-12-28  4:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages grafx2-update
https://github.com/void-linux/void-packages/pull/27489

grafx2: update to 2.7.


A patch file from https://github.com/void-linux/void-packages/pull/27489.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-grafx2-update-27489.patch --]
[-- Type: text/x-diff, Size: 2025 bytes --]

From e900830c6e6f504bccab040c81090c3d125057f1 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 28 Dec 2020 05:04:26 +0100
Subject: [PATCH] grafx2: update to 2.7.

---
 srcpkgs/grafx2/template | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/grafx2/template b/srcpkgs/grafx2/template
index 5f9f4304f66..0f96df9901a 100644
--- a/srcpkgs/grafx2/template
+++ b/srcpkgs/grafx2/template
@@ -1,13 +1,15 @@
 # Template file for 'grafx2'
 pkgname=grafx2
-version=2.6
+version=2.7
 revision=1
-_recoil_version=4.3.1
+_recoil_version=5.0.0
+_redcode6502_version=0.1
 wrksrc="grafX2-v${version}"
 build_wrksrc="src"
 build_style=gnu-makefile
+make_use_env=yes
 make_build_args="API=sdl2"
-hostmakedepends="pkg-config"
+hostmakedepends="pkg-config SDL-devel"
 makedepends="SDL2_image-devel SDL2_ttf-devel fontconfig-devel lua53-devel"
 depends="desktop-file-utils"
 short_desc="Bitmap/pixel drawing program like Deluxe Paint"
@@ -16,13 +18,17 @@ license="GPL-2.0-only"
 homepage="http://grafx2.chez.com/"
 #changelog="http://grafx2.chez.com/index.php?article9/2010s"
 distfiles="https://gitlab.com/GrafX2/grafX2/-/archive/v${version}/grafX2-v${version}.tar.gz
- ${SOURCEFORGE_SITE}/recoil/${_recoil_version}/recoil-${_recoil_version}.tar.gz"
-checksum="1d679216e481b0c22d1d160eb1f66ed6ef2c1ec4eda6f5c0f2ec406d16045534
- 8f64fd21bafa180e6cbac5853ef65453f080385b3c53600af8360e938668e574"
+ ${SOURCEFORGE_SITE}/recoil/${_recoil_version}/recoil-${_recoil_version}.tar.gz
+ https://github.com/redcode/6502/releases/download/v${_redcode6502_version}/6502-v${_redcode6502_version}.tar.xz"
+checksum="d9ca6b48a01657d23ceac9fd7ce53d551acb3c02d5f7d4a973c34113053056bc
+ caa60b380c7e0a762d62459bc9ca31d16b22b0f85c972e6315e3744ae1f2ffb5
+ bba50f327163d40b1014f5affc8042137f37b200dae50a4f0fe56b5769b3940f"
 
 post_extract() {
 	mv ../recoil-${_recoil_version} 3rdparty/
 	touch 3rdparty/recoil-${_recoil_version}/.ok
+	mv ../6502 3rdparty/
+	touch 3rdparty/6502/.ok
 }
 
 pre_build() {

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

* Re: [PR PATCH] [Updated] [WIP] grafx2: update to 2.7.
  2020-12-28  4:05 [PR PATCH] grafx2: update to 2.7 teldra
                   ` (3 preceding siblings ...)
  2020-12-28  4:23 ` teldra
@ 2021-02-23 23:20 ` teldra
  2021-04-04 14:44 ` [PR PATCH] [Closed]: " teldra
  5 siblings, 0 replies; 7+ messages in thread
From: teldra @ 2021-02-23 23:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages grafx2-update
https://github.com/void-linux/void-packages/pull/27489

[WIP] grafx2: update to 2.7.


A patch file from https://github.com/void-linux/void-packages/pull/27489.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-grafx2-update-27489.patch --]
[-- Type: text/x-diff, Size: 2427 bytes --]

From 6001a2d8fb9302739d0273a7ee2e44102eb7b021 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 28 Dec 2020 05:04:26 +0100
Subject: [PATCH] grafx2: update to 2.7.

---
 srcpkgs/grafx2/template | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/grafx2/template b/srcpkgs/grafx2/template
index 5f9f4304f66..07d9c600bbb 100644
--- a/srcpkgs/grafx2/template
+++ b/srcpkgs/grafx2/template
@@ -1,28 +1,37 @@
 # Template file for 'grafx2'
 pkgname=grafx2
-version=2.6
+version=2.7
 revision=1
-_recoil_version=4.3.1
+_recoil_version=5.0.0
+_redcode6502_version=0.1
 wrksrc="grafX2-v${version}"
 build_wrksrc="src"
 build_style=gnu-makefile
+#make_use_env=yes
 make_build_args="API=sdl2"
-hostmakedepends="pkg-config"
-makedepends="SDL2_image-devel SDL2_ttf-devel fontconfig-devel lua53-devel"
+hostmakedepends="pkg-config which tar xz"
+makedepends="SDL-devel SDL2_image-devel SDL2_ttf-devel fontconfig-devel lua53-devel"
 depends="desktop-file-utils"
+checkdepends="${depends}"
 short_desc="Bitmap/pixel drawing program like Deluxe Paint"
 maintainer="allan <mail@may.mooo.com>"
 license="GPL-2.0-only"
 homepage="http://grafx2.chez.com/"
 #changelog="http://grafx2.chez.com/index.php?article9/2010s"
 distfiles="https://gitlab.com/GrafX2/grafX2/-/archive/v${version}/grafX2-v${version}.tar.gz
- ${SOURCEFORGE_SITE}/recoil/${_recoil_version}/recoil-${_recoil_version}.tar.gz"
-checksum="1d679216e481b0c22d1d160eb1f66ed6ef2c1ec4eda6f5c0f2ec406d16045534
- 8f64fd21bafa180e6cbac5853ef65453f080385b3c53600af8360e938668e574"
+ ${SOURCEFORGE_SITE}/recoil/${_recoil_version}/recoil-${_recoil_version}.tar.gz
+ https://github.com/redcode/6502/releases/download/v${_redcode6502_version}/6502-v${_redcode6502_version}.tar.xz"
+checksum="d9ca6b48a01657d23ceac9fd7ce53d551acb3c02d5f7d4a973c34113053056bc
+ caa60b380c7e0a762d62459bc9ca31d16b22b0f85c972e6315e3744ae1f2ffb5
+ bba50f327163d40b1014f5affc8042137f37b200dae50a4f0fe56b5769b3940f"
+skip_extraction+="6502-v${_redcode6502_version}.tar.xz
+ recoil-${_recoil_version}.tar.gz"
 
 post_extract() {
-	mv ../recoil-${_recoil_version} 3rdparty/
-	touch 3rdparty/recoil-${_recoil_version}/.ok
+	mkdir -p 3rdparty/archives
+	mv ${XBPS_SRCDISTDIR}/${pkgname}-${version}/6502-v${_redcode6502_version}.tar.xz \
+	${XBPS_SRCDISTDIR}/${pkgname}-${version}/recoil-${_recoil_version}.tar.gz \
+	3rdparty/archives
 }
 
 pre_build() {

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

* Re: [PR PATCH] [Closed]: [WIP] grafx2: update to 2.7.
  2020-12-28  4:05 [PR PATCH] grafx2: update to 2.7 teldra
                   ` (4 preceding siblings ...)
  2021-02-23 23:20 ` [PR PATCH] [Updated] [WIP] " teldra
@ 2021-04-04 14:44 ` teldra
  5 siblings, 0 replies; 7+ messages in thread
From: teldra @ 2021-04-04 14:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

There's a closed pull request on the void-packages repository

[WIP] grafx2: update to 2.7.
https://github.com/void-linux/void-packages/pull/27489

Description:


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28  4:05 [PR PATCH] grafx2: update to 2.7 teldra
2020-12-28  4:07 ` [PR PATCH] [Updated] " teldra
2020-12-28  4:12 ` teldra
2020-12-28  4:16 ` teldra
2020-12-28  4:23 ` teldra
2021-02-23 23:20 ` [PR PATCH] [Updated] [WIP] " teldra
2021-04-04 14:44 ` [PR PATCH] [Closed]: " teldra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).