Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-15 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. > > [...] > >> +(description (string-append >> + (package-description gdk-pixbuf) >> + " This version provides SVG support by default." > >

Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-15 Thread Andreas Enge
On Tue, Mar 15, 2016 at 05:31:32PM +0800, 宋文武 wrote: > gdk-pixbuf+svg depends on librsvg, while librsvg depends on gdk-pixbuf, > so I think there must be two version. and the closure size of > gdk-pixbuf+svg is 210MB while gdk-pixbuf has 116MB, so I think we should > using the large one only when

Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-15 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. [...] > +(description (string-append > + (package-description gdk-pixbuf) > + " This version provides SVG support by default." ‘description’ and ‘synopsis’ must be literal strings s

Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-15 Thread 宋文武
Andreas Enge writes: > Hello, > > On Mon, Mar 14, 2016 at 08:38:12PM +0800, 宋文武 wrote: >> * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. > > does it need to be a variable, or would it not make more sense to simply > modify gdk-pixbuf? gdk-pixbuf+svg depends on librsvg, while librsvg depen

Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-14 Thread Andreas Enge
Hello, On Mon, Mar 14, 2016 at 08:38:12PM +0800, 宋文武 wrote: > * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. does it need to be a variable, or would it not make more sense to simply modify gdk-pixbuf? Andreas

[PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-14 Thread 宋文武
* gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. --- gnu/packages/gtk.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 1a10e9b..79983d2 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -433,6