guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Remove libgnomeprint.


From: guix-commits
Subject: 02/03: gnu: Remove libgnomeprint.
Date: Mon, 26 Jul 2021 03:48:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e8563962ee996311795d8377feb08e9156acbffc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jul 26 07:35:39 2021 +0200

    gnu: Remove libgnomeprint.
    
    * gnu/packages/gnome.scm (libgnomeprint): Remove unused variable.
---
 gnu/packages/gnome.scm | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2718878..6feef96 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3973,37 +3973,6 @@ graphical interfaces described in glade files and for 
accessing the
 widgets built in the loading process.")
     (license license:gpl2+))) ; This is correct.  GPL not LGPL
 
-(define-public libgnomeprint
-  ;; This library has been deprecated since 2006; see
-  ;; 
<https://mail.gnome.org/archives/devel-announce-list/2006-August/msg00005.html>.
-  (package
-    (name "libgnomeprint")
-    (version "2.18.8")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
-                                  (version-major+minor version)  "/"
-                                  name "-" version ".tar.bz2"))
-              (sha256
-               (base32
-                "14cnimvlc7ky22g2snyf4362412k3jk1syjf8b9887q5a63fqd0h"))))
-    (build-system gnu-build-system)
-    (inputs
-     `(("popt" ,popt)
-       ("libart-lgpl" ,libart-lgpl)
-       ("gtk+" ,gtk+-2)
-       ("libxml2" ,libxml2)))
-    (native-inputs
-     `(("intltool" ,intltool)
-       ("glib" ,glib "bin")             ; for glib-genmarshal, etc.
-       ("pkg-config" ,pkg-config)))
-    (home-page "https://projects.gnome.org/gnome-print/home/faq.html";)
-    (synopsis "Printing framework for GNOME")
-    (description
-     "GNOME-print was a printing framework for GNOME.  It has been deprecated
-since ca. 2006, when GTK+ itself incorporated printing support.")
-    (license license:lgpl2.0+)))
-
 
 (define-public libgnomeprintui
   ;; Deprecated; see libgnomeprint.



reply via email to

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