[anjuta] icon: provide a symbolic variant of the app icon
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] icon: provide a symbolic variant of the app icon
- Date: Mon, 31 Aug 2015 17:33:35 +0000 (UTC)
commit 2439e2bd1934e347da276993be6f7e2efa499f35
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Mar 30 13:02:50 2015 +0200
icon: provide a symbolic variant of the app icon
- since 3.16 a symbolic variant is used for High Contrast accessible
theme.
The symbolic size has been introduced to hicolor to cope with
the nominal size of 16x16 rather than the backward compatible
128x128.
https://bugzilla.gnome.org/show_bug.cgi?id=747011
configure.ac | 7 -------
pixmaps/HighContrast/16x16/Makefile.am | 4 ----
pixmaps/HighContrast/16x16/anjuta.png | Bin 468 -> 0 bytes
pixmaps/HighContrast/22x22/Makefile.am | 4 ----
pixmaps/HighContrast/22x22/anjuta.png | Bin 631 -> 0 bytes
pixmaps/HighContrast/24x24/Makefile.am | 4 ----
pixmaps/HighContrast/24x24/anjuta.png | Bin 663 -> 0 bytes
pixmaps/HighContrast/256x256/Makefile.am | 4 ----
pixmaps/HighContrast/256x256/anjuta.png | Bin 10209 -> 0 bytes
pixmaps/HighContrast/32x32/Makefile.am | 4 ----
pixmaps/HighContrast/32x32/anjuta.png | Bin 968 -> 0 bytes
pixmaps/HighContrast/48x48/Makefile.am | 4 ----
pixmaps/HighContrast/48x48/anjuta.png | Bin 1472 -> 0 bytes
pixmaps/HighContrast/Makefile.am | 1 -
pixmaps/Makefile.am | 4 ++--
pixmaps/hicolor/Makefile.am | 2 +-
pixmaps/hicolor/symbolic/Makefile.am | 7 +++++++
pixmaps/{ => hicolor/symbolic}/anjuta-symbolic.svg | 0
18 files changed, 10 insertions(+), 35 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 58b33bd..9046e72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -831,13 +831,6 @@ pixmaps/hicolor/24x24/Makefile
pixmaps/hicolor/32x32/Makefile
pixmaps/hicolor/48x48/Makefile
pixmaps/hicolor/scalable/Makefile
-pixmaps/HighContrast/Makefile
-pixmaps/HighContrast/16x16/Makefile
-pixmaps/HighContrast/22x22/Makefile
-pixmaps/HighContrast/24x24/Makefile
-pixmaps/HighContrast/32x32/Makefile
-pixmaps/HighContrast/48x48/Makefile
-pixmaps/HighContrast/256x256/Makefile
data/Makefile
data/welcome.txt
data/templates/Makefile
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am
index e27a45a..5032ee8 100644
--- a/pixmaps/Makefile.am
+++ b/pixmaps/Makefile.am
@@ -1,6 +1,6 @@
-SUBDIRS = hicolor HighContrast
+SUBDIRS = hicolor
-themes = hicolor HighContrast
+themes = hicolor
themedir = ${datadir}/icons
gtk_update_icon_cache = gtk-update-icon-cache -f -t
diff --git a/pixmaps/hicolor/Makefile.am b/pixmaps/hicolor/Makefile.am
index 31513f3..57bab44 100644
--- a/pixmaps/hicolor/Makefile.am
+++ b/pixmaps/hicolor/Makefile.am
@@ -1 +1 @@
-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable symbolic
diff --git a/pixmaps/hicolor/symbolic/Makefile.am b/pixmaps/hicolor/symbolic/Makefile.am
new file mode 100644
index 0000000..4e928ab
--- /dev/null
+++ b/pixmaps/hicolor/symbolic/Makefile.am
@@ -0,0 +1,7 @@
+svgicondir = $(datadir)/icons/hicolor/scalable/apps
+dist_svgicon_DATA = anjuta-symbolic.svg
+
+mimesvgicondir = $(datadir)/icons/hicolor/scalable/mimetypes
+dist_mimesvgicon_DATA = application-x-anjuta.svg
+
+-include $(top_srcdir)/git.mk
diff --git a/pixmaps/anjuta-symbolic.svg b/pixmaps/hicolor/symbolic/anjuta-symbolic.svg
similarity index 100%
rename from pixmaps/anjuta-symbolic.svg
rename to pixmaps/hicolor/symbolic/anjuta-symbolic.svg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]