Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fastfetch-1.6.0
@ 2022-07-27 14:57 tranzystorek-io
  2022-07-27 15:13 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-07-27 14:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages fastfetch
https://github.com/void-linux/void-packages/pull/38310

New package: fastfetch-1.6.0
- chafa: update to 1.12.3
- New package: fastfetch-1.6.0

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

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

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

<!-- 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/38310.patch is attached

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

From 5876a1f69ac8b7bb87e90c68592f8f6e1222d414 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 27 Jul 2022 16:47:59 +0200
Subject: [PATCH 1/2] chafa: update to 1.12.3

---
 srcpkgs/chafa/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/chafa/template b/srcpkgs/chafa/template
index ba80b16495f3..9f663a06ae28 100644
--- a/srcpkgs/chafa/template
+++ b/srcpkgs/chafa/template
@@ -1,7 +1,7 @@
 # Template file for 'chafa'
 pkgname=chafa
-version=1.8.0
-revision=2
+version=1.12.3
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libglib-devel libmagick-devel libXext-devel libxml2-devel"
@@ -10,7 +10,7 @@ maintainer="Christian Buschau <christian.buschau@mailbox.org>"
 license="LGPL-3.0-or-later"
 homepage="https://hpjansson.org/chafa/"
 distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz"
-checksum=21ff652d836ba207098c40c459652b2f1de6c8a64fbffc62e7c6319ced32286b
+checksum=2456a0b6c1150e25b64cd6a92810d59bed3f061f8b86f91aba5a77bc7cc76cfa
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*) ;;

From c84d1a150d99b3c2d6c2ecb9f3a6873317e4c6e9 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 27 Jul 2022 16:48:42 +0200
Subject: [PATCH 2/2] New package: fastfetch-1.6.0

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

diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template
new file mode 100644
index 000000000000..5e37afd74dfc
--- /dev/null
+++ b/srcpkgs/fastfetch/template
@@ -0,0 +1,22 @@
+# Template file for 'fastfetch'
+pkgname=fastfetch
+version=1.6.0
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTS=ON"
+conf_files="/etc/fastfetch/config.conf"
+hostmakedepends="pkg-config"
+makedepends="chafa-devel dbus-devel dconf-devel glib-devel libmagick-devel
+librpm-devel libxcb-devel libXrandr-devel MesaLib-devel ocl-icd-devel
+pciutils-devel sqlite-devel Vulkan-Headers wayland-devel xfconf-devel zlib-devel"
+short_desc="Like neofetch, but much faster"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/LinusDierheimer/fastfetch"
+changelog="https://raw.githubusercontent.com/LinusDierheimer/fastfetch/master/CHANGELOG.md"
+distfiles="https://github.com/LinusDierheimer/fastfetch/archive/${version}.tar.gz"
+checksum=1636cfe56e65b8c7373f97371fedb41b1b59fd3a68a3e1adf8d1bc8e8d3d05d9
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: fastfetch-1.6.0
  2022-07-27 14:57 [PR PATCH] New package: fastfetch-1.6.0 tranzystorek-io
@ 2022-07-27 15:13 ` classabbyamp
  2022-07-27 15:15 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-07-27 15:13 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38310#issuecomment-1196890487

Comment:
this feels like Yet Another uname/sysinfo Theme (https://github.com/void-linux/void-packages/pull/31361) 

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

* Re: New package: fastfetch-1.6.0
  2022-07-27 14:57 [PR PATCH] New package: fastfetch-1.6.0 tranzystorek-io
  2022-07-27 15:13 ` classabbyamp
@ 2022-07-27 15:15 ` classabbyamp
  2022-07-27 15:22 ` tranzystorek-io
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-07-27 15:15 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38310#issuecomment-1196890487

Comment:
this feels like Yet Another uname/sysinfo Theme (see also https://github.com/void-linux/void-packages/pull/31361) 

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

* Re: New package: fastfetch-1.6.0
  2022-07-27 14:57 [PR PATCH] New package: fastfetch-1.6.0 tranzystorek-io
  2022-07-27 15:13 ` classabbyamp
  2022-07-27 15:15 ` classabbyamp
@ 2022-07-27 15:22 ` tranzystorek-io
  2022-07-27 20:59 ` tranzystorek-io
  2022-07-27 20:59 ` [PR PATCH] [Closed]: " tranzystorek-io
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-07-27 15:22 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38310#issuecomment-1196902372

Comment:
Fair, although in my brief test it was able to gather a lot of extra info like battery, wsl stats, etc.

If we dislike *fetch clones I'll gladly comply (in that case please remember to also close the package request).

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

* Re: New package: fastfetch-1.6.0
  2022-07-27 14:57 [PR PATCH] New package: fastfetch-1.6.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-07-27 15:22 ` tranzystorek-io
@ 2022-07-27 20:59 ` tranzystorek-io
  2022-07-27 20:59 ` [PR PATCH] [Closed]: " tranzystorek-io
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-07-27 20:59 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38310#issuecomment-1197361349

Comment:
Closing as it's unlikely to be merged as is

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

* Re: [PR PATCH] [Closed]: New package: fastfetch-1.6.0
  2022-07-27 14:57 [PR PATCH] New package: fastfetch-1.6.0 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-07-27 20:59 ` tranzystorek-io
@ 2022-07-27 20:59 ` tranzystorek-io
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-07-27 20:59 UTC (permalink / raw)
  To: ml

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

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

New package: fastfetch-1.6.0
https://github.com/void-linux/void-packages/pull/38310

Description:
- chafa: update to 1.12.3
- New package: fastfetch-1.6.0

Closes #38293 

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

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

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

<!-- 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
-->


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

end of thread, other threads:[~2022-07-27 20:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 14:57 [PR PATCH] New package: fastfetch-1.6.0 tranzystorek-io
2022-07-27 15:13 ` classabbyamp
2022-07-27 15:15 ` classabbyamp
2022-07-27 15:22 ` tranzystorek-io
2022-07-27 20:59 ` tranzystorek-io
2022-07-27 20:59 ` [PR PATCH] [Closed]: " tranzystorek-io

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