guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gd: Specify 'cpe-name'.


From: Ludovic Courtès
Subject: 02/02: gnu: gd: Specify 'cpe-name'.
Date: Tue, 17 May 2016 16:16:10 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit bbb5d8aeea213f32e51ae18407aa8941f18a010b
Author: Ludovic Courtès <address@hidden>
Date:   Tue May 17 18:07:08 2016 +0200

    gnu: gd: Specify 'cpe-name'.
    
    * gnu/packages/gd.scm (gd)[properties]: New field.
---
 gnu/packages/gd.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index 6ae5579..769e7ce 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015 Eric Bavier <address@hidden>
 ;;;
@@ -69,7 +69,8 @@ formats.  GD is commonly used to generate charts, graphics, 
thumbnails, and
 most anything else, on the fly.  While not restricted to use on the web, the
 most common applications of GD involve website development.")
     (license (non-copyleft "file://COPYING"
-                        "See COPYING file in the distribution."))))
+                           "See COPYING file in the distribution."))
+    (properties '((cpe-name . "libgd")))))
 
 (define-public perl-gd
   (package



reply via email to

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