From 23cbafd21950398c381f70bf9680995bd37849b2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 23 Dec 2013 15:49:18 -0600 Subject: Fix unknown icon type configuration warnings. This resolve bug report 806. --- kipi-plugins/galleryexport/Makefile.am | 5 +++-- kipi-plugins/galleryexport/gallery.png | Bin 29021 -> 0 bytes kipi-plugins/galleryexport/pics/Makefile.am | 2 ++ kipi-plugins/galleryexport/pics/gallery.png | Bin 0 -> 29021 bytes kipi-plugins/sync/Makefile.am | 5 +++-- kipi-plugins/sync/gallery.png | Bin 29021 -> 0 bytes kipi-plugins/sync/pics/Makefile.am | 2 ++ kipi-plugins/sync/pics/gallery.png | Bin 0 -> 29021 bytes 8 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 kipi-plugins/galleryexport/gallery.png create mode 100644 kipi-plugins/galleryexport/pics/Makefile.am create mode 100644 kipi-plugins/galleryexport/pics/gallery.png delete mode 100644 kipi-plugins/sync/gallery.png create mode 100644 kipi-plugins/sync/pics/Makefile.am create mode 100644 kipi-plugins/sync/pics/gallery.png diff --git a/kipi-plugins/galleryexport/Makefile.am b/kipi-plugins/galleryexport/Makefile.am index 40b1d4f..1a9d4ab 100644 --- a/kipi-plugins/galleryexport/Makefile.am +++ b/kipi-plugins/galleryexport/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = $(KIPI_PLUGINS_COMMON_INCLUDE) $(LIBKEXIV2_CFLAGS) $(LIBKIPI_CFLAGS) $(all_includes) METASOURCES = AUTO +SUBDIRS = pics # Install this plugin in the KDE modules directory kde_module_LTLIBRARIES = kipiplugin_galleryexport.la @@ -20,8 +21,8 @@ kipiplugin_galleryexport_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(K kde_services_DATA = kipiplugin_galleryexport.desktop -kipiplugin_galleryexportpicsdir = $(kde_datadir)/kipiplugin_galleryexport/pics -kipiplugin_galleryexportpics_DATA = gallery.png +#kipiplugin_galleryexportpicsdir = $(kde_datadir)/kipiplugin_galleryexport/pics +#kipiplugin_galleryexportpics_DATA = gallery.png #kipiplugin_galleryexporticondir = $(kde_datadir)/kipiplugin_galleryexport/icons #kipiplugin_galleryexporticon_ICON = AUTO diff --git a/kipi-plugins/galleryexport/gallery.png b/kipi-plugins/galleryexport/gallery.png deleted file mode 100644 index 849eea9..0000000 Binary files a/kipi-plugins/galleryexport/gallery.png and /dev/null differ diff --git a/kipi-plugins/galleryexport/pics/Makefile.am b/kipi-plugins/galleryexport/pics/Makefile.am new file mode 100644 index 0000000..9cd96c1 --- /dev/null +++ b/kipi-plugins/galleryexport/pics/Makefile.am @@ -0,0 +1,2 @@ +kipiplugin_galleryexportpicsdir = $(kde_datadir)/kipiplugin_galleryexport/pics +kipiplugin_galleryexportpics_DATA = gallery.png diff --git a/kipi-plugins/galleryexport/pics/gallery.png b/kipi-plugins/galleryexport/pics/gallery.png new file mode 100644 index 0000000..849eea9 Binary files /dev/null and b/kipi-plugins/galleryexport/pics/gallery.png differ diff --git a/kipi-plugins/sync/Makefile.am b/kipi-plugins/sync/Makefile.am index a76b411..8cd755f 100644 --- a/kipi-plugins/sync/Makefile.am +++ b/kipi-plugins/sync/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = $(KIPI_PLUGINS_COMMON_INCLUDE) $(LIBKEXIV2_CFLAGS) $(LIBKIPI_CFLAGS) $(all_includes) METASOURCES = AUTO +SUBDIRS = pics # Install this plugin in the KDE modules directory kde_module_LTLIBRARIES = kipiplugin_sync.la @@ -25,8 +26,8 @@ kde_services_DATA = kipiplugin_sync.desktop #kipiplugin_syncpicsdir = $(kde_datadir)/kipiplugin_sync/pics #kipiplugin_syncpics_DATA = gallery.png -#kipiplugin_syncicondir = $(kde_datadir)/kipiplugin_sync/icons -#kipiplugin_syncicon_ICON = AUTO +kipiplugin_syncicondir = $(kde_datadir)/kipiplugin_sync/icons +kipiplugin_syncicon_ICON = AUTO messages: rc.cpp $(XGETTEXT) *.cpp *.h -o $(podir)/kipiplugin_sync.pot diff --git a/kipi-plugins/sync/gallery.png b/kipi-plugins/sync/gallery.png deleted file mode 100644 index 849eea9..0000000 Binary files a/kipi-plugins/sync/gallery.png and /dev/null differ diff --git a/kipi-plugins/sync/pics/Makefile.am b/kipi-plugins/sync/pics/Makefile.am new file mode 100644 index 0000000..cfd31c8 --- /dev/null +++ b/kipi-plugins/sync/pics/Makefile.am @@ -0,0 +1,2 @@ +kipiplugin_syncpicsdir = $(kde_datadir)/kipiplugin_sync/pics +kipiplugin_syncpics_DATA = sync.png diff --git a/kipi-plugins/sync/pics/gallery.png b/kipi-plugins/sync/pics/gallery.png new file mode 100644 index 0000000..849eea9 Binary files /dev/null and b/kipi-plugins/sync/pics/gallery.png differ -- cgit v1.2.1