all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: Marius Bakke <mbakke@fastmail.com>
Cc: 25925-done@debbugs.gnu.org
Subject: bug#25925: [PATCH] gnu: Add fop.
Date: Thu, 11 May 2017 16:23:43 +0200	[thread overview]
Message-ID: <877f1nxyj4.fsf@gnu.org> (raw)
In-Reply-To: <87k288sfen.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me>


Marius Bakke writes:

> Roel Janssen <roel@gnu.org> writes:
>
>> Dear Guix,
>>
>> This package is a dependency for Darktable.  Therefore, I would like to
>> add it.
>>
>>>From 99604dfc19cd9b68863fcc948ecbe4a853bc56f0 Mon Sep 17 00:00:00 2001
>> From: Roel Janssen <roel@gnu.org>
>> Date: Thu, 2 Mar 2017 00:43:00 +0100
>> Subject: [PATCH] gnu: Add fop.
>>
>> * gnu/packages/xml.scm (fop): New variable.
>> ---
>>  gnu/packages/xml.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
>>  1 file changed, 42 insertions(+)
>>
>> diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
>> index b91471690..f7f861fbe 100644
>> --- a/gnu/packages/xml.scm
>> +++ b/gnu/packages/xml.scm
>> @@ -14,6 +14,7 @@
>>  ;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
>>  ;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr>
>>  ;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
>> +;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
>>  ;;;
>>  ;;; This file is part of GNU Guix.
>>  ;;;
>> @@ -42,6 +43,7 @@
>>    #:use-module ((guix licenses) #:prefix license:)
>>    #:use-module (guix packages)
>>    #:use-module (guix download)
>> +  #:use-module (guix build-system ant)
>>    #:use-module (guix build-system cmake)
>>    #:use-module (guix build-system gnu)
>>    #:use-module (guix build-system perl)
>> @@ -71,6 +73,46 @@ stream-oriented parser in which an application registers handlers for
>>  things the parser might find in the XML document (like start tags).")
>>      (license license:expat)))
>>  
>> +(define-public fop
>> +  (package
>> +    (name "fop")
>> +    (version "2.1")
>> +    (source (origin
>> +              (method url-fetch)
>> +              (uri (string-append
>> +                    "mirror://apache/xmlgraphics/fop/source/fop-"
>> +                    version "-src.tar.gz"))
>> +              (sha256
>> +               (base32
>> +                "165rx13q47l6qc29ppr7sg1z26vw830s3rkklj5ap7wgvy0ivbz5"))))
>
> Ahh...java. Can you try removing some of the 21 bundled JARs with a
> 'snippet' here? We do have a couple of them in Guix already. Even better
> if you can package some more.

Ahh sorry about this.  Because 'fop' is not needed for 'darktable', I
will just drop this patch for now.

Thanks for your reviewing efforts though!

Kind regards,
Roel Janssen

      parent reply	other threads:[~2017-05-11 14:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <874lzcft1s.fsf@gnu.org>
     [not found] ` <87k288sfen.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me>
     [not found]   ` <20170313224540.13591105@alma-ubu>
2017-03-30 13:02     ` bug#25925: [PATCH] gnu: Add fop Ricardo Wurmus
2017-05-11 14:23   ` Roel Janssen [this message]

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

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

  git send-email \
    --in-reply-to=877f1nxyj4.fsf@gnu.org \
    --to=roel@gnu.org \
    --cc=25925-done@debbugs.gnu.org \
    --cc=mbakke@fastmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.