GNU bug report logs - #34261
[PATCH]Add xclock

Previous Next

Package: guix-patches;

Reported by: Yoshinori Arai <kumagusu08 <at> gmail.com>

Date: Thu, 31 Jan 2019 03:00:03 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

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 34261 in the body.
You can then email your comments to 34261 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#34261; Package guix-patches. (Thu, 31 Jan 2019 03:00:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Yoshinori Arai <kumagusu08 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 31 Jan 2019 03:00:03 GMT) Full text and rfc822 format available.

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

From: Yoshinori Arai <kumagusu08 <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH]Add xclock
Date: Thu, 31 Jan 2019 11:55:01 +0900
Hello, my first patch.
gnu: Add xclock

1 file changed, 30 insertions(+)
gnu/packages/xdisorg.scm | 30 ++++++++++++++++++++++++++++++

modified   gnu/packages/xdisorg.scm
@@ -294,6 +294,36 @@ between desktops, and change the number of desktops.")
 following the mouse.")
     (license license:x11)))
 
+(define-public xclock
+  (package
+    (name "xclock")
+    (version "1.0.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://www.x.org/releases/individual/app/"
+                           name "-" version ".tar.bz2"))
+       (sha256
+        (base32 "1l3xv4bsca6bwxx73jyjz0blav86i7vwffkhdb1ac81y9slyrki3"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags
+       (list (string-append "--with-appdefaultdir="
+                            %output ,%app-defaults-dir))))
+    (inputs
+     `(("libxmu" ,libxmu)
+       ("libx11" ,libx11)
+       ("libxaw" ,libxaw)
+       ("libxrender" ,libxrender)
+       ("libxft" ,libxft)
+       ("libxkbfile" ,libxkbfile)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (home-page "https://www.x.org/")
+    (synopsis "Analog / digital clock for X")
+    (description "The xclock program displays the time in analog or digital
+ form.")
+    (license license:x11)))
 
 (define-public pixman
   (package





Reply sent to Marius Bakke <mbakke <at> fastmail.com>:
You have taken responsibility. (Thu, 31 Jan 2019 21:39:01 GMT) Full text and rfc822 format available.

Notification sent to Yoshinori Arai <kumagusu08 <at> gmail.com>:
bug acknowledged by developer. (Thu, 31 Jan 2019 21:39:02 GMT) Full text and rfc822 format available.

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

From: Marius Bakke <mbakke <at> fastmail.com>
To: Yoshinori Arai <kumagusu08 <at> gmail.com>, 34261-done <at> debbugs.gnu.org
Subject: Re: [bug#34261] [PATCH]Add xclock
Date: Thu, 31 Jan 2019 22:38:40 +0100
[Message part 1 (text/plain, inline)]
Yoshinori Arai <kumagusu08 <at> gmail.com> writes:

> Hello, my first patch.
> gnu: Add xclock

Hello, and welcome!

I moved the package definition to xorg.scm since it's part of the X11
infrastructure.  The license seems to be some X11/MIT hybrid, so I
changed it to use the "x11-style" license procedure rather than "x11".

I also added a copyright notice for you.

Pushed as ff75441fcf0ba1212b0342f933a8999bafe60f03, thank you!

PS: In the future, please use 'git format-patch' before sending the patch to
the bug tracker, that makes it easier to apply and test locally.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#34261; Package guix-patches. (Fri, 01 Feb 2019 04:08:01 GMT) Full text and rfc822 format available.

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

From: Yoshinori Arai <kumagusu08 <at> gmail.com>
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: 34261-done <at> debbugs.gnu.org
Subject: Re: [bug#34261] [PATCH]Add xclock
Date: Fri, 1 Feb 2019 13:07:11 +0900
On Thu, Jan 31, 2019 at 10:38:40PM +0100, Marius Bakke wrote:
> Yoshinori Arai <kumagusu08 <at> gmail.com> writes:
> 
> > Hello, my first patch.
> > gnu: Add xclock
> 
> Hello, and welcome!
> 
> I moved the package definition to xorg.scm since it's part of the X11
> infrastructure.  The license seems to be some X11/MIT hybrid, so I
> changed it to use the "x11-style" license procedure rather than "x11".
> 
> I also added a copyright notice for you.
> 
> Pushed as ff75441fcf0ba1212b0342f933a8999bafe60f03, thank you!
> 
> PS: In the future, please use 'git format-patch' before sending the patch to
> the bug tracker, that makes it easier to apply and test locally.

Hello,

I will try to use git-format-patch next time.

Thank you.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 01 Mar 2019 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 56 days ago.

Previous Next


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