Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Converseen-0.9.8.1
@ 2020-10-06 18:49 unihernandez22
  2020-10-06 20:56 ` Converseen-0.9.8.1 Chocimier
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: unihernandez22 @ 2020-10-06 18:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unihernandez22/void-packages master
https://github.com/void-linux/void-packages/pull/25391

Converseen-0.9.8.1
WARNING: Cross compilation won't work

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

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

From f89efb215cb12a9a2f01ac4668e2f69653916e79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Unai=20Hern=C3=A1ndez?= <unihernandez22@gmail.com>
Date: Tue, 6 Oct 2020 12:23:43 -0300
Subject: [PATCH] Converseen-0.9.8.1

---
 srcpkgs/Converseen/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/Converseen/template

diff --git a/srcpkgs/Converseen/template b/srcpkgs/Converseen/template
new file mode 100644
index 00000000000..3bd1cab65c3
--- /dev/null
+++ b/srcpkgs/Converseen/template
@@ -0,0 +1,26 @@
+# Template file for 'Converseen'
+pkgname=Converseen
+version=0.9.8.1
+revision=1
+hostmakedepends="cmake pkg-config"
+makedepends="qt5-devel qt5-tools-devel ImageMagick libmagick-devel"
+depends="qt5 ImageMagick ghostscript libheif libraw librsvg libwebp libwmf openexr hicolor-icon-theme"
+short_desc="Free batch image processor"
+maintainer="Unai Hernández <unihernandez22@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="http://converseen.fasterland.net/"
+distfiles="https://github.com/Faster3ck/Converseen/archive/v${version}.tar.gz"
+checksum=14657a3f2baf2e5f7bc493f59ffb2e31cbbb27ad7710687f6b71d26bee2b7a5e
+
+do_build() {
+	[ -d build ] && rm -rf build
+	mkdir build
+	cd build
+	cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+	make
+}
+
+do_install() {
+	cd build
+	make DESTDIR=$DESTDIR install
+}

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

* Re: Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
@ 2020-10-06 20:56 ` Chocimier
  2020-10-07  0:06 ` [PR PATCH] [Updated] Converseen-0.9.8.1 unihernandez22
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2020-10-06 20:56 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25391#issuecomment-704547906

Comment:
Use cmake build_style.

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

* Re: [PR PATCH] [Updated] Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
  2020-10-06 20:56 ` Converseen-0.9.8.1 Chocimier
@ 2020-10-07  0:06 ` unihernandez22
  2020-10-07  0:11 ` unihernandez22
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: unihernandez22 @ 2020-10-07  0:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unihernandez22/void-packages master
https://github.com/void-linux/void-packages/pull/25391

Converseen-0.9.8.1
WARNING: Cross compilation won't work

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

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

From e195e5f42f4338f6af13d1ce59f64eed0780d9a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Unai=20Hern=C3=A1ndez?= <unihernandez22@gmail.com>
Date: Tue, 6 Oct 2020 12:23:43 -0300
Subject: [PATCH] Converseen-0.9.8.1

---
 srcpkgs/Converseen/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/Converseen/template

diff --git a/srcpkgs/Converseen/template b/srcpkgs/Converseen/template
new file mode 100644
index 00000000000..b77b8d1b63c
--- /dev/null
+++ b/srcpkgs/Converseen/template
@@ -0,0 +1,15 @@
+# Template file for 'Converseen'
+pkgname=Converseen
+version=0.9.8.1
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="cmake pkg-config"
+makedepends="qt5-devel qt5-tools-devel ImageMagick libmagick-devel"
+depends="qt5 ImageMagick ghostscript libheif libraw librsvg libwebp libwmf openexr hicolor-icon-theme"
+short_desc="Free batch image processor"
+maintainer="Unai Hernández <unihernandez22@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="http://converseen.fasterland.net/"
+distfiles="https://github.com/Faster3ck/Converseen/archive/v${version}.tar.gz"
+checksum=14657a3f2baf2e5f7bc493f59ffb2e31cbbb27ad7710687f6b71d26bee2b7a5e

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

