From 63ad6763093d0ff95b2233bbc54a14029f0217da Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Wed, 9 Oct 2013 00:08:58 -0400 Subject: [PATCH] Added scalable app and mimetype icons. --- configure.ac | 1 + data/icons/Makefile.am | 2 +- data/icons/scalable/Makefile.am | 16 + data/icons/scalable/apps/glabels-3.0.svg | 755 ++++++++++++++++++ .../mimetypes/application-x-glabels.svg | 721 +++++++++++++++++ 5 files changed, 1494 insertions(+), 1 deletion(-) create mode 100644 data/icons/scalable/Makefile.am create mode 100644 data/icons/scalable/apps/glabels-3.0.svg create mode 100644 data/icons/scalable/mimetypes/application-x-glabels.svg diff --git a/configure.ac b/configure.ac index 6c6bb8d7..8eaa9594 100644 --- a/configure.ac +++ b/configure.ac @@ -335,6 +335,7 @@ data/icons/22x22/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile +data/icons/scalable/Makefile data/man/Makefile data/mime/Makefile data/pixmaps/Makefile diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 7a9e4f2e..d24c83bd 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = 16x16 22x22 24x24 32x32 48x48 +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable gtk_update_icon_cache = $(GTK_UPDATE_ICON_CACHE) -f -t $(datadir)/icons/hicolor diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am new file mode 100644 index 00000000..8076a279 --- /dev/null +++ b/data/icons/scalable/Makefile.am @@ -0,0 +1,16 @@ + +size = scalable +appiconsdir = $(datadir)/icons/hicolor/$(size)/apps +mimetypeiconsdir = $(datadir)/icons/hicolor/$(size)/mimetypes + +appicons_DATA = \ + apps/glabels-3.0.svg + +mimetypeicons_DATA = \ + mimetypes/application-x-glabels.svg + +noinst_DATA = + +EXTRA_DIST = $(appicons_DATA) \ + $(mimetypeicons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/scalable/apps/glabels-3.0.svg b/data/icons/scalable/apps/glabels-3.0.svg new file mode 100644 index 00000000..26715105 --- /dev/null +++ b/data/icons/scalable/apps/glabels-3.0.svg @@ -0,0 +1,755 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + text + plaintext + regular + document + + + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/mimetypes/application-x-glabels.svg b/data/icons/scalable/mimetypes/application-x-glabels.svg new file mode 100644 index 00000000..45cbec50 --- /dev/null +++ b/data/icons/scalable/mimetypes/application-x-glabels.svg @@ -0,0 +1,721 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + text + plaintext + regular + document + + + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5