Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cfonts
@ 2024-12-12 15:07 Trickyni-V56
  2024-12-12 15:09 ` [PR PATCH] [Updated] " Trickyni-V56
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Trickyni-V56 @ 2024-12-12 15:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Trickyni-V56/void-packages add-pkg-cfonts
https://github.com/void-linux/void-packages/pull/53492

New package: cfonts
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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
- [X] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

![image](https://github.com/user-attachments/assets/f3b835e3-1e3c-436a-bf81-6727ea1a49af)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-pkg-cfonts-53492.patch --]
[-- Type: text/x-diff, Size: 2621 bytes --]

From 866e6dbf66e9553389d28f039f985d6b3a531140 Mon Sep 17 00:00:00 2001
From: Trickyni-V56 <trickyniv56@gmail.com>
Date: Tue, 10 Dec 2024 23:42:36 +0200
Subject: [PATCH 1/3] thefuck: move setuptools to depends

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index dd7f1356e28f5f..0cb4fe653ce3c7 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -3,9 +3,8 @@ pkgname=thefuck
 version=3.32
 revision=4
 build_style=python3-module
-hostmakedepends="python3-setuptools"
 depends="python3-colorama python3-decorator python3-psutil python3-pyte
- python3-requests"
+ python3-requests python3-setuptools"
 checkdepends="python3-pytest-mock $depends"
 short_desc="Magnificent app which corrects your previous console command"
 maintainer="Orphaned <orphan@voidlinux.org>"

From d514217fe4a3583f8b87bc335cf38129b7aafbf0 Mon Sep 17 00:00:00 2001
From: Trickyni-V56 <trickyniv56@gmail.com>
Date: Wed, 11 Dec 2024 21:24:36 +0200
Subject: [PATCH 2/3] catpaws bapped the package and it works now

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

diff --git a/srcpkgs/cfonts/template b/srcpkgs/cfonts/template
new file mode 100644
index 00000000000000..3ddb34a999b422
--- /dev/null
+++ b/srcpkgs/cfonts/template
@@ -0,0 +1,19 @@
+# Template file for 'cfonts'
+pkgname=cfonts
+version=1.2.0rust
+revision=1
+#archs="x86_64"
+build_style=cargo
+#make_dirs="/var/log/dir 0755 root root"
+short_desc="Sexy fonts for the console"
+maintainer="Trickyni-V56 <trickyniv56@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/dominikwilkowski/cfonts"
+distfiles="https://github.com/dominikwilkowski/cfonts/archive/refs/tags/v${version}.tar.gz"
+build_wrksrc="rust"
+checksum=8337423201558b43ae48e0749058a58623700cfb777288f3a520dcdb0d723a6f
+
+pre_build() {
+	# Pre rust-build prepare script
+	make install 
+}

From 8fbaae90ec2cfc4a9729445af0f746d0499dafb4 Mon Sep 17 00:00:00 2001
From: Trickyni-V56 <trickyniv56@gmail.com>
Date: Thu, 12 Dec 2024 17:00:29 +0200
Subject: [PATCH 3/3] init

---
 srcpkgs/cfonts/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cfonts/template b/srcpkgs/cfonts/template
index 3ddb34a999b422..c3fe5564e2d27f 100644
--- a/srcpkgs/cfonts/template
+++ b/srcpkgs/cfonts/template
@@ -15,5 +15,5 @@ checksum=8337423201558b43ae48e0749058a58623700cfb777288f3a520dcdb0d723a6f
 
 pre_build() {
 	# Pre rust-build prepare script
-	make install 
+	make install
 }

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

* Re: [PR PATCH] [Updated] New package: cfonts
  2024-12-12 15:07 [PR PATCH] New package: cfonts Trickyni-V56
@ 2024-12-12 15:09 ` Trickyni-V56
  2024-12-12 19:31 ` Trickyni-V56
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Trickyni-V56 @ 2024-12-12 15:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Trickyni-V56/void-packages add-pkg-cfonts
https://github.com/void-linux/void-packages/pull/53492

New package: cfonts
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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
- [X] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

![image](https://github.com/user-attachments/assets/f3b835e3-1e3c-436a-bf81-6727ea1a49af)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-pkg-cfonts-53492.patch --]
[-- Type: text/x-diff, Size: 1086 bytes --]

From c69f71657e3190a96bccdd590999429d50b8630a Mon Sep 17 00:00:00 2001
From: Trickyni-V56 <trickyniv56@gmail.com>
Date: Wed, 11 Dec 2024 21:24:36 +0200
Subject: [PATCH] cfonts: init

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

diff --git a/srcpkgs/cfonts/template b/srcpkgs/cfonts/template
new file mode 100644
index 00000000000000..c3fe5564e2d27f
--- /dev/null
+++ b/srcpkgs/cfonts/template
@@ -0,0 +1,19 @@
+# Template file for 'cfonts'
+pkgname=cfonts
+version=1.2.0rust
+revision=1
+#archs="x86_64"
+build_style=cargo
+#make_dirs="/var/log/dir 0755 root root"
+short_desc="Sexy fonts for the console"
+maintainer="Trickyni-V56 <trickyniv56@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/dominikwilkowski/cfonts"
+distfiles="https://github.com/dominikwilkowski/cfonts/archive/refs/tags/v${version}.tar.gz"
+build_wrksrc="rust"
+checksum=8337423201558b43ae48e0749058a58623700cfb777288f3a520dcdb0d723a6f
+
+pre_build() {
+	# Pre rust-build prepare script
+	make install
+}

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

* Re: [PR PATCH] [Updated] New package: cfonts
  2024-12-12 15:07 [PR PATCH] New package: cfonts Trickyni-V56
  2024-12-12 15:09 ` [PR PATCH] [Updated] " Trickyni-V56
