diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-02-14 10:27:03 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-02-14 10:28:09 +0100 |
commit | a4a7fd9fc06b9354c110cd36b1ca35f1b9dc032d (patch) | |
tree | af4de2f679fff1b0ba2915e1ea789c74af59de1d /x11-themes/gartoon-redux/files | |
parent | 469316b4d1b0f83d6a2ab70ff2cb514109368686 (diff) | |
download | gentoo-a4a7fd9fc06b9354c110cd36b1ca35f1b9dc032d.tar.gz gentoo-a4a7fd9fc06b9354c110cd36b1ca35f1b9dc032d.tar.xz |
x11-themes/gartoon-redux: rsvg -> rsvg-convert (bug #574440 by Toralf Förster).
Patch configure to use rsvg-convert with correct options
Work around parallel make failure
Depend on dev-perl/Switch
Package-Manager: portage-2.2.27
Diffstat (limited to 'x11-themes/gartoon-redux/files')
-rw-r--r-- | x11-themes/gartoon-redux/files/gartoon-redux-1.10-rsvg-convert.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-themes/gartoon-redux/files/gartoon-redux-1.10-rsvg-convert.patch b/x11-themes/gartoon-redux/files/gartoon-redux-1.10-rsvg-convert.patch new file mode 100644 index 00000000000..411b4537df4 --- /dev/null +++ b/x11-themes/gartoon-redux/files/gartoon-redux-1.10-rsvg-convert.patch @@ -0,0 +1,11 @@ +--- a/configure ++++ b/configure +@@ -150,7 +150,7 @@ + my $size = shift; + my $zoom_factor = $size / 90; + return "$target: $source\n" . +- "\trsvg -x $zoom_factor -y $zoom_factor $source $target"; ++ "\trsvg-convert -x $zoom_factor -y $zoom_factor $source -o $target"; + } + + sub usage { |