GNU bug report logs - #26844
[PATCH] gnu: add neofetch

Previous Next

Package: guix-patches;

Reported by: "Ethan R. Jones" <doubleplusgood23 <at> gmail.com>

Date: Mon, 8 May 2017 20:15:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26844 in the body.
You can then email your comments to 26844 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#26844; Package guix-patches. (Mon, 08 May 2017 20:15:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Ethan R. Jones" <doubleplusgood23 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 08 May 2017 20:15:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Ethan R. Jones" <doubleplusgood23 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Ethan R. Jones" <doubleplusgood23 <at> gmail.com>
Subject: [PATCH] gnu: add neofetch
Date: Mon,  8 May 2017 16:14:21 -0400
---
 gnu/packages/games.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index b47a66193..8e0331d26 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -29,6 +29,8 @@
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me <at> tobias.gr>
 ;;; Copyright © 2017 nee <nee-git <at> hidamari.blue>
 ;;; Copyright © 2017 Clément Lassieur <clement <at> lassieur.org>
+;;; Copyright © 2017 Ethan R. Jones <doubleplusgood23 <at> gmail.com>
+;;;
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4168,3 +4170,36 @@ at their peak of economic growth and military prowess.
                    license:lgpl3
                    license:mpl2.0
                    license:zlib))))
+
+(define-public neofetch
+  (package
+    (name "neofetch")
+    (version "3.1.0")
+    (source (origin
+              (method url-fetch)
+              (uri
+               (string-append "https://github.com/dylanaraps/neofetch/archive/"
+                              version ".tar.gz"))
+              (file-name (string-append name "-" version))
+              (sha256
+               (base32
+                "1rgznkl7a5q7lnc6zxlwvinq20b7k46n949l1hiwifarv0jgwynv"))))
+    (build-system gnu-build-system)
+    (arguments
+     '(#:tests? #f ;; no tests
+       #:phases
+       (modify-phases %standard-phases
+         (delete 'configure)
+         (delete 'build))
+       #:make-flags  ;; proper DESTDIR
+       (list (string-append "DESTDIR=" %output))))
+    (inputs `(("bash" ,bash)))
+    (synopsis "System info script")
+    (description "Neofetch is a CLI system information tool written in
+BASH.  Neofetch displays information about your system next to an image, your OS
+logo, or any ASCII file of your choice.  The main purpose of Neofetch is
+to be used in screenshots to show other users what OS/Distro you're
+running, what Theme/Icons you're using etc.")
+    (home-page "https://github.com/dylanaraps/neofetch")
+    (license license:expat)))
+
-- 
2.12.2





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Mon, 08 May 2017 21:07:01 GMT) Full text and rfc822 format available.

Notification sent to "Ethan R. Jones" <doubleplusgood23 <at> gmail.com>:
bug acknowledged by developer. (Mon, 08 May 2017 21:07:02 GMT) Full text and rfc822 format available.

Message #10 received at 26844-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: "Ethan R. Jones" <doubleplusgood23 <at> gmail.com>
Cc: 26844-done <at> debbugs.gnu.org
Subject: Re: bug#26844: [PATCH] gnu: add neofetch
Date: Mon, 08 May 2017 23:06:47 +0200
Ethan R. Jones <doubleplusgood23 <at> gmail.com> writes:

> ---
>  gnu/packages/games.scm | 35 +++++++++++++++++++++++++++++++++++
>  1 file changed, 35 insertions(+)

[…]

I made a couple of changes and pushed this with commit
c70e85501f7d0ac396de541623366b6e5dbef698 to master.

Thanks for the excellent first patch!  I hope we’ll see more in the
future :)

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net





Information forwarded to guix-patches <at> gnu.org:
bug#26844; Package guix-patches. (Mon, 08 May 2017 21:14:01 GMT) Full text and rfc822 format available.

Message #13 received at 26844-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: "Ethan R. Jones" <doubleplusgood23 <at> gmail.com>
Cc: 26844-done <at> debbugs.gnu.org
Subject: Re: bug#26844: [PATCH] gnu: add neofetch
Date: Mon, 08 May 2017 23:13:05 +0200
Ricardo Wurmus <rekado <at> elephly.net> writes:

> Ethan R. Jones <doubleplusgood23 <at> gmail.com> writes:
>
>> ---
>>  gnu/packages/games.scm | 35 +++++++++++++++++++++++++++++++++++
>>  1 file changed, 35 insertions(+)
>
> […]
>
> I made a couple of changes and pushed this with commit
> c70e85501f7d0ac396de541623366b6e5dbef698 to master.

Actually, it was pushed as 6e75ea481b9ff8cf65e9c5bd206bb611e1ef906f.
Sorry for the confusion!

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 06 Jun 2017 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 17 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.