unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Kei Kebreau <kei@openmailbox.org>
To: 27299@debbugs.gnu.org
Cc: Kei Kebreau <kei@openmailbox.org>
Subject: bug#27299: [PATCH 2/3] gnu: Add libgxps.
Date: Fri,  9 Jun 2017 13:51:42 -0400	[thread overview]
Message-ID: <20170609175143.20770-2-kei@openmailbox.org> (raw)
In-Reply-To: <20170609175143.20770-1-kei@openmailbox.org>

* gnu/packages/gnome.scm (libgxps): New variable.
---
 gnu/packages/gnome.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9ea3bb07a..5a57d4cbf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -288,6 +288,38 @@ the GData protocol — most notably, Google's services.  It provides APIs to
 access the common Google services, and has full asynchronous support.")
     (license license:lgpl2.1+)))
 
+(define-public libgxps
+  (package
+    (name "libgxps")
+    (version "0.2.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources" name "/"
+                                  (version-major+minor version) "/"
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "184r06s8g20cfigg7m169n42jjsc9wmzzlycr4g1fxxhr72r8x9y"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("gobject-introspection" ,gobject-introspection)
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("cairo" ,cairo)
+       ("glib" ,glib)
+       ("libarchive" ,libarchive)
+       ("libjpeg" ,libjpeg)
+       ("liblcms2" ,liblcms2)
+       ("libtiff" ,libtiff)
+       ("nettle" ,nettle)))
+    (home-page "https://wiki.gnome.org/Projects/libgxps")
+    (synopsis "GObject-based library for handling and rendering XPS documents")
+    (description
+     "libgxps is a GObject-based library for handling and rendering XPS
+documents.  This package also contains binaries that can convert XPS documents
+to other formats.")
+    (license license:lgpl2.1+)))
+
 (define-public gnome-common
   (package
     (name "gnome-common")
-- 
2.13.0

  reply	other threads:[~2017-06-09 17:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-09 17:48 bug#27299: Enable XPS file support in Evince Kei Kebreau
2017-06-09 17:51 ` bug#27299: [PATCH 1/3] gnu: Add liblcms2 Kei Kebreau
2017-06-09 17:51   ` Kei Kebreau [this message]
2017-06-09 22:07     ` bug#27299: [PATCH 2/3] gnu: Add libgxps Marius Bakke
2017-06-09 17:51   ` bug#27299: [PATCH 3/3] gnu: evince: Enable XPS document support Kei Kebreau
2017-06-09 22:08     ` Marius Bakke
2017-06-10  1:06       ` Kei Kebreau
2017-06-09 22:06   ` bug#27299: [PATCH 1/3] gnu: Add liblcms2 Marius Bakke
2017-06-10  0:16     ` Kei Kebreau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170609175143.20770-2-kei@openmailbox.org \
    --to=kei@openmailbox.org \
    --cc=27299@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).