diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4ffd1321efb..0a6c1d4d735 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> | 2 | ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> |
| 3 | ;;; Copyright © 2014 Ludovic Courtès <ludo@gnu.org> | 3 | ;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org> |
| 4 | ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net> | 4 | ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net> |
| 5 | ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> | 5 | ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> |
| 6 | ;;; | 6 | ;;; |
| @@ -1011,6 +1011,8 @@ widgets built in the loading process.") | |||
| 1011 | (license license:gpl2+))) ; This is correct. GPL not LGPL | 1011 | (license license:gpl2+))) ; This is correct. GPL not LGPL |
| 1012 | 1012 | ||
| 1013 | (define-public libgnomeprint | 1013 | (define-public libgnomeprint |
| 1014 | ;; This library has been deprecated since 2006; see | ||
| 1015 | ;; <https://mail.gnome.org/archives/devel-announce-list/2006-August/msg00005.html>. | ||
| 1014 | (package | 1016 | (package |
| 1015 | (name "libgnomeprint") | 1017 | (name "libgnomeprint") |
| 1016 | (version "2.8.2") | 1018 | (version "2.8.2") |
| @@ -1034,11 +1036,14 @@ widgets built in the loading process.") | |||
| 1034 | ("pkg-config" ,pkg-config))) | 1036 | ("pkg-config" ,pkg-config))) |
| 1035 | (home-page "https://projects.gnome.org/gnome-print/home/faq.html") | 1037 | (home-page "https://projects.gnome.org/gnome-print/home/faq.html") |
| 1036 | (synopsis "Printing framework for GNOME") | 1038 | (synopsis "Printing framework for GNOME") |
| 1037 | (description "Gnome-print is a high-quality printing framework for GNOME.") | 1039 | (description |
| 1040 | "GNOME-print was a printing framework for GNOME. It has been deprecated | ||
| 1041 | since ca. 2006, when GTK+ itself incorporated printing support.") | ||
| 1038 | (license license:lgpl2.0+))) | 1042 | (license license:lgpl2.0+))) |
| 1039 | 1043 | ||
| 1040 | 1044 | ||
| 1041 | (define-public libgnomeprintui | 1045 | (define-public libgnomeprintui |
| 1046 | ;; Deprecated; see libgnomeprint. | ||
| 1042 | (package | 1047 | (package |
| 1043 | (name "libgnomeprintui") | 1048 | (name "libgnomeprintui") |
| 1044 | (version "2.8.2") | 1049 | (version "2.8.2") |
| @@ -1063,10 +1068,9 @@ widgets built in the loading process.") | |||
| 1063 | ("pkg-config" ,pkg-config))) | 1068 | ("pkg-config" ,pkg-config))) |
| 1064 | (home-page "https://projects.gnome.org/gnome-print/home/faq.html") | 1069 | (home-page "https://projects.gnome.org/gnome-print/home/faq.html") |
| 1065 | (synopsis "Printing framework for GNOME") | 1070 | (synopsis "Printing framework for GNOME") |
| 1066 | (description "Gnome-print is a high-quality printing framework for GNOME.") | 1071 | (description (package-description libgnomeprint)) |
| 1067 | (license license:lgpl2.0+))) | 1072 | (license license:lgpl2.0+))) |
| 1068 | 1073 | ||
| 1069 | |||
| 1070 | (define-public libbonoboui | 1074 | (define-public libbonoboui |
| 1071 | (package | 1075 | (package |
| 1072 | (name "libbonoboui") | 1076 | (name "libbonoboui") |