@ 2024-12-12 19:31 ` Trickyni-V56
  2025-03-24  2:07 ` github-actions
  2025-03-25 12:34 ` Trickyni-V56
  3 siblings, 0 replies; 5+ messages in thread
From: Trickyni-V56 @ 2024-12-12 19:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Trickyni-V56/void-packages add-pkg-cfonts
https://github.com/void-linux/void-packages/pull/53492

New package: cfonts
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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
- [X] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

![image](https://github.com/user-attachments/assets/f3b835e3-1e3c-436a-bf81-6727ea1a49af)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-pkg-cfonts-53492.patch --]
[-- Type: text/x-diff, Size: 1103 bytes --]

From b168bfa56c64dafff73e0ad44cd5dda9682e3395 Mon Sep 17 00:00:00 2001
From: Trickyni-V56 <trickyniv56@gmail.com>
Date: Wed, 11 Dec 2024 21:24:36 +0200
Subject: [PATCH] New package: cfonts-1.2.0rust

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

diff --git a/srcpkgs/cfonts/template b/srcpkgs/cfonts/template
new file mode 100644
index 00000000000000..c3fe5564e2d27f
--- /dev/null
+++ b/srcpkgs/cfonts/template
@@ -0,0 +1,19 @@
+# Template file for 'cfonts'
+pkgname=cfonts
+version=1.2.0rust
+revision=1
+#archs="x86_64"
+build_style=cargo
+#make_dirs="/var/log/dir 0755 root root"
+short_desc="Sexy fonts for the console"
+maintainer="Trickyni-V56 <trickyniv56@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/dominikwilkowski/cfonts"
+distfiles="https://github.com/dominikwilkowski/cfonts/archive/refs/tags/v${version}.tar.gz"
+build_wrksrc="rust"
+checksum=8337423201558b43ae48e0749058a58623700cfb777288f3a520dcdb0d723a6f
+
+pre_build() {
+	# Pre rust-build prepare script
+	make install
+}

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

* Re: New package: cfonts
  2024-12-12 15:07 [PR PATCH] New package: cfonts Trickyni-V56
  2024-12-12 15:09 ` [PR PATCH] [Updated] " Trickyni-V56
  2024-12-12 19:31 ` Trickyni-V56
@ 2025-03-24  2:07 ` github-actions
  2025-03-25 12:34 ` Trickyni-V56
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2025-03-24  2:07 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/53492#issuecomment-2746690958

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: cfonts
  2024-12-12 15:07 [PR PATCH] New package: cfonts Trickyni-V56
                   ` (2 preceding siblings ...)
  2025-03-24  2:07 ` github-actions
@ 2025-03-25 12:34 ` Trickyni-V56
  3 siblings, 0 replies; 5+ messages in thread
From: Trickyni-V56 @ 2025-03-25 12:34 UTC (permalink / raw)
  To: ml

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

New comment by Trickyni-V56 on void-packages repository

https://github.com/void-linux/void-packages/pull/53492#issuecomment-2751112531

Comment:
bump

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

end of thread, other threads:[~2025-03-25 12:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-12 15:07 [PR PATCH] New package: cfonts Trickyni-V56
2024-12-12 15:09 ` [PR PATCH] [Updated] " Trickyni-V56
2024-12-12 19:31 ` Trickyni-V56
2025-03-24  2:07 ` github-actions
2025-03-25 12:34 ` Trickyni-V56

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