From fd68cc2c8b75d9ad2a0edf274de5e1232e3dec88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sun, 6 Nov 2016 22:37:37 +0100
Subject: [PATCH] gnu: ghostscript: Add 'upstream-name' property.

This allows 'guix refresh' to do the right thing.

* gnu/packages/ghostscript.scm (ghostscript)[properties]: New field.
---
 gnu/packages/ghostscript.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 09b10f77419..591e3e7d481 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -191,7 +191,8 @@ (define-public ghostscript
 capabilities of the PostScript language.  It supports a wide variety of
 output file formats and printers.")
    (license license:agpl3+)
-   (home-page "http://www.gnu.org/software/ghostscript/")))
+   (home-page "http://www.gnu.org/software/ghostscript/")
+   (properties '((upstream-name . "gnu-ghostscript")))))
 
 (define ghostscript/fixed
   (package
-- 
GitLab