* Re: [PR PATCH] [Updated] Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
  2020-10-06 20:56 ` Converseen-0.9.8.1 Chocimier
  2020-10-07  0:06 ` [PR PATCH] [Updated] Converseen-0.9.8.1 unihernandez22
@ 2020-10-07  0:11 ` unihernandez22
  2020-10-16 19:31 ` [PR PATCH] [Updated] New package: Converseen-0.9.8.1 unihernandez22
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: unihernandez22 @ 2020-10-07  0:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unihernandez22/void-packages master
https://github.com/void-linux/void-packages/pull/25391

Converseen-0.9.8.1
WARNING: Cross compilation won't work

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

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

From 42ec2b93a239596df838be57faf9f47d71b24eda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Unai=20Hern=C3=A1ndez?= <unihernandez22@gmail.com>
Date: Tue, 6 Oct 2020 12:23:43 -0300
Subject: [PATCH] Converseen-0.9.8.1

---
 srcpkgs/Converseen/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/Converseen/template

diff --git a/srcpkgs/Converseen/template b/srcpkgs/Converseen/template
new file mode 100644
index 00000000000..dcb308edc8f
--- /dev/null
+++ b/srcpkgs/Converseen/template
@@ -0,0 +1,15 @@
+# Template file for 'Converseen'
+pkgname=Converseen
+version=0.9.8.1
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="pkg-config"
+makedepends="qt5-devel qt5-tools-devel ImageMagick libmagick-devel"
+depends="qt5 ImageMagick ghostscript libheif libraw librsvg libwebp libwmf openexr hicolor-icon-theme"
+short_desc="Free batch image processor"
+maintainer="Unai Hernández <unihernandez22@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="http://converseen.fasterland.net/"
+distfiles="https://github.com/Faster3ck/Converseen/archive/v${version}.tar.gz"
+checksum=14657a3f2baf2e5f7bc493f59ffb2e31cbbb27ad7710687f6b71d26bee2b7a5e

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

* Re: [PR PATCH] [Updated] New package: Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
                   ` (2 preceding siblings ...)
  2020-10-07  0:11 ` unihernandez22
@ 2020-10-16 19:31 ` unihernandez22
  2020-10-20 20:40 ` [PR REVIEW] " Chocimier
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: unihernandez22 @ 2020-10-16 19:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unihernandez22/void-packages master
https://github.com/void-linux/void-packages/pull/25391

New package: Converseen-0.9.8.1
WARNING: Cross compilation won't work

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

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

From 827c22bbfbf1de8b46a71ab738a03cf47aa5ba00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Unai=20Hern=C3=A1ndez?= <unihernandez22@gmail.com>
Date: Tue, 6 Oct 2020 12:23:43 -0300
Subject: [PATCH] Converseen-0.9.8.1

---
 srcpkgs/Converseen/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/Converseen/template

diff --git a/srcpkgs/Converseen/template b/srcpkgs/Converseen/template
new file mode 100644
index 00000000000..2dc851f2455
--- /dev/null
+++ b/srcpkgs/Converseen/template
@@ -0,0 +1,16 @@
+# Template file for 'Converseen'
+pkgname=Converseen
+version=0.9.8.1
+revision=1
+archs="i686* x86_64*"
+build_style=cmake
+configure_args="-DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="pkg-config"
+makedepends="qt5-devel qt5-tools-devel ImageMagick libmagick-devel"
+depends="qt5 ImageMagick ghostscript libheif libraw librsvg libwebp libwmf openexr hicolor-icon-theme"
+short_desc="Free batch image processor"
+maintainer="Unai Hernández <unihernandez22@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="http://converseen.fasterland.net/"
+distfiles="https://github.com/Faster3ck/Converseen/archive/v${version}.tar.gz"
+checksum=14657a3f2baf2e5f7bc493f59ffb2e31cbbb27ad7710687f6b71d26bee2b7a5e

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

* Re: [PR REVIEW] New package: Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
                   ` (3 preceding siblings ...)
  2020-10-16 19:31 ` [PR PATCH] [Updated] New package: Converseen-0.9.8.1 unihernandez22
