summaryrefslogtreecommitdiffstats
path: root/pics
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 01:04:17 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 01:04:17 +0000
commitc3b707c026782768bd8c0e6ae6b574fe8a36802d (patch)
tree5ca6782031b1546c788290cc0b95524369ff01ea /pics
downloadkmyfirewall-c3b707c026782768bd8c0e6ae6b574fe8a36802d.tar.gz
kmyfirewall-c3b707c026782768bd8c0e6ae6b574fe8a36802d.zip
Added old abandoned KDE3 version of kmyfirewall
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmyfirewall@1091559 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'pics')
-rw-r--r--pics/Makefile.am131
-rw-r--r--pics/builtin-16.pngbin0 -> 930 bytes
-rw-r--r--pics/flame.pngbin0 -> 5058 bytes
-rw-r--r--pics/kmf_snapshot_generic_interface.pngbin0 -> 57659 bytes
-rw-r--r--pics/kmf_snapshot_iptables_interface.pngbin0 -> 80204 bytes
-rw-r--r--pics/kmyfirewall-16-lo.pngbin0 -> 742 bytes
-rw-r--r--pics/kmyfirewall-16.pngbin0 -> 742 bytes
-rw-r--r--pics/kmyfirewall-22.pngbin0 -> 1243 bytes
-rw-r--r--pics/kmyfirewall-32-lo.pngbin0 -> 1835 bytes
-rw-r--r--pics/kmyfirewall-32.pngbin0 -> 1835 bytes
-rw-r--r--pics/kmyfirewall-48-lo.pngbin0 -> 3006 bytes
-rw-r--r--pics/kmyfirewall-48.pngbin0 -> 3006 bytes
-rw-r--r--pics/kmyfirewall-64.pngbin0 -> 3648 bytes
-rw-r--r--pics/reject.pngbin0 -> 506 bytes
-rw-r--r--pics/rule-16.pngbin0 -> 800 bytes
-rw-r--r--pics/rule-22.pngbin0 -> 1108 bytes
-rw-r--r--pics/rule-32.pngbin0 -> 1694 bytes
-rw-r--r--pics/rule-48.pngbin0 -> 2851 bytes
-rw-r--r--pics/rule-64.pngbin0 -> 3849 bytes
-rw-r--r--pics/splash.pngbin0 -> 36498 bytes
-rw-r--r--pics/splash_cut.pngbin0 -> 39158 bytes
-rw-r--r--pics/table-16.pngbin0 -> 797 bytes
-rw-r--r--pics/target.pngbin0 -> 205 bytes
-rw-r--r--pics/user_defined-16.pngbin0 -> 752 bytes
24 files changed, 131 insertions, 0 deletions
diff --git a/pics/Makefile.am b/pics/Makefile.am
new file mode 100644
index 0000000..0570290
--- /dev/null
+++ b/pics/Makefile.am
@@ -0,0 +1,131 @@
+EXTRA_DIST = reject.png target.png kmyfirewall-64.png kmyfirewall-48.png kmyfirewall-32.png kmyfirewall-22.png kmyfirewall-16.png kmyfirewall-48-lo.png kmyfirewall-32-lo.png kmyfirewall-16-lo.png rule-16.png rule-22.png rule-32.png rule-48.png rule-64.png
+
+install-data-local:
+
+# App icons
+
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/64x64/apps/
+ $(INSTALL_DATA) $(srcdir)/kmyfirewall-64.png $(DESTDIR)$(kde_icondir)/hicolor/64x64/apps/kmyfirewall.png
+
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/
+ $(INSTALL_DATA) $(srcdir)/kmyfirewall-48.png $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/kmyfirewall.png
+
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/
+ $(INSTALL_DATA) $(srcdir)/kmyfirewall-32.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmyfirewall.png
+
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/
+ $(INSTALL_DATA) $(srcdir)/kmyfirewall-22.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kmyfirewall.png
+
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/
+ $(INSTALL_DATA) $(srcdir)/kmyfirewall-16.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kmyfirewall.png
+
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/Locolor/48x48/apps/
+ $(INSTALL_DATA) $(srcdir)/kmyfirewall-48-lo.png $(DESTDIR)$(kde_icondir)/Locolor/48x48/apps/kmyfirewall.png
+
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/Locolor/32x32/apps/
+ $(INSTALL_DATA) $(srcdir)/kmyfirewall-32-lo.png $(DESTDIR)$(kde_icondir)/Locolor/32x32/apps/kmyfirewall.png
+
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/Locolor/16x16/apps/
+ $(INSTALL_DATA) $(srcdir)/kmyfirewall-16-lo.png $(DESTDIR)$(kde_icondir)/Locolor/16x16/apps/kmyfirewall.png
+
+
+# Internal icons
+# KMFyFirewall
+ $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmyfirewall/pics/
+ $(INSTALL_DATA) $(srcdir)/kmf_snapshot_generic_interface.png $(DESTDIR)$(kde_datadir)/kmyfirewall/pics/kmf_snapshot_generic_interface.png
+ $(INSTALL_DATA) $(srcdir)/kmf_snapshot_iptables_interface.png $(DESTDIR)$(kde_datadir)/kmyfirewall/pics/kmf_snapshot_iptables_interface.png
+
+ $(INSTALL_DATA) $(srcdir)/reject.png $(DESTDIR)$(kde_datadir)/kmyfirewall/pics/reject.png
+ $(INSTALL_DATA) $(srcdir)/target.png $(DESTDIR)$(kde_datadir)/kmyfirewall/pics/target.png
+
+
+ $(INSTALL_DATA) $(srcdir)/splash.png $(DESTDIR)$(kde_datadir)/kmyfirewall/pics/splash.png
+ $(INSTALL_DATA) $(srcdir)/splash_cut.png $(DESTDIR)$(kde_datadir)/kmyfirewall/pics/splash_cut.png
+
+ $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/16x16/actions/
+ $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/22x22/actions/
+ $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/32x32/actions/
+ $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/48x48/actions/
+ $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/64x64/actions/
+ $(INSTALL_DATA) $(srcdir)/rule-16.png $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/16x16/actions/rule.png
+ $(INSTALL_DATA) $(srcdir)/rule-22.png $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/22x22/actions/rule.png
+ $(INSTALL_DATA) $(srcdir)/rule-32.png $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/32x32/actions/rule.png
+ $(INSTALL_DATA) $(srcdir)/rule-48.png $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/48x48/actions/rule.png
+ $(INSTALL_DATA) $(srcdir)/rule-64.png $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/64x64/actions/rule.png
+ $(INSTALL_DATA) $(srcdir)/user_defined-16.png $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/16x16/actions/user_defined.png
+ $(INSTALL_DATA) $(srcdir)/builtin-16.png $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/16x16/actions/builtin.png
+ $(INSTALL_DATA) $(srcdir)/table-16.png $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/16x16/actions/table.png
+
+# KMFSysTray
+ $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmfsystray/pics/
+
+ $(INSTALL_DATA) $(srcdir)/reject.png $(DESTDIR)$(kde_datadir)/kmfsystray/pics/reject.png
+ $(INSTALL_DATA) $(srcdir)/target.png $(DESTDIR)$(kde_datadir)/kmfsystray/pics/target.png
+
+ $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmfsystray/icons/hicolor/16x16/actions/
+ $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmfsystray/icons/hicolor/22x22/actions/
+ $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmfsystray/icons/hicolor/32x32/actions/
+ $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmfsystray/icons/hicolor/48x48/actions/
+ $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmfsystray/icons/hicolor/64x64/actions/
+ $(INSTALL_DATA) $(srcdir)/rule-16.png $(DESTDIR)$(kde_datadir)/kmfsystray/icons/hicolor/16x16/actions/rule.png
+ $(INSTALL_DATA) $(srcdir)/rule-22.png $(DESTDIR)$(kde_datadir)/kmfsystray/icons/hicolor/22x22/actions/rule.png
+ $(INSTALL_DATA) $(srcdir)/rule-32.png $(DESTDIR)$(kde_datadir)/kmfsystray/icons/hicolor/32x32/actions/rule.png
+ $(INSTALL_DATA) $(srcdir)/rule-48.png $(DESTDIR)$(kde_datadir)/kmfsystray/icons/hicolor/48x48/actions/rule.png
+ $(INSTALL_DATA) $(srcdir)/rule-64.png $(DESTDIR)$(kde_datadir)/kmfsystray/icons/hicolor/64x64/actions/rule.png
+ $(INSTALL_DATA) $(srcdir)/user_defined-16.png $(DESTDIR)$(kde_datadir)/kmfsystray/icons/hicolor/16x16/actions/user_defined.png
+ $(INSTALL_DATA) $(srcdir)/builtin-16.png $(DESTDIR)$(kde_datadir)/kmfsystray/icons/hicolor/16x16/actions/builtin.png
+ $(INSTALL_DATA) $(srcdir)/table-16.png $(DESTDIR)$(kde_datadir)/kmfsystray/icons/hicolor/16x16/actions/table.png
+
+
+
+
+uninstall-local:
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/64x64/apps/kmyfirewall.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/kmyfirewall.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmyfirewall.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kmyfirewall.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kmyfirewall.png
+ -rm -f $(DESTDIR)$(kde_icondir)/Locolor/48x48/apps/kmyfirewall.png
+ -rm -f $(DESTDIR)$(kde_icondir)/Locolor/32x32/apps/kmyfirewall.png
+ -rm -f $(DESTDIR)$(kde_icondir)/Locolor/16x16/apps/kmyfirewall.png
+ -rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/pics/kmf_snapshot_generic_interface.png
+ -rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/pics/kmf_snapshot_iptables_interface.png
+ -rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/pics/reject.png
+ -rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/pics/target.png
+ -rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/pics/splash.png
+ -rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/pics/splash_cut.png
+
+ -rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/16x16/actions/rule.png
+ -rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/22x22/actions/rule.png
+ -rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/32x32/actions/rule.png
+ -rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/48x48/actions/rule.png
+ -rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/64x64/actions/rule.png
+ -rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/16x16/actions/user_defined.png
+ -rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/16x16/actions/builtin.png
+ -rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/icons/hicolor/16x16/actions/table.png
+
+ -rm -rf $(DESTDIR)$(kde_datadir)/kmyfirewall/pics
+ -rm -rf $(DESTDIR)$(kde_datadir)/kmyfirewall/icons
+
+####### kdevelop will overwrite this part!!! (end)############
+# These paths are KDE specific. Use them:
+# kde_appsdir Where your application's menu entry (.desktop) should go to.
+# kde_icondir Where your icon should go to - better use KDE_ICON.
+# kde_sounddir Where your sounds should go to.
+# kde_htmldir Where your docs should go to. (contains lang subdirs)
+# kde_datadir Where you install application data. (Use a subdir)
+# kde_locale Where translation files should go to. (contains lang subdirs)
+# kde_cgidir Where cgi-bin executables should go to.
+# kde_confdir Where config files should go to (system-wide ones with default values).
+# kde_mimedir Where mimetypes .desktop files should go to.
+# kde_servicesdir Where services .desktop files should go to.
+# kde_servicetypesdir Where servicetypes .desktop files should go to.
+# kde_toolbardir Where general toolbar icons should go to (deprecated, use KDE_ICON).
+# kde_wallpaperdir Where general wallpapers should go to.
+# kde_templatesdir Where templates for the "New" menu (Konqueror/KDesktop) should go to.
+# kde_bindir Where executables should go to. Use bin_PROGRAMS or bin_SCRIPTS.
+# kde_libdir Where shared libraries should go to. Use lib_LTLIBRARIES.
+# kde_moduledir Where modules (e.g. parts) should go to. Use kde_module_LTLIBRARIES.
+# kde_styledir Where Qt/KDE widget styles should go to (new in KDE 3).
+# kde_designerdir Where Qt Designer plugins should go to (new in KDE 3).
+
diff --git a/pics/builtin-16.png b/pics/builtin-16.png
new file mode 100644
index 0000000..1d365fa
--- /dev/null
+++ b/pics/builtin-16.png
Binary files differ
diff --git a/pics/flame.png b/pics/flame.png
new file mode 100644
index 0000000..c6bbc75
--- /dev/null
+++ b/pics/flame.png
Binary files differ
diff --git a/pics/kmf_snapshot_generic_interface.png b/pics/kmf_snapshot_generic_interface.png
new file mode 100644
index 0000000..520c3d7
--- /dev/null
+++ b/pics/kmf_snapshot_generic_interface.png
Binary files differ
diff --git a/pics/kmf_snapshot_iptables_interface.png b/pics/kmf_snapshot_iptables_interface.png
new file mode 100644
index 0000000..c7fde4d
--- /dev/null
+++ b/pics/kmf_snapshot_iptables_interface.png
Binary files differ
diff --git a/pics/kmyfirewall-16-lo.png b/pics/kmyfirewall-16-lo.png
new file mode 100644
index 0000000..070251d
--- /dev/null
+++ b/pics/kmyfirewall-16-lo.png
Binary files differ
diff --git a/pics/kmyfirewall-16.png b/pics/kmyfirewall-16.png
new file mode 100644
index 0000000..070251d
--- /dev/null
+++ b/pics/kmyfirewall-16.png
Binary files differ
diff --git a/pics/kmyfirewall-22.png b/pics/kmyfirewall-22.png
new file mode 100644
index 0000000..068d7f6
--- /dev/null
+++ b/pics/kmyfirewall-22.png
Binary files differ
diff --git a/pics/kmyfirewall-32-lo.png b/pics/kmyfirewall-32-lo.png
new file mode 100644
index 0000000..b0f74bb
--- /dev/null
+++ b/pics/kmyfirewall-32-lo.png
Binary files differ
diff --git a/pics/kmyfirewall-32.png b/pics/kmyfirewall-32.png
new file mode 100644
index 0000000..b0f74bb
--- /dev/null
+++ b/pics/kmyfirewall-32.png
Binary files differ
diff --git a/pics/kmyfirewall-48-lo.png b/pics/kmyfirewall-48-lo.png
new file mode 100644
index 0000000..219480b
--- /dev/null
+++ b/pics/kmyfirewall-48-lo.png
Binary files differ
diff --git a/pics/kmyfirewall-48.png b/pics/kmyfirewall-48.png
new file mode 100644
index 0000000..219480b
--- /dev/null
+++ b/pics/kmyfirewall-48.png
Binary files differ
diff --git a/pics/kmyfirewall-64.png b/pics/kmyfirewall-64.png
new file mode 100644
index 0000000..00ada3c
--- /dev/null
+++ b/pics/kmyfirewall-64.png
Binary files differ
diff --git a/pics/reject.png b/pics/reject.png
new file mode 100644
index 0000000..b486c7e
--- /dev/null
+++ b/pics/reject.png
Binary files differ
diff --git a/pics/rule-16.png b/pics/rule-16.png
new file mode 100644
index 0000000..91a7720
--- /dev/null
+++ b/pics/rule-16.png
Binary files differ
diff --git a/pics/rule-22.png b/pics/rule-22.png
new file mode 100644
index 0000000..4c59431
--- /dev/null
+++ b/pics/rule-22.png
Binary files differ
diff --git a/pics/rule-32.png b/pics/rule-32.png
new file mode 100644
index 0000000..3d6de4e
--- /dev/null
+++ b/pics/rule-32.png
Binary files differ
diff --git a/pics/rule-48.png b/pics/rule-48.png
new file mode 100644
index 0000000..cfe0606
--- /dev/null
+++ b/pics/rule-48.png
Binary files differ
diff --git a/pics/rule-64.png b/pics/rule-64.png
new file mode 100644
index 0000000..1062229
--- /dev/null
+++ b/pics/rule-64.png
Binary files differ
diff --git a/pics/splash.png b/pics/splash.png
new file mode 100644
index 0000000..8ae6256
--- /dev/null
+++ b/pics/splash.png
Binary files differ
diff --git a/pics/splash_cut.png b/pics/splash_cut.png
new file mode 100644
index 0000000..c0b9e28
--- /dev/null
+++ b/pics/splash_cut.png
Binary files differ
diff --git a/pics/table-16.png b/pics/table-16.png
new file mode 100644
index 0000000..632623f
--- /dev/null
+++ b/pics/table-16.png
Binary files differ
diff --git a/pics/target.png b/pics/target.png
new file mode 100644
index 0000000..2999cb1
--- /dev/null
+++ b/pics/target.png
Binary files differ
diff --git a/pics/user_defined-16.png b/pics/user_defined-16.png
new file mode 100644
index 0000000..c1cdee7
--- /dev/null
+++ b/pics/user_defined-16.png
Binary files differ