GNU bug report logs - #38877
[PATCH] gnu: Add xcur2png.

Previous Next

Package: guix-patches;

Reported by: Leo Prikler <leo.prikler <at> student.tugraz.at>

Date: Thu, 2 Jan 2020 20:24:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#38877: closed ([PATCH] gnu: Add xcur2png.)
Date: Sun, 05 Jan 2020 01:07:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 05 Jan 2020 02:06:26 +0100
with message-id <87pnfyu2y5.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#38877] [PATCH] gnu: Add xcur2png
has caused the debbugs.gnu.org bug report #38877,
regarding [PATCH] gnu: Add xcur2png.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
38877: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38877
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add xcur2png.
Date: Thu,  2 Jan 2020 21:23:36 +0100
* gnu/packages/xorg.scm (xcur2png): New variable.
---
 gnu/packages/xorg.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index fda61aff67..1c21a1cf86 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6425,3 +6425,29 @@ Thai).")
     ;; by simple permissive licenses.  See the 'COPYRIGHT' file.
     (license (list license:gpl2+
                    license:expat))))
+
+(define-public xcur2png
+  (package
+    (name "xcur2png")
+    (version "0.7.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/eworm-de/xcur2png.git")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0858wn2p14bxpv9lvaz2bz1rk6zk0g8zgxf8iy595m8fqv4q2fya"))))
+    (build-system gnu-build-system)
+    (synopsis "Decode X cursors")
+    (description
+     "xcur2png is a program decomposes an X cursor into a set of PNG images and
+a configuration file reusable by xcursorgen.")
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("libpng" ,libpng)
+       ("libxcursor" ,libxcursor)))
+    (home-page "https://github.com/eworm-de/xcur2png")
+    (license license:gpl3+)))
-- 
2.24.1



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Leo Prikler <leo.prikler <at> student.tugraz.at>
Cc: 38877-done <at> debbugs.gnu.org
Subject: Re: [bug#38877] [PATCH] gnu: Add xcur2png
Date: Sun, 05 Jan 2020 02:06:26 +0100
Hello,

Leo Prikler <leo.prikler <at> student.tugraz.at> writes:

> * gnu/packages/xorg.scm (xcur2png): New variable.

Applied. I also added a copyright line for you.

Thank you!

Regards,

-- 
Nicolas Goaziou


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

Previous Next


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