[gimp] Issue #4368: remove 2 more outdated Python plug-ins.



commit 2271b5bbdb04d54e9e98f617418c04456c3ccb28
Author: Jehan <jehan girinstud io>
Date:   Mon Sep 21 17:12:38 2020 +0200

    Issue #4368: remove 2 more outdated Python plug-ins.
    
    shadow_bevel.py and sphere.py are unfinished and have been in the
    "Unstable" only builds for years. This is probably not worth porting
    them. Let's just delete them.
    
    I have actually move these (as well clothify and whirlpinch removed
    yesterday) to the gimp-data-extras repository so if anyone wants to
    revive them, and port them to GIMP 3, they can start off from there.

 plug-ins/pygimp/plug-ins/shadow_bevel.py |  82 -----------------------
 plug-ins/pygimp/plug-ins/sphere.py       | 111 -------------------------------
 plug-ins/python/Makefile.am              |   2 -
 plug-ins/python/meson.build              |   2 -
 4 files changed, 197 deletions(-)
---
diff --git a/plug-ins/python/Makefile.am b/plug-ins/python/Makefile.am
index 5e1c0048fc..d4d19b6a13 100644
--- a/plug-ins/python/Makefile.am
+++ b/plug-ins/python/Makefile.am
@@ -39,8 +39,6 @@ spyro_plus_SCRIPTS = spyro-plus.py
 if GIMP_UNSTABLE
 benchmark_foreground_extractdir = $(gimpplugindir)/plug-ins/benchmark-foreground-extract
 benchmark_foreground_extract_SCRIPTS = benchmark-foreground-extract.py
-##     shadow_bevel.py
-##     sphere.py
 endif
 
 EXTRA_DIST = \
diff --git a/plug-ins/python/meson.build b/plug-ins/python/meson.build
index a9fb46fdb9..17cf8ff379 100644
--- a/plug-ins/python/meson.build
+++ b/plug-ins/python/meson.build
@@ -19,8 +19,6 @@ plugins = [
 if not stable
   plugins += [
     { 'name': 'benchmark-foreground-extract' }
-    # { 'name': 'shadow_bevel', },
-    # { 'name': 'sphere', },
   ]
 endif
 


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