From b43eaf9a9521a55c6cbbedb62147c2daaaf6e32d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Jan 2008 02:23:58 +0000 Subject: Install icon to standard (themeable) location. git-svn-id: http://svn.drobilla.net/lad/patchage@1013 a436a847-0d15-0410-975c-d299462d15a1 --- icons/16x16/Makefile.am | 4 + icons/22x22/Makefile.am | 4 + icons/24x24/Makefile.am | 4 + icons/32x32/Makefile.am | 4 + icons/48x48/Makefile.am | 4 + icons/48x48/patchage.png | Bin 0 -> 2687 bytes icons/Makefile.am | 14 ++ icons/scalable/Makefile.am | 3 + icons/scalable/patchage.svg | 595 ++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 632 insertions(+) create mode 100644 icons/16x16/Makefile.am create mode 100644 icons/22x22/Makefile.am create mode 100644 icons/24x24/Makefile.am create mode 100644 icons/32x32/Makefile.am create mode 100644 icons/48x48/Makefile.am create mode 100644 icons/48x48/patchage.png create mode 100644 icons/Makefile.am create mode 100644 icons/scalable/Makefile.am create mode 100644 icons/scalable/patchage.svg (limited to 'icons') diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am new file mode 100644 index 0000000..f27a98a --- /dev/null +++ b/icons/16x16/Makefile.am @@ -0,0 +1,4 @@ +icondir = $(datadir)/icons/hicolor/16x16/apps +icon_DATA = patchage.png + +EXTRA_DIST = $(icon_DATA) diff --git a/icons/22x22/Makefile.am b/icons/22x22/Makefile.am new file mode 100644 index 0000000..b71f687 --- /dev/null +++ b/icons/22x22/Makefile.am @@ -0,0 +1,4 @@ +icondir = $(datadir)/icons/hicolor/22x22/apps +icon_DATA = patchage.png + +EXTRA_DIST = $(icon_DATA) diff --git a/icons/24x24/Makefile.am b/icons/24x24/Makefile.am new file mode 100644 index 0000000..e4b6d06 --- /dev/null +++ b/icons/24x24/Makefile.am @@ -0,0 +1,4 @@ +icondir = $(datadir)/icons/hicolor/24x24/apps +icon_DATA = patchage.png + +EXTRA_DIST = $(icon_DATA) diff --git a/icons/32x32/Makefile.am b/icons/32x32/Makefile.am new file mode 100644 index 0000000..9b03b6e --- /dev/null +++ b/icons/32x32/Makefile.am @@ -0,0 +1,4 @@ +icondir = $(datadir)/icons/hicolor/32x32/apps +icon_DATA = patchage.png + +EXTRA_DIST = $(icon_DATA) diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am new file mode 100644 index 0000000..56f9453 --- /dev/null +++ b/icons/48x48/Makefile.am @@ -0,0 +1,4 @@ +icondir = $(datadir)/icons/hicolor/48x48/apps +icon_DATA = patchage.png + +EXTRA_DIST = $(icon_DATA) diff --git a/icons/48x48/patchage.png b/icons/48x48/patchage.png new file mode 100644 index 0000000..43d863d Binary files /dev/null and b/icons/48x48/patchage.png differ diff --git a/icons/Makefile.am b/icons/Makefile.am new file mode 100644 index 0000000..79835fc --- /dev/null +++ b/icons/Makefile.am @@ -0,0 +1,14 @@ +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: update-icon-cache +uninstall-hook: update-icon-cache +update-icon-cache: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After (un)install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi diff --git a/icons/scalable/Makefile.am b/icons/scalable/Makefile.am new file mode 100644 index 0000000..4dd0154 --- /dev/null +++ b/icons/scalable/Makefile.am @@ -0,0 +1,3 @@ +icondir = $(datadir)/icons/hicolor/scalable/apps +icon_DATA = patchage.svg +EXTRA_DIST = $(icon_DATA) diff --git a/icons/scalable/patchage.svg b/icons/scalable/patchage.svg new file mode 100644 index 0000000..cf2c26c --- /dev/null +++ b/icons/scalable/patchage.svg @@ -0,0 +1,595 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Lapo Calamandrei + + + + + Patchage + + + patches + audio + cables + jacks + jack + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1