Ludovic Courtès writes:
> Mark H Weaver skribis:
>
>> 宋文武 writes:
>>
>>> Ludovic Courtès writes:
This would have to be committed in a gtk-rebuild branch.
>>> Done.
>>
>> I added the gnutls update to that branch and started Hydra building it.
>
> Good idea, thanks for paying attention!
All
Mark H Weaver skribis:
> 宋文武 writes:
>
>> Ludovic Courtès writes:
>>> This would have to be committed in a gtk-rebuild branch.
>> Done.
>
> I added the gnutls update to that branch and started Hydra building it.
Good idea, thanks for paying attention!
Ludo’.
宋文武 writes:
> Ludovic Courtès writes:
>> This would have to be committed in a gtk-rebuild branch.
> Done.
I added the gnutls update to that branch and started Hydra building it.
Mark
Ludovic Courtès writes:
> 宋文武 skribis:
>
>> From ff7e16bc8b7e803d49d5ee880f31f3f4e1660d3c Mon Sep 17 00:00:00 2001
>> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?=
>> Date: Tue, 19 May 2015 16:32:09 +0800
>> Subject: [PATCH 1/2] gnu: gtk+: Add SVG support to 'gtk-encode-symbolic-svg'.
>>
>> * g
宋文武 skribis:
> From ff7e16bc8b7e803d49d5ee880f31f3f4e1660d3c Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?=
> Date: Tue, 19 May 2015 16:32:09 +0800
> Subject: [PATCH 1/2] gnu: gtk+: Add SVG support to 'gtk-encode-symbolic-svg'.
>
> * gnu/packages/gtk.scm (gtk+)[inputs]:
On Fri, May 22, 2015 at 3:35 AM, 宋文武 wrote:
> Federico Beffa writes:
>
>>> With 'gtk+', it will:
>>> 1. use gtk-update-icon-cache to build a index-theme.cache (ok)
>>> 2. use gtk-encode-symbolic-svg to convert symbolic SVGs to PNGs (failed)
>>
>> To enable the SVG functionality of gdk-pixbu
Federico Beffa writes:
>> With 'gtk+', it will:
>> 1. use gtk-update-icon-cache to build a index-theme.cache (ok)
>> 2. use gtk-encode-symbolic-svg to convert symbolic SVGs to PNGs (failed)
>
> To enable the SVG functionality of gdk-pixbuf you have to refer to the
> cache in the librsvg pac
Here are updated patches:
>From ff7e16bc8b7e803d49d5ee880f31f3f4e1660d3c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?=
Date: Tue, 19 May 2015 16:32:09 +0800
Subject: [PATCH 1/2] gnu: gtk+: Add SVG support to 'gtk-encode-symbolic-svg'.
* gnu/packages/gtk.scm (gtk+)[inputs
> With 'gtk+', it will:
> 1. use gtk-update-icon-cache to build a index-theme.cache (ok)
> 2. use gtk-encode-symbolic-svg to convert symbolic SVGs to PNGs (failed)
To enable the SVG functionality of gdk-pixbuf you have to refer to the
cache in the librsvg package, not the default in the gdk-
宋文武 skribis:
> Ludovic Courtès writes:
>
>> 宋文武 skribis:
>>
>>> * gnu/packages/gnome.scm (adwaita-icon-theme): New variable.
>>
>> [...]
>>
>>> +(define-public adwaita-icon-theme
>>> + (package (inherit gnome-icon-theme)
>>> +(name "adwaita-icon-theme")
>>> +(version "3.16.0")
>>> +
Ludovic Courtès writes:
> 宋文武 skribis:
>
>> * gnu/packages/gnome.scm (adwaita-icon-theme): New variable.
>
> [...]
>
>> +(define-public adwaita-icon-theme
>> + (package (inherit gnome-icon-theme)
>> +(name "adwaita-icon-theme")
>> +(version "3.16.0")
>> +(source (origin
>> +
宋文武 skribis:
> * gnu/packages/gnome.scm (adwaita-icon-theme): New variable.
[...]
> +(define-public adwaita-icon-theme
> + (package (inherit gnome-icon-theme)
> +(name "adwaita-icon-theme")
> +(version "3.16.0")
> +(source (origin
> + (method url-fetch)
> +
* gnu/packages/gnome.scm (adwaita-icon-theme): New variable.
---
gnu/packages/gnome.scm | 16
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8adcbdd..2f5f125 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -
13 matches
Mail list logo