plug-ins: remove filter-pack without any replacement

This commit is contained in:
Michael Natterer 2019-07-19 19:01:51 +02:00
parent c46044534a
commit 23f373e916
6 changed files with 0 additions and 2183 deletions

View File

@ -106,8 +106,6 @@
/file-xwd.exe
/film
/film.exe
/filter-pack
/filter-pack.exe
/goat-exercise
/goat-exercise.exe
/gradient-map

View File

@ -98,7 +98,6 @@ file_xmc_libexecdir = $(gimpplugindir)/plug-ins/file-xmc
file_xpm_libexecdir = $(gimpplugindir)/plug-ins/file-xpm
file_xwd_libexecdir = $(gimpplugindir)/plug-ins/file-xwd
film_libexecdir = $(gimpplugindir)/plug-ins/film
filter_pack_libexecdir = $(gimpplugindir)/plug-ins/filter-pack
goat_exercise_libexecdir = $(gimpplugindir)/plug-ins/goat-exercise
gradient_map_libexecdir = $(gimpplugindir)/plug-ins/gradient-map
grid_libexecdir = $(gimpplugindir)/plug-ins/grid
@ -176,7 +175,6 @@ file_xmc_libexec_PROGRAMS = $(FILE_XMC)
file_xpm_libexec_PROGRAMS = $(FILE_XPM)
file_xwd_libexec_PROGRAMS = file-xwd
film_libexec_PROGRAMS = film
filter_pack_libexec_PROGRAMS = filter-pack
goat_exercise_libexec_PROGRAMS = goat-exercise
gradient_map_libexec_PROGRAMS = gradient-map
grid_libexec_PROGRAMS = grid
@ -1182,23 +1180,6 @@ film_LDADD = \
$(INTLLIBS) \
$(film_RC)
filter_pack_SOURCES = \
filter-pack.c
filter_pack_LDADD = \
$(libgimpui) \
$(libgimpwidgets) \
$(libgimpmodule) \
$(libgimp) \
$(libgimpmath) \
$(libgimpconfig) \
$(libgimpcolor) \
$(libgimpbase) \
$(GTK_LIBS) \
$(RT_LIBS) \
$(INTLLIBS) \
$(filter_pack_RC)
goat_exercise_SOURCES = \
goat-exercise.c

File diff suppressed because it is too large Load Diff

View File

@ -50,7 +50,6 @@ file_xmc_RC = file-xmc.rc.o
file_xpm_RC = file-xpm.rc.o
file_xwd_RC = file-xwd.rc.o
film_RC = film.rc.o
filter_pack_RC = filter-pack.rc.o
goat_exercise_RC = goat-exercise.rc.o
gradient_map_RC = gradient-map.rc.o
grid_RC = grid.rc.o

View File

@ -52,7 +52,6 @@
'file-xpm' => { ui => 1, gegl => 1, optional => 1, libs => 'XPM_LIBS' },
'file-xwd' => { ui => 1, gegl => 1 },
'film' => { ui => 1, gegl => 1 },
'filter-pack' => { ui => 1 },
'goat-exercise' => { gegl => 1 },
'gradient-map' => { gegl => 1 },
'grid' => { ui => 1, gegl => 1 },

View File

@ -56,7 +56,6 @@ plug-ins/common/file-xmc.c
plug-ins/common/file-xpm.c
plug-ins/common/file-xwd.c
plug-ins/common/film.c
plug-ins/common/filter-pack.c
plug-ins/common/goat-exercise.c
plug-ins/common/gradient-map.c
plug-ins/common/grid.c