From 2a7a82094d50b75380b9858eae5eb41ed169378d Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 19 Mar 2009 22:52:58 +0100 Subject: Initial import of gfax 0.7.7 --- data/icons/16x16/Makefile.am | 8 + data/icons/16x16/gfax.png | Bin 0 -> 29726 bytes data/icons/48x48/Makefile.am | 9 + data/icons/48x48/gfax.png | Bin 0 -> 2547 bytes data/icons/Makefile.am | 16 + data/icons/scalable/Makefile.am | 8 + data/icons/scalable/gfax.svg | 1248 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 1289 insertions(+) create mode 100644 data/icons/16x16/Makefile.am create mode 100644 data/icons/16x16/gfax.png create mode 100644 data/icons/48x48/Makefile.am create mode 100644 data/icons/48x48/gfax.png create mode 100644 data/icons/Makefile.am create mode 100644 data/icons/scalable/Makefile.am create mode 100644 data/icons/scalable/gfax.svg (limited to 'data/icons') diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am new file mode 100644 index 0000000..1e7e42b --- /dev/null +++ b/data/icons/16x16/Makefile.am @@ -0,0 +1,8 @@ +icondir = $(datadir)/icons/hicolor/16x16/apps +icon_DATA = gfax.png + +EXTRA_DIST = \ + $(icon_DATA) + +clean-local : + rm -f *~ diff --git a/data/icons/16x16/gfax.png b/data/icons/16x16/gfax.png new file mode 100644 index 0000000..e0cb102 Binary files /dev/null and b/data/icons/16x16/gfax.png differ diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am new file mode 100644 index 0000000..db441f6 --- /dev/null +++ b/data/icons/48x48/Makefile.am @@ -0,0 +1,9 @@ +icondir = $(datadir)/icons/hicolor/48x48/apps +icon_DATA = \ + gfax.png + +EXTRA_DIST = \ + $(icon_DATA) + +clean-local : + rm -f *~ diff --git a/data/icons/48x48/gfax.png b/data/icons/48x48/gfax.png new file mode 100644 index 0000000..49c3db3 Binary files /dev/null and b/data/icons/48x48/gfax.png differ diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am new file mode 100644 index 0000000..714218d --- /dev/null +++ b/data/icons/Makefile.am @@ -0,0 +1,16 @@ + +SUBDIRS = 16x16 48x48 scalable + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi + +clean-local : + rm -f *~ diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am new file mode 100644 index 0000000..6e73d64 --- /dev/null +++ b/data/icons/scalable/Makefile.am @@ -0,0 +1,8 @@ +icondir = $(datadir)/icons/hicolor/scalable/apps +icon_DATA = gfax.svg + +EXTRA_DIST = \ + $(icon_DATA) + +clean-local : + rm -f *~ diff --git a/data/icons/scalable/gfax.svg b/data/icons/scalable/gfax.svg new file mode 100644 index 0000000..8d1804a --- /dev/null +++ b/data/icons/scalable/gfax.svg @@ -0,0 +1,1248 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Fax Device + + + Martin Szulecki + + + + http://sukimashita.com + + + fax + print + hylafax + gfax + efax + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1-32-gdbae