From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../chemical-mime-data-0.1.94-rsvg-convert.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-rsvg-convert.patch (limited to 'sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-rsvg-convert.patch') diff --git a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-rsvg-convert.patch b/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-rsvg-convert.patch new file mode 100644 index 000000000000..8a92e19e1578 --- /dev/null +++ b/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-rsvg-convert.patch @@ -0,0 +1,30 @@ + configure.ac | 2 +- + icons/hicolor/Makefile.am | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 6f87a94..a503da4 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -102,7 +102,7 @@ if test "x$enable_convert" != "xyes" -a "x$CONVERT" = "xno" ; then + [RSVG], + [The 'rsvg' binary with path. Use it to define or override the location of 'rsvg'.] + ) +- AC_PATH_PROG([RSVG], [rsvg], [no]) ++ AC_PATH_PROG([RSVG], [rsvg-convert], [no]) + AC_SUBST([RSVG]) + fi + +diff --git a/icons/hicolor/Makefile.am b/icons/hicolor/Makefile.am +index ba0847a..f2e0a84 100644 +--- a/icons/hicolor/Makefile.am ++++ b/icons/hicolor/Makefile.am +@@ -24,7 +24,7 @@ if BOOL_HICOLOR_THEME + gzip -c $< > $@ + for size in $(icon_sizes) ; do \ + if test "x$(RSVG)" != "x" ; then \ +- $(RSVG) -w $${size} -h $${size} -f png $< $*_$${size}.png ; \ ++ $(RSVG) -w $${size} -h $${size} -f png $< --output $*_$${size}.png ; \ + else \ + $(CONVERT) $< -resize $${size}x$${size} $*_$${size}.png ; \ + fi \ -- cgit v1.2.3