[gimp] meson, autototools: install colorxhtml ported in previous commit.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] meson, autototools: install colorxhtml ported in previous commit.
- Date: Sat, 14 Dec 2019 12:20:52 +0000 (UTC)
commit 2e40b8d67444c7daff0cc7587287baaec098a7c7
Author: Jehan <jehan girinstud io>
Date: Sat Dec 14 13:19:44 2019 +0100
meson, autototools: install colorxhtml ported in previous commit.
plug-ins/python/Makefile.am | 5 ++++-
plug-ins/python/meson.build | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/python/Makefile.am b/plug-ins/python/Makefile.am
index 6cf20bb1e5..c067a10520 100644
--- a/plug-ins/python/Makefile.am
+++ b/plug-ins/python/Makefile.am
@@ -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 \
diff --git a/plug-ins/python/meson.build b/plug-ins/python/meson.build
index d3d391df36..80809cd56a 100644
--- a/plug-ins/python/meson.build
+++ b/plug-ins/python/meson.build
@@ -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' },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]