mirror of https://github.com/GNOME/gimp.git
meson, autototools: install colorxhtml ported in previous commit.
This commit is contained in:
parent
a3544fec6f
commit
2e40b8d674
|
@ -3,6 +3,9 @@
|
|||
SUBDIRS = \
|
||||
python-console
|
||||
|
||||
colorxhtmldir = $(gimpplugindir)/plug-ins/colorxhtml
|
||||
colorxhtml_SCRIPTS = colorxhtml.py
|
||||
|
||||
file_openrasterdir = $(gimpplugindir)/plug-ins/file-openraster
|
||||
file_openraster_SCRIPTS = file-openraster.py
|
||||
|
||||
|
@ -25,7 +28,6 @@ spyro_plusdir = $(gimpplugindir)/plug-ins/spyro-plus
|
|||
spyro_plus_SCRIPTS = spyro-plus.py
|
||||
|
||||
# TODO: to be ported:
|
||||
## colorxhtml.py
|
||||
## histogram-export.py
|
||||
## palette-sort.py
|
||||
## python-eval.py
|
||||
|
@ -39,6 +41,7 @@ if GIMP_UNSTABLE
|
|||
endif
|
||||
|
||||
EXTRA_DIST = \
|
||||
colorxhtml.py \
|
||||
file-openraster.py \
|
||||
foggify.py \
|
||||
gradients-save-as-css.py \
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
if have_python
|
||||
|
||||
plugins = [
|
||||
{ 'name': 'colorxhtml' },
|
||||
{ 'name': 'file-openraster' },
|
||||
{ 'name': 'foggify' },
|
||||
{ 'name': 'gradients-save-as-css' },
|
||||
|
@ -9,7 +10,6 @@ plugins = [
|
|||
{ 'name': 'py-slice' },
|
||||
{ 'name': 'spyro-plus' },
|
||||
|
||||
# { 'name': 'colorxhtml' },
|
||||
# { 'name': 'histogram-export' },
|
||||
# { 'name': 'palette-sort' },
|
||||
# { 'name': 'python-eval' },
|
||||
|
|
Loading…
Reference in New Issue