Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: uwufetch-2.0
@ 2022-11-14 10:20 xbt573
  2022-11-14 10:40 ` [PR PATCH] [Updated] " xbt573
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: xbt573 @ 2022-11-14 10:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xbt573/void-packages master
https://github.com/void-linux/void-packages/pull/40521

New package: uwufetch-2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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, (x86_64-glibc)


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

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

From e45e19c34a1d670c5c2fb32fb37ababa35a7f3a1 Mon Sep 17 00:00:00 2001
From: xbt573 <64583541+xbt573@users.noreply.github.com>
Date: Mon, 14 Nov 2022 13:18:09 +0300
Subject: [PATCH] New package: uwufetch-2.0

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

diff --git a/srcpkgs/uwufetch/template b/srcpkgs/uwufetch/template
new file mode 100644
index 000000000000..e5c522b17a63
--- /dev/null
+++ b/srcpkgs/uwufetch/template
@@ -0,0 +1,24 @@
+# Template file for 'uwufetch'
+pkgname=uwufetch
+version=2.0
+revision=1
+build_style=gnu-makefile
+makedepends="xwininfo"
+short_desc="Meme system info tool for (almost) all your Linux/Unix-based systems"
+maintainer="xbt573 <cheembox573@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/TheDarkBug/uwufetch"
+distfiles="https://github.com/TheDarkBug/uwufetch/archive/refs/tags/${version}.tar.gz"
+checksum=4f39b893da50f814a3ff0e4a175789c85547637ddbdc4440f9667ddbaf702732
+
+do_install() {
+	vmkdir usr/lib/uwufetch
+	vmkdir etc/uwufetch
+
+	vbin uwufetch                                   # install binary
+	vinstall libfetch.so    644 usr/lib             # install libfetch
+	vinstall fetch.h        644 usr/include         # install fetch library
+	vinstall default.config 644 etc/uwufetch config # install default config
+	vcopy res/* usr/lib/uwufetch                    # install arts
+	vman uwufetch.1                                 # install man page
+}

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

* Re: [PR PATCH] [Updated] New package: uwufetch-2.0
  2022-11-14 10:20 [PR PATCH] New package: uwufetch-2.0 xbt573
@ 2022-11-14 10:40 ` xbt573
  2023-02-13  2:01 ` github-actions
  2023-02-24  8:19 ` [PR PATCH] [Closed]: " xbt573
  2 siblings, 0 replies; 4+ messages in thread
From: xbt573 @ 2022-11-14 10:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xbt573/void-packages master
https://github.com/void-linux/void-packages/pull/40521

New package: uwufetch-2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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, (x86_64-glibc)


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

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

From 165466536808aac33f29f1e7795f7c7aa6e2ee1c Mon Sep 17 00:00:00 2001
From: xbt573 <64583541+xbt573@users.noreply.github.com>
Date: Mon, 14 Nov 2022 13:18:09 +0300
Subject: [PATCH] New package: uwufetch-2.0

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

diff --git a/srcpkgs/uwufetch/template b/srcpkgs/uwufetch/template
new file mode 100644
index 000000000000..e3bd7f4f04e6
--- /dev/null
+++ b/srcpkgs/uwufetch/template
@@ -0,0 +1,26 @@
+# Template file for 'uwufetch'
+pkgname=uwufetch
+version=2.0
+revision=1
+build_style=gnu-makefile
+makedepends="xwininfo"
+short_desc="Meme system info tool for (almost) all your Linux/Unix-based systems"
+maintainer="xbt573 <cheembox573@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/TheDarkBug/uwufetch"
+distfiles="https://github.com/TheDarkBug/uwufetch/archive/refs/tags/${version}.tar.gz"
+checksum=4f39b893da50f814a3ff0e4a175789c85547637ddbdc4440f9667ddbaf702732
+
+do_install() {
+	vmkdir usr/lib/uwufetch
+	vmkdir etc/uwufetch
+
+	vbin uwufetch                                   # install binary
+################## Library is currently not installed because of name conflict ###########
+#	vinstall libfetch.so    644 usr/lib             # install libfetch
+#	vinstall fetch.h        644 usr/include         # install fetch library
+##########################################################################################
+	vinstall default.config 644 etc/uwufetch config # install default config
+	vcopy res/* usr/lib/uwufetch                    # install arts
+	vman uwufetch.1                                 # install man page
+}

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

* Re: New package: uwufetch-2.0
  2022-11-14 10:20 [PR PATCH] New package: uwufetch-2.0 xbt573
  2022-11-14 10:40 ` [PR PATCH] [Updated] " xbt573
@ 2023-02-13  2:01 ` github-actions
  2023-02-24  8:19 ` [PR PATCH] [Closed]: " xbt573
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-02-13  2:01 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/40521#issuecomment-1427220363

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] 4+ messages in thread

* Re: [PR PATCH] [Closed]: New package: uwufetch-2.0
  2022-11-14 10:20 [PR PATCH] New package: uwufetch-2.0 xbt573
  2022-11-14 10:40 ` [PR PATCH] [Updated] " xbt573
  2023-02-13  2:01 ` github-actions
@ 2023-02-24  8:19 ` xbt573
  2 siblings, 0 replies; 4+ messages in thread
From: xbt573 @ 2023-02-24  8:19 UTC (permalink / raw)
  To: ml

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

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

New package: uwufetch-2.0
https://github.com/void-linux/void-packages/pull/40521

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

#### 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**

<!-- 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, (x86_64-glibc)


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

end of thread, other threads:[~2023-02-24  8:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14 10:20 [PR PATCH] New package: uwufetch-2.0 xbt573
2022-11-14 10:40 ` [PR PATCH] [Updated] " xbt573
2023-02-13  2:01 ` github-actions
2023-02-24  8:19 ` [PR PATCH] [Closed]: " xbt573

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