guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: gettext-minimal: Specify upstream name and CPE name.


From: guix-commits
Subject: 09/10: gnu: gettext-minimal: Specify upstream name and CPE name.
Date: Tue, 21 May 2019 18:09:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 69cb225c97f2099da9188e70fa9f3252d088044d
Author: Ludovic Courtès <address@hidden>
Date:   Tue May 21 23:28:06 2019 +0200

    gnu: gettext-minimal: Specify upstream name and CPE name.
    
    * gnu/packages/gettext.scm (gettext-minimal)[properties]: New field.
---
 gnu/packages/gettext.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 6cc7450..fd72b44 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -112,6 +112,8 @@
 textual output of programs into multiple languages.  It provides translators
 with the means to create message catalogs, and a runtime library to load
 translated messages from the catalogs.  Nearly all GNU packages use Gettext.")
+    (properties `((upstream-name . "gettext")
+                  (cpe-name . "gettext")))
     (license gpl3+)))                             ;some files are under GPLv2+
 
 ;; Use that name to avoid clashes with Guile's 'gettext' procedure.



reply via email to

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