emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38922: closed ([PATCH] gnu: Add xcur2png)


From: GNU bug Tracking System
Subject: bug#38922: closed ([PATCH] gnu: Add xcur2png)
Date: Mon, 06 Jan 2020 09:26:02 +0000

Your message dated Mon, 06 Jan 2020 03:25:08 -0600
with message-id <address@hidden>
and subject line Re: [bug#38922] [PATCH] gnu: Add xcur2png
has caused the debbugs.gnu.org bug report #38922,
regarding [PATCH] gnu: Add xcur2png
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38922: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38922
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add xcur2png Date: Sat, 4 Jan 2020 17:54:30 +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..63a84bb2ef 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)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("libpng" ,libpng)
+       ("libxcursor" ,libxcursor)))
+    (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.")
+    (home-page "https://github.com/eworm-de/xcur2png";)
+    (license license:gpl3+)))
-- 
2.24.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38922] [PATCH] gnu: Add xcur2png Date: Mon, 06 Jan 2020 03:25:08 -0600 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
This package was signed-off by Nicolas Goaziou (cc) with commit
fe0686864dc57ecdda7ecbb318d2618ac46169ae.

Closing, thanks!

-- 
Brett M. Gilio
GNU Guix, Contributor | GNU Project, Webmaster
[DFC0 C7F7 9EE6 0CA7 AE55 5E19 6722 43C4 A03F 0EEE]
<address@hidden> <address@hidden>


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]