@ 2020-10-20 20:40 ` Chocimier
  2020-10-20 20:40 ` Chocimier
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2020-10-20 20:40 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25391#discussion_r508820616

Comment:
now with cmake style will compile for all archs when added some packages to hostmakedepends, see build log

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

* Re: [PR REVIEW] New package: Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
                   ` (4 preceding siblings ...)
  2020-10-20 20:40 ` [PR REVIEW] " Chocimier
@ 2020-10-20 20:40 ` Chocimier
  2020-10-20 20:40 ` Chocimier
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2020-10-20 20:40 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25391#discussion_r508822712

Comment:
Required parts of qt5,  ImageMagick are detected, see generate-runtime-deps in build log. Other libs aren't used directly, but through ImageMagick, remove.

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

* Re: [PR REVIEW] New package: Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
                   ` (5 preceding siblings ...)
  2020-10-20 20:40 ` Chocimier
@ 2020-10-20 20:40 ` Chocimier
  2020-10-30  2:43 ` unihernandez22
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2020-10-20 20:40 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25391#discussion_r508820858

Comment:
this is default with build_style=cmake

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

* Re: New package: Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
                   ` (6 preceding siblings ...)
  2020-10-20 20:40 ` Chocimier
@ 2020-10-30  2:43 ` unihernandez22
  2020-10-30  2:49 ` [PR PATCH] [Updated] " unihernandez22
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: unihernandez22 @ 2020-10-30  2:43 UTC (permalink / raw)
  To: ml

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

New comment by unihernandez22 on void-packages repository

https://github.com/void-linux/void-packages/pull/25391#issuecomment-719135904

Comment:
It doesn't compile for other archs... What packages should I add to hostmakedepends?

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

* Re: [PR PATCH] [Updated] New package: Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
                   ` (7 preceding siblings ...)
  2020-10-30  2:43 ` unihernandez22
@ 2020-10-30  2:49 ` unihernandez22
  2020-10-30  3:46 ` ericonr
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: unihernandez22 @ 2020-10-30  2:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unihernandez22/void-packages master
https://github.com/void-linux/void-packages/pull/25391

New package: Converseen-0.9.8.1
WARNING: Cross compilation won't work

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

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

From 0ae26fa83f723f5c65d23c8ff3cb58916b689ce8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Unai=20Hern=C3=A1ndez?= <unihernandez22@gmail.com>
Date: Tue, 6 Oct 2020 12:23:43 -0300
Subject: [PATCH] Converseen-0.9.8.1

---
 srcpkgs/Converseen/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/Converseen/template

diff --git a/srcpkgs/Converseen/template b/srcpkgs/Converseen/template
new file mode 100644
index 00000000000..38eddb897c5
--- /dev/null
+++ b/srcpkgs/Converseen/template
@@ -0,0 +1,14 @@
+# Template file for 'Converseen'
+pkgname=Converseen
+version=0.9.8.1
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="qt5-devel qt5-tools-devel ImageMagick libmagick-devel"
+depends="qt5 ImageMagick ghostscript libheif libraw librsvg libwebp libwmf openexr hicolor-icon-theme"
+short_desc="Free batch image processor"
+maintainer="Unai Hernández <unihernandez22@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="http://converseen.fasterland.net/"
+distfiles="https://github.com/Faster3ck/Converseen/archive/v${version}.tar.gz"
+checksum=14657a3f2baf2e5f7bc493f59ffb2e31cbbb27ad7710687f6b71d26bee2b7a5e

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

* Re: New package: Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
                   ` (8 preceding siblings ...)
  2020-10-30  2:49 ` [PR PATCH] [Updated] " unihernandez22
@ 2020-10-30  3:46 ` ericonr
  2020-10-30 14:37 ` sgn
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-10-30  3:46 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25391#issuecomment-719154239

Comment:
Can you show error messages during the cross build?

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

* Re: New package: Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
                   ` (9 preceding siblings ...)
  2020-10-30  3:46 ` ericonr
