[gimp] tools: invert-svg build tool no longer necessary.



commit 49fc5e3034f2fb5e8d1ee1f4bf48794cccb2e64f
Author: Jehan <jehan girinstud io>
Date:   Mon Aug 20 17:52:22 2018 +0200

    tools: invert-svg build tool no longer necessary.
    
    This tool has been outdated for some time now as we don't generate an
    "inverted icons" theme anymore. This is all done through CSS from a
    single symbolic icon theme.

 tools/.gitignore   |   2 -
 tools/Makefile.am  |  11 ++----
 tools/invert-svg.c | 107 -----------------------------------------------------
 3 files changed, 3 insertions(+), 117 deletions(-)
---
diff --git a/tools/.gitignore b/tools/.gitignore
index 150c61ceb3..e6ead216b6 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -7,7 +7,5 @@
 /gimptool-2.00.exe
 /gimp-test-clipboard-2.99
 /gimp-test-clipboard-2.99.exe
-/invert-svg
-/invert-svg.exe
 /compute-svg-viewbox
 /compute-svg-viewbox.exe
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 84568cb535..2dbcb89fd6 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -45,10 +45,6 @@ kernelgen_SOURCES = kernelgen.c
 
 
 if ENABLE_VECTOR_ICONS
-invert-svg$(BUILD_EXEEXT): invert-svg.c
-       $(CC_FOR_BUILD) -fPIC -o $@ $< $(NATIVE_GLIB_LIBS) $(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) 
$(LDFLAGS_FOR_BUILD) $(NATIVE_GLIB_CFLAGS)
-
-
 # compute_svg_viewbox is not built or used because librsvg is just too buggy
 # right now. But we keep the code around. The goal of this build tool will be
 # to be able to extract SVG icons from a single SVG file at build time, rather
@@ -60,9 +56,9 @@ invert-svg$(BUILD_EXEEXT): invert-svg.c
 #compute_svg_viewbox_LDADD = $(SVG_LIBS)
 
 # Build tools which must be built for the host platform.
-all-local: invert-svg$(BUILD_EXEEXT)
+#all-local: compute-svg-viewbox$(BUILD_EXEEXT)
 
-DISTCLEANFILES = invert-svg$(BUILD_EXEEXT)
+#DISTCLEANFILES = compute-svg-viewbox$(BUILD_EXEEXT)
 endif
 
 AM_CPPFLAGS = \
@@ -102,5 +98,4 @@ AM_LDFLAGS = \
 EXTRA_DIST = \
        defcheck.py     \
        gimp-mkenums    \
-       gimppath2svg.py \
-       invert-svg.c
+       gimppath2svg.py


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]