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."
>
>
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
宋文武 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
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
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
* 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