@ 2020-10-30 14:37 ` sgn
  2021-04-04  6:06 ` Veganizer
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sgn @ 2020-10-30 14:37 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/25391#issuecomment-719590151

Comment:
Fix for cross:

```diff
diff --git a/srcpkgs/Converseen/template b/srcpkgs/Converseen/template
index 38eddb897c..aaa4289c70 100644
--- a/srcpkgs/Converseen/template
+++ b/srcpkgs/Converseen/template
@@ -3,9 +3,9 @@ pkgname=Converseen
 version=0.9.8.1
 revision=1
 build_style=cmake
-hostmakedepends="pkg-config"
+hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
 makedepends="qt5-devel qt5-tools-devel ImageMagick libmagick-devel"
-depends="qt5 ImageMagick ghostscript libheif libraw librsvg libwebp libwmf openexr hicolor-icon-theme"
+depends="ImageMagick ghostscript openexr hicolor-icon-theme"
 short_desc="Free batch image processor"
 maintainer="Unai Hernández <unihernandez22@gmail.com>"
 license="GPL-3.0-or-later"
```

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

* Re: New package: Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
                   ` (10 preceding siblings ...)
  2020-10-30 14:37 ` sgn
@ 2021-04-04  6:06 ` Veganizer
  2021-04-04  6:24 ` Veganizer
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Veganizer @ 2021-04-04  6:06 UTC (permalink / raw)
  To: ml

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

New comment by Veganizer on void-packages repository

https://github.com/void-linux/void-packages/pull/25391#issuecomment-812979828

Comment:
Had refactor and updatet it in: #29987

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

* Re: New package: Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
                   ` (11 preceding siblings ...)
  2021-04-04  6:06 ` Veganizer
@ 2021-04-04  6:24 ` Veganizer
  2021-04-08 20:33 ` Chocimier
  2021-04-08 20:33 ` [PR PATCH] [Closed]: " Chocimier
  14 siblings, 0 replies; 16+ messages in thread
From: Veganizer @ 2021-04-04  6:24 UTC (permalink / raw)
  To: ml

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

New comment by Veganizer on void-packages repository

https://github.com/void-linux/void-packages/pull/25391#issuecomment-812979828

Comment:
Had refactor and updated it in: #29987

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

* Re: New package: Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
                   ` (12 preceding siblings ...)
  2021-04-04  6:24 ` Veganizer
@ 2021-04-08 20:33 ` Chocimier
  2021-04-08 20:33 ` [PR PATCH] [Closed]: " Chocimier
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2021-04-08 20:33 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25391#issuecomment-816164619

Comment:
Will continue there.

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

* Re: [PR PATCH] [Closed]: New package: Converseen-0.9.8.1
  2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
                   ` (13 preceding siblings ...)
  2021-04-08 20:33 ` Chocimier
@ 2021-04-08 20:33 ` Chocimier
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2021-04-08 20:33 UTC (permalink / raw)
  To: ml

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

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

New package: Converseen-0.9.8.1
https://github.com/void-linux/void-packages/pull/25391

Description:
WARNING: Cross compilation won't work

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

end of thread, other threads:[~2021-04-08 20:33 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
2020-10-06 20:56 ` Converseen-0.9.8.1 Chocimier
2020-10-07  0:06 ` [PR PATCH] [Updated] Converseen-0.9.8.1 unihernandez22
2020-10-07  0:11 ` unihernandez22
2020-10-16 19:31 ` [PR PATCH] [Updated] New package: Converseen-0.9.8.1 unihernandez22
2020-10-20 20:40 ` [PR REVIEW] " Chocimier
2020-10-20 20:40 ` Chocimier
2020-10-20 20:40 ` Chocimier
2020-10-30  2:43 ` unihernandez22
2020-10-30  2:49 ` [PR PATCH] [Updated] " unihernandez22
2020-10-30  3:46 ` ericonr
2020-10-30 14:37 ` sgn
2021-04-04  6:06 ` Veganizer
2021-04-04  6:24 ` Veganizer
2021-04-08 20:33 ` Chocimier
2021-04-08 20:33 ` [PR PATCH] [Closed]: " Chocimier

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).