summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-06-20 17:37:15 +0200
committerConrad Kostecki <conikost@gentoo.org>2020-06-25 09:30:45 +0200
commitff704f75d2e31ab4a5ad45ce06c6a84d87436b41 (patch)
tree4f9eecfe6615bbb71833dceb1bb7ec33d9678f5c /sci-chemistry/chemical-mime-data
parentsci-electronics/netgen: remove unused patch (diff)
downloadgentoo-ff704f75d2e31ab4a5ad45ce06c6a84d87436b41.tar.gz
gentoo-ff704f75d2e31ab4a5ad45ce06c6a84d87436b41.tar.bz2
gentoo-ff704f75d2e31ab4a5ad45ce06c6a84d87436b41.zip
sci-chemistry/chemical-mime-data: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/16344 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-chemistry/chemical-mime-data')
-rw-r--r--sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-rsvg-convert.patch30
1 files changed, 0 insertions, 30 deletions
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
deleted file mode 100644
index 8a92e19e1578..000000000000
--- a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-rsvg-convert.patch
+++ /dev/null
@@ -1,30 +0,0 @@
- 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 \