[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.
- branch master updated (6acf6ce -> ea54133), guix-commits, 2019/05/21
- 02/10: pack: Warn when building an empty pack., guix-commits, 2019/05/21
- 03/10: gnu: libstdc++-doc: Unhide., guix-commits, 2019/05/21
- 01/10: pack: Add '--root'., guix-commits, 2019/05/21
- 06/10: gnu: emacs: Make build more reproducible, guix-commits, 2019/05/21
- 09/10: gnu: gettext-minimal: Specify upstream name and CPE name.,
guix-commits <=
- 10/10: gnu: Add libtextstyle., guix-commits, 2019/05/21
- 04/10: gnu: libstdc++-doc: Add version 9.x., guix-commits, 2019/05/21
- 05/10: gnu: Add mallard-ducktype, guix-commits, 2019/05/21
- 08/10: weather: Accept package specs on the command line., guix-commits, 2019/05/21
- 07/10: gnu: emacs-minimal, emacs-xwidgets: Build with "--disable-build-details"., guix-commits, 2019/05/21