Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fastfetch-2.11.3
@ 2024-05-05 14:28 fvalasiad
  2024-05-05 14:33 ` [PR PATCH] [Updated] " fvalasiad
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-05 14:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/50201

New package: fastfetch-2.11.3
A solid neofetch replacement for void powerusers!

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ff717ce8d12b4646ee494e54e8c007da9c4212af Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sun, 5 May 2024 17:22:36 +0300
Subject: [PATCH] New package: fastfetch-2.11.3

A solid neofetch replacement for void powerusers!

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
---
 srcpkgs/fastfetch/template | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 srcpkgs/fastfetch/template

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 00000000000000..81ad773122f1a5
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,11 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=2.11.3
+revision=1
+build_style=cmake
+short_desc="A faster neofetch written in C!"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="MIT"
+homepage="https://github.com/fastfetch-cli/${pkgname}"
+distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=7867b0cd424689dea76b0d502e07abe449939f929eb252fc21b3a27c197cb195

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

* Re: [PR PATCH] [Updated] New package: fastfetch-2.11.3
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
@ 2024-05-05 14:33 ` fvalasiad
  2024-05-05 14:35 ` fvalasiad
                   ` (28 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-05 14:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/50201

New package: fastfetch-2.11.3
A solid neofetch replacement for void powerusers!


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

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

From 2c41eeef08fc56e858e16825b3787a7cb66f8fcf Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sun, 5 May 2024 17:22:36 +0300
Subject: [PATCH] New package: fastfetch-2.11.3

A solid neofetch replacement for void powerusers!

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
---
 srcpkgs/fastfetch/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/fastfetch/template

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 00000000000000..98b432580dda0a
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,16 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=2.11.3
+revision=1
+build_style=cmake
+short_desc="Fast neofetch alternative written in C"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="MIT"
+homepage="https://github.com/fastfetch-cli/fastfetch"
+distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=7867b0cd424689dea76b0d502e07abe449939f929eb252fc21b3a27c197cb195
+
+post_install() {
+	vman ${pkgname}.1
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: fastfetch-2.11.3
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
  2024-05-05 14:33 ` [PR PATCH] [Updated] " fvalasiad
@ 2024-05-05 14:35 ` fvalasiad
  2024-05-07 17:06 ` Bnyro
                   ` (27 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-05 14:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/50201

New package: fastfetch-2.11.3
A solid neofetch replacement for void powerusers!


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

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

From fc70f8f25f48adbc079676debcbe21c78aef2acc Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sun, 5 May 2024 17:22:36 +0300
Subject: [PATCH] New package: fastfetch-2.11.3

A solid neofetch replacement for void powerusers!

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
---
 srcpkgs/fastfetch/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/fastfetch/template

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 00000000000000..d262d4ef73f5db
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,15 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=2.11.3
+revision=1
+build_style=cmake
+short_desc="Fast neofetch alternative written in C"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="MIT"
+homepage="https://github.com/fastfetch-cli/fastfetch"
+distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=7867b0cd424689dea76b0d502e07abe449939f929eb252fc21b3a27c197cb195
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: fastfetch-2.11.3
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
  2024-05-05 14:33 ` [PR PATCH] [Updated] " fvalasiad
  2024-05-05 14:35 ` fvalasiad
@ 2024-05-07 17:06 ` Bnyro
  2024-05-07 17:07 ` Bnyro
                   ` (26 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Bnyro @ 2024-05-07 17:06 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2098920052

Comment:
Reasoning: Neofetch is discontinued/archived, see https://news.itsfoss.com/neofetch-rip/

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

* Re: New package: fastfetch-2.11.3
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (2 preceding siblings ...)
  2024-05-07 17:06 ` Bnyro
@ 2024-05-07 17:07 ` Bnyro
  2024-05-08 17:04 ` justinesmithies
                   ` (25 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Bnyro @ 2024-05-07 17:07 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2098920052

Comment:
Reasoning: Neofetch is discontinued/archived, see https://news.itsfoss.com/neofetch-rip/

Related issue: https://github.com/void-linux/void-packages/issues/38293

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

* Re: New package: fastfetch-2.11.3
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (3 preceding siblings ...)
  2024-05-07 17:07 ` Bnyro
@ 2024-05-08 17:04 ` justinesmithies
  2024-05-08 18:48 ` fvalasiad
                   ` (24 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: justinesmithies @ 2024-05-08 17:04 UTC (permalink / raw)
  To: ml

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

New comment by justinesmithies on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2101025519

Comment:
Fastfetch-2.11.5 is out now.

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

* Re: New package: fastfetch-2.11.3
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (4 preceding siblings ...)
  2024-05-08 17:04 ` justinesmithies
@ 2024-05-08 18:48 ` fvalasiad
  2024-05-08 20:41 ` [PR PATCH] [Updated] " fvalasiad
                   ` (23 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-08 18:48 UTC (permalink / raw)
  To: ml

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

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2101218111

Comment:
> Fastfetch-2.11.5 is out now.

I am aware, thanks!

They are releasing almost daily though and that would be too spammy for the void team, so if the package gets merged, I'll aim towards updating once a week or so. I will have to test the package before releasing each time so it's for the best regarding my own time too!

I will update the PR for now, but rest assured I will be updating it in the future without a need for a ping ( I hope!), don't think I gave up on it if I skipped a release or two!

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

* Re: [PR PATCH] [Updated] New package: fastfetch-2.11.3
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (5 preceding siblings ...)
  2024-05-08 18:48 ` fvalasiad
@ 2024-05-08 20:41 ` fvalasiad
  2024-05-09  9:07 ` New package: fastfetch-2.11.5 AnInternetTroll
                   ` (22 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-08 20:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/50201

New package: fastfetch-2.11.3
A solid neofetch replacement for void powerusers!


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

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

From 4c1fd67460dabad2e80ddd213d9afb33d8e39df5 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sun, 5 May 2024 17:22:36 +0300
Subject: [PATCH] New package: fastfetch-2.11.5

A solid neofetch replacement for void powerusers!

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
---
 srcpkgs/fastfetch/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/fastfetch/template

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 00000000000000..5dd8fb588b35c7
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,15 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=2.11.5
+revision=1
+build_style=cmake
+short_desc="Fast neofetch alternative written in C"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="MIT"
+homepage="https://github.com/fastfetch-cli/fastfetch"
+distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum="83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (6 preceding siblings ...)
  2024-05-08 20:41 ` [PR PATCH] [Updated] " fvalasiad
@ 2024-05-09  9:07 ` AnInternetTroll
  2024-05-09  9:50 ` [PR PATCH] [Updated] " fvalasiad
                   ` (21 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: AnInternetTroll @ 2024-05-09  9:07 UTC (permalink / raw)
  To: ml

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

New comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2102263585

Comment:
Tested on x86\_64-glibc and works as expected!


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

* Re: [PR PATCH] [Updated] New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (7 preceding siblings ...)
  2024-05-09  9:07 ` New package: fastfetch-2.11.5 AnInternetTroll
@ 2024-05-09  9:50 ` fvalasiad
  2024-05-09  9:52 ` fvalasiad
                   ` (20 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-09  9:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/50201

New package: fastfetch-2.11.5
A solid neofetch replacement for void powerusers!


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

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

From 6925a0fe21e299c9964e8f7911309f6d5a2c667b Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sun, 5 May 2024 17:22:36 +0300
Subject: [PATCH] New package: fastfetch-2.11.5

A solid neofetch replacement for void powerusers!

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
 srcpkgs/fastfetch/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/fastfetch/template

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 00000000000000..e3fa3a183ca429
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,21 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=2.11.5
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTS=On"
+short_desc="Fast neofetch alternative written in C"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="MIT"
+homepage="https://github.com/fastfetch-cli/fastfetch"
+distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum="83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64"
+
+do_check() {
+	cd build
+	ctest ${makejobs}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (8 preceding siblings ...)
  2024-05-09  9:50 ` [PR PATCH] [Updated] " fvalasiad
@ 2024-05-09  9:52 ` fvalasiad
  2024-05-11 23:56 ` hervyqa
                   ` (19 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-09  9:52 UTC (permalink / raw)
  To: ml

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

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2102334063

Comment:
@AnInternetTroll Surely! Patch applied.
Also added you as a Co-author

I've tested on x86_64-glibc, x86_64-musl, aarch64-glibc.

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

* Re: New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (9 preceding siblings ...)
  2024-05-09  9:52 ` fvalasiad
@ 2024-05-11 23:56 ` hervyqa
  2024-05-11 23:57 ` hervyqa
                   ` (18 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: hervyqa @ 2024-05-11 23:56 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2106061810

Comment:
please add changelog. like this #38310

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

* Re: New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (10 preceding siblings ...)
  2024-05-11 23:56 ` hervyqa
@ 2024-05-11 23:57 ` hervyqa
  2024-05-12 17:30 ` [PR PATCH] [Updated] " fvalasiad
                   ` (17 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: hervyqa @ 2024-05-11 23:57 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2106061810

Comment:
please add conf_file and changelog. like this #38310

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

* Re: [PR PATCH] [Updated] New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (11 preceding siblings ...)
  2024-05-11 23:57 ` hervyqa
@ 2024-05-12 17:30 ` fvalasiad
  2024-05-12 17:32 ` fvalasiad
                   ` (16 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-12 17:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/50201

New package: fastfetch-2.11.5
A solid neofetch replacement for void powerusers!

Closes #38293

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64-glibc



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

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

From 7cb7d3fca8085433aa6aba499c8051f9d1e1536a Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sun, 5 May 2024 17:22:36 +0300
Subject: [PATCH] New package: fastfetch-2.11.5

A solid neofetch replacement for void powerusers!

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
 srcpkgs/fastfetch/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/fastfetch/template

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 00000000000000..8936b4fe37c60a
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,23 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=2.11.5
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTS=On"
+hostmakedepends="pkg-config"
+short_desc="Fast neofetch alternative written in C"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="MIT"
+homepage="https://github.com/fastfetch-cli/fastfetch"
+changelog="https://raw.githubusercontent.com/fastfetch-cli/fastfetch/master/CHANGELOG.md"
+distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum="83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64"
+
+do_check() {
+	cd build
+	ctest ${makejobs}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (12 preceding siblings ...)
  2024-05-12 17:30 ` [PR PATCH] [Updated] " fvalasiad
@ 2024-05-12 17:32 ` fvalasiad
  2024-05-12 18:38 ` AnInternetTroll
                   ` (15 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-12 17:32 UTC (permalink / raw)
  To: ml

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

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2106321981

Comment:
> please add conf_file and changelog. like this #38310

Adding the changelog certainly, but uncertain about `conf_files`.

If that's meant to point to fastfetch's config, then according to its manpage:

> Config Files
>        Fastfetch uses JSONC based format for configuration. Fastfetch doesn't
>        generate config file automatically; it should be generated manually by
>        --gen-config.  The config file will be saved in
>        ~/.config/fastfetch/config.jsonc by default.

If you are willing to provide an extra pointer to what requesting I'll try my best to deliver!


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

* Re: New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (13 preceding siblings ...)
  2024-05-12 17:32 ` fvalasiad
@ 2024-05-12 18:38 ` AnInternetTroll
  2024-05-12 18:49 ` AnInternetTroll
                   ` (14 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: AnInternetTroll @ 2024-05-12 18:38 UTC (permalink / raw)
  To: ml

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

New comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2106339794

Comment:
On Sun, May 12, 2024 at 10:32:43AM GMT, Fotios Valasiadis wrote:
>> please add conf_file and changelog. like this #38310
>
>Adding the changelog certainly, but uncertain about `conf_files`.

Seems like fastfetch has an undocumented /etc/fastfetch/config.conf file
that takes in CLI arguments. For example:

```
--logo windows
--color cyan
--kernel-format {1} {2}
--host-format {2}
```

What @hervyqa is asking is you add
`conf_files="/etc/fastfetch/config.conf"` under `configure_args`, how
the PR linked does it

https://github.com/void-linux/void-packages/pull/38310/files#diff-4db011d7f520a56f51c21a61c5db944e05bafe1cbe4cbaa570f4099d2715a5eeR7



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

* Re: New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (14 preceding siblings ...)
  2024-05-12 18:38 ` AnInternetTroll
@ 2024-05-12 18:49 ` AnInternetTroll
  2024-05-12 20:17 ` fvalasiad
                   ` (13 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: AnInternetTroll @ 2024-05-12 18:49 UTC (permalink / raw)
  To: ml

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

New comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2106342476

Comment:
Side note, a better alternative might be to only build the tests when
the tests will be ran, and not always build them

```bash
if [ "$XBPS_CHECK_PKGS" ]; then
	configure_args="-DBUILD_TESTS=ON"
fi
```


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

* Re: New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (15 preceding siblings ...)
  2024-05-12 18:49 ` AnInternetTroll
@ 2024-05-12 20:17 ` fvalasiad
  2024-05-12 20:20 ` [PR PATCH] [Updated] " fvalasiad
                   ` (12 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-12 20:17 UTC (permalink / raw)
  To: ml

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

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2106363647

Comment:
Sure! `./xbps-src pkg fastfetch` fails with that though complaining that:

> => ERROR: fastfetch-2.11.5_1: '/etc/fastfetch/config.conf' configuration file not in PKGDESTDIR!
> => ERROR: fastfetch-2.11.5_1: cannot continue with installation!

Any ideas?

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

* Re: [PR PATCH] [Updated] New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (16 preceding siblings ...)
  2024-05-12 20:17 ` fvalasiad
@ 2024-05-12 20:20 ` fvalasiad
  2024-05-12 20:22 ` fvalasiad
                   ` (11 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-12 20:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/50201

New package: fastfetch-2.11.5
A solid neofetch replacement for void powerusers!

Closes #38293

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64-glibc



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

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

From 4ea99e2f19531ca2a2c2728ab99c772bfd564123 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sun, 5 May 2024 17:22:36 +0300
Subject: [PATCH] New package: fastfetch-2.11.5

A solid neofetch replacement for void powerusers!

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
 srcpkgs/fastfetch/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/fastfetch/template

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 00000000000000..7c7eb024ca31c5
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,27 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=2.11.5
+revision=1
+build_style=cmake
+configure_args=""
+hostmakedepends="pkg-config"
+short_desc="Fast neofetch alternative written in C"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="MIT"
+homepage="https://github.com/fastfetch-cli/fastfetch"
+changelog="https://raw.githubusercontent.com/fastfetch-cli/fastfetch/master/CHANGELOG.md"
+distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum="83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64"
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+    configure_args+="-DBUILD_TESTS=On"
+fi
+
+do_check() {
+	cd build
+	ctest ${makejobs}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (17 preceding siblings ...)
  2024-05-12 20:20 ` [PR PATCH] [Updated] " fvalasiad
@ 2024-05-12 20:22 ` fvalasiad
  2024-05-12 20:26 ` fvalasiad
                   ` (10 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-12 20:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/50201

New package: fastfetch-2.11.5
A solid neofetch replacement for void powerusers!

Closes #38293

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64-glibc



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

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

From 4ac52299eb441732a5acdd390627c1f7967bdb7e Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sun, 5 May 2024 17:22:36 +0300
Subject: [PATCH] New package: fastfetch-2.11.5

A solid neofetch replacement for void powerusers!

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
 srcpkgs/fastfetch/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/fastfetch/template

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 00000000000000..4169206e771976
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,27 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=2.11.5
+revision=1
+build_style=cmake
+configure_args=""
+hostmakedepends="pkg-config"
+short_desc="Fast neofetch alternative written in C"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="MIT"
+homepage="https://github.com/fastfetch-cli/fastfetch"
+changelog="https://raw.githubusercontent.com/fastfetch-cli/fastfetch/master/CHANGELOG.md"
+distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum="83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64"
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+    configure_args+=" -DBUILD_TESTS=On"
+fi
+
+do_check() {
+	cd build
+	ctest ${makejobs}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (18 preceding siblings ...)
  2024-05-12 20:22 ` fvalasiad
@ 2024-05-12 20:26 ` fvalasiad
  2024-05-12 20:29 ` fvalasiad
                   ` (9 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-12 20:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/50201

New package: fastfetch-2.11.5
A solid neofetch replacement for void powerusers!

Closes #38293

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64-glibc



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

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

From 5ead392598065ee2961b87843a65f3766b1e83be Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sun, 5 May 2024 17:22:36 +0300
Subject: [PATCH] New package: fastfetch-2.11.5

A solid neofetch replacement for void powerusers!

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
 srcpkgs/fastfetch/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/fastfetch/template

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 00000000000000..a31b788dd71980
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,26 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=2.11.5
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+short_desc="Fast neofetch alternative written in C"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="MIT"
+homepage="https://github.com/fastfetch-cli/fastfetch"
+changelog="https://raw.githubusercontent.com/fastfetch-cli/fastfetch/master/CHANGELOG.md"
+distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum="83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64"
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+    configure_args+=" -DBUILD_TESTS=ON"
+fi
+
+do_check() {
+	cd build
+	ctest ${makejobs}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (19 preceding siblings ...)
  2024-05-12 20:26 ` fvalasiad
@ 2024-05-12 20:29 ` fvalasiad
  2024-05-12 20:39 ` AnInternetTroll
                   ` (8 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-12 20:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/50201

New package: fastfetch-2.11.5
A solid neofetch replacement for void powerusers!

Closes #38293

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64-glibc



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

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

From e1ffff8e20aef7c56b519c043942325b93b0c03a Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sun, 5 May 2024 17:22:36 +0300
Subject: [PATCH] New package: fastfetch-2.11.5

A solid neofetch replacement for void powerusers!

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
 srcpkgs/fastfetch/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/fastfetch/template

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 00000000000000..be6b0899a4ec4e
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,26 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=2.11.5
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+short_desc="Fast neofetch alternative written in C"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="MIT"
+homepage="https://github.com/fastfetch-cli/fastfetch"
+changelog="https://raw.githubusercontent.com/fastfetch-cli/fastfetch/master/CHANGELOG.md"
+distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum="83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64"
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -DBUILD_TESTS=ON"
+fi
+
+do_check() {
+	cd build
+	ctest ${makejobs}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (20 preceding siblings ...)
  2024-05-12 20:29 ` fvalasiad
@ 2024-05-12 20:39 ` AnInternetTroll
  2024-05-12 20:48 ` fvalasiad
                   ` (7 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: AnInternetTroll @ 2024-05-12 20:39 UTC (permalink / raw)
  To: ml

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

New comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2106368349

Comment:
On Sun, May 12, 2024 at 01:18:16PM GMT, Fotios Valasiadis wrote:
>Sure! `./xbps-src pkg fastfetch` fails with that though complaining that:
>
>> => ERROR: fastfetch-2.11.5_1: '/etc/fastfetch/config.conf' configuration file not in PKGDESTDIR!
>> => ERROR: fastfetch-2.11.5_1: cannot continue with installation!
>
>Any ideas?

On second though, maybe it's not a good idea

1. It's deprecated
> We are deprecating flags based config files (will be removed in v3.0.0).
> We suggest you migrate to json based config files. One may use -c
> /path/to/config.conf --gen-config to migrate existing flag based config
> files.

https://github.com/fastfetch-cli/fastfetch/blob/dev/CHANGELOG.md#240

2. The package doesn't need a "default config", so in theory it won't be
    overwritten by xbps

But thanks for testing it out!


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

* Re: New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (21 preceding siblings ...)
  2024-05-12 20:39 ` AnInternetTroll
@ 2024-05-12 20:48 ` fvalasiad
  2024-05-12 20:58 ` AnInternetTroll
                   ` (6 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-12 20:48 UTC (permalink / raw)
  To: ml

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

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2106370576

Comment:
> On Sun, May 12, 2024 at 01:18:16PM GMT, Fotios Valasiadis wrote: Sure! `./xbps-src pkg fastfetch` fails with that though complaining that: > => ERROR: fastfetch-2.11.5_1: '/etc/fastfetch/config.conf' configuration file not in PKGDESTDIR! > => ERROR: fastfetch-2.11.5_1: cannot continue with installation! Any ideas?
> On second though, maybe it's not a good idea 1. It's deprecated
> We are deprecating flags based config files (will be removed in v3.0.0). We suggest you migrate to json based config files. One may use -c /path/to/config.conf --gen-config to migrate existing flag based config files.
> https://github.com/fastfetch-cli/fastfetch/blob/dev/CHANGELOG.md#240 2. The package doesn't need a "default config", so in theory it won't be overwritten by xbps But thanks for testing it out!

Gucci, removed `configure_args` from the top and added a conditional append, just in case we wanna define default configure flags in the future. If that's alright with you!

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

* Re: New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (22 preceding siblings ...)
  2024-05-12 20:48 ` fvalasiad
@ 2024-05-12 20:58 ` AnInternetTroll
  2024-05-15 20:38 ` SpidFightFR
                   ` (5 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: AnInternetTroll @ 2024-05-12 20:58 UTC (permalink / raw)
  To: ml

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

New comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2106372649

Comment:
Absolutely, great work!


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

* Re: New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (23 preceding siblings ...)
  2024-05-12 20:58 ` AnInternetTroll
@ 2024-05-15 20:38 ` SpidFightFR
  2024-05-16 20:12 ` [PR PATCH] [Updated] " fvalasiad
                   ` (4 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: SpidFightFR @ 2024-05-15 20:38 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/50201#issuecomment-2113418066

Comment:
hey, i've been using fastfetch as well for the past 5 months or so, with a personal template i work on, it never broke for me.

I personally approve the addition of fastfetch as a replacement for neofetch. :v:

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

* Re: [PR PATCH] [Updated] New package: fastfetch-2.11.5
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (24 preceding siblings ...)
  2024-05-15 20:38 ` SpidFightFR
@ 2024-05-16 20:12 ` fvalasiad
  2024-05-16 20:51 ` [PR PATCH] [Updated] New package: fastfetch-2.12.0 fvalasiad
                   ` (3 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-16 20:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/50201

New package: fastfetch-2.11.5
A solid neofetch replacement for void powerusers!

Closes #38293

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64-glibc



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

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

From 6723db0bbc4c6913c7cc6347a1a07981c55077b1 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sun, 5 May 2024 17:22:36 +0300
Subject: [PATCH] New package: fastfetch-2.12.0

A solid neofetch replacement for void powerusers!

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
 srcpkgs/fastfetch/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/fastfetch/template

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 00000000000000..be6b0899a4ec4e
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,26 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=2.11.5
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+short_desc="Fast neofetch alternative written in C"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="MIT"
+homepage="https://github.com/fastfetch-cli/fastfetch"
+changelog="https://raw.githubusercontent.com/fastfetch-cli/fastfetch/master/CHANGELOG.md"
+distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum="83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64"
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -DBUILD_TESTS=ON"
+fi
+
+do_check() {
+	cd build
+	ctest ${makejobs}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: fastfetch-2.12.0
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (25 preceding siblings ...)
  2024-05-16 20:12 ` [PR PATCH] [Updated] " fvalasiad
@ 2024-05-16 20:51 ` fvalasiad
  2024-05-21 17:35 ` fvalasiad
                   ` (2 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-16 20:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/50201

New package: fastfetch-2.12.0
A solid neofetch replacement for void powerusers!

Closes #38293

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64-glibc



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

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

From 275af49c9cf45845f2412f8676ccf3597f33947d Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sun, 5 May 2024 17:22:36 +0300
Subject: [PATCH] New package: fastfetch-2.12.0

A solid neofetch replacement for void powerusers!

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
 srcpkgs/fastfetch/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/fastfetch/template

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 00000000000000..77e4857e8c6608
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,26 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=2.12.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+short_desc="Fast neofetch alternative written in C"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="MIT"
+homepage="https://github.com/fastfetch-cli/fastfetch"
+changelog="https://raw.githubusercontent.com/fastfetch-cli/fastfetch/master/CHANGELOG.md"
+distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum="0f6d797ae0c4dd14d09f18ee3f51f53c29d820d8fd65066280938efed414af9d"
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -DBUILD_TESTS=ON"
+fi
+
+do_check() {
+	cd build
+	ctest ${makejobs}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: fastfetch-2.12.0
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (26 preceding siblings ...)
  2024-05-16 20:51 ` [PR PATCH] [Updated] New package: fastfetch-2.12.0 fvalasiad
@ 2024-05-21 17:35 ` fvalasiad
  2024-05-23 16:37 ` [PR PATCH] [Updated] New package: fastfetch-2.13.1 fvalasiad
  2024-05-27 16:06 ` [PR PATCH] [Closed]: New package: fastfetch-2.13.2 classabbyamp
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-21 17:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/50201

New package: fastfetch-2.12.0
A solid neofetch replacement for void powerusers!

Closes #38293

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64-glibc



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

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

From 6599dc69f58c4fa9b4685f5700703b554dc07906 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sun, 5 May 2024 17:22:36 +0300
Subject: [PATCH] New package: fastfetch-2.13.1

A solid neofetch replacement for void powerusers!

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
 srcpkgs/fastfetch/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/fastfetch/template

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 00000000000000..c3b539681ba4e0
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,26 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=2.13.1
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+short_desc="Fast neofetch alternative written in C"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="MIT"
+homepage="https://github.com/fastfetch-cli/fastfetch"
+changelog="https://raw.githubusercontent.com/fastfetch-cli/fastfetch/master/CHANGELOG.md"
+distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum="23bdf0789a8387c958ea1ac69e7ddd514b4de8199f09e361735eab10674665ec"
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -DBUILD_TESTS=ON"
+fi
+
+do_check() {
+	cd build
+	ctest ${makejobs}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: fastfetch-2.13.1
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (27 preceding siblings ...)
  2024-05-21 17:35 ` fvalasiad
@ 2024-05-23 16:37 ` fvalasiad
  2024-05-27 16:06 ` [PR PATCH] [Closed]: New package: fastfetch-2.13.2 classabbyamp
  29 siblings, 0 replies; 31+ messages in thread
From: fvalasiad @ 2024-05-23 16:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/50201

New package: fastfetch-2.13.1
A solid neofetch replacement for void powerusers!

Closes #38293

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64-glibc



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

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

From d82649ce7a225620ec36b8b6d9e39b9e4627f3f4 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sun, 5 May 2024 17:22:36 +0300
Subject: [PATCH] New package: fastfetch-2.13.2

A solid neofetch replacement for void powerusers!

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
 srcpkgs/fastfetch/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/fastfetch/template

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 00000000000000..2eca931266dcc6
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,26 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=2.13.2
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+short_desc="Fast neofetch alternative written in C"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="MIT"
+homepage="https://github.com/fastfetch-cli/fastfetch"
+changelog="https://raw.githubusercontent.com/fastfetch-cli/fastfetch/master/CHANGELOG.md"
+distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum="69ff73a2f5da269bdfbde0a81182a427c6d141633a70cb4b69f7ad37e49726ba"
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -DBUILD_TESTS=ON"
+fi
+
+do_check() {
+	cd build
+	ctest ${makejobs}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New package: fastfetch-2.13.2
  2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
                   ` (28 preceding siblings ...)
  2024-05-23 16:37 ` [PR PATCH] [Updated] New package: fastfetch-2.13.1 fvalasiad
@ 2024-05-27 16:06 ` classabbyamp
  29 siblings, 0 replies; 31+ messages in thread
From: classabbyamp @ 2024-05-27 16:06 UTC (permalink / raw)
  To: ml

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

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

New package: fastfetch-2.13.2
https://github.com/void-linux/void-packages/pull/50201

Description:
A solid neofetch replacement for void powerusers!

Closes #38293

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64-glibc



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

end of thread, other threads:[~2024-05-27 16:06 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-05 14:28 [PR PATCH] New package: fastfetch-2.11.3 fvalasiad
2024-05-05 14:33 ` [PR PATCH] [Updated] " fvalasiad
2024-05-05 14:35 ` fvalasiad
2024-05-07 17:06 ` Bnyro
2024-05-07 17:07 ` Bnyro
2024-05-08 17:04 ` justinesmithies
2024-05-08 18:48 ` fvalasiad
2024-05-08 20:41 ` [PR PATCH] [Updated] " fvalasiad
2024-05-09  9:07 ` New package: fastfetch-2.11.5 AnInternetTroll
2024-05-09  9:50 ` [PR PATCH] [Updated] " fvalasiad
2024-05-09  9:52 ` fvalasiad
2024-05-11 23:56 ` hervyqa
2024-05-11 23:57 ` hervyqa
2024-05-12 17:30 ` [PR PATCH] [Updated] " fvalasiad
2024-05-12 17:32 ` fvalasiad
2024-05-12 18:38 ` AnInternetTroll
2024-05-12 18:49 ` AnInternetTroll
2024-05-12 20:17 ` fvalasiad
2024-05-12 20:20 ` [PR PATCH] [Updated] " fvalasiad
2024-05-12 20:22 ` fvalasiad
2024-05-12 20:26 ` fvalasiad
2024-05-12 20:29 ` fvalasiad
2024-05-12 20:39 ` AnInternetTroll
2024-05-12 20:48 ` fvalasiad
2024-05-12 20:58 ` AnInternetTroll
2024-05-15 20:38 ` SpidFightFR
2024-05-16 20:12 ` [PR PATCH] [Updated] " fvalasiad
2024-05-16 20:51 ` [PR PATCH] [Updated] New package: fastfetch-2.12.0 fvalasiad
2024-05-21 17:35 ` fvalasiad
2024-05-23 16:37 ` [PR PATCH] [Updated] New package: fastfetch-2.13.1 fvalasiad
2024-05-27 16:06 ` [PR PATCH] [Closed]: New package: fastfetch-2.13.2 classabbyamp

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