[GRASS-SVN] r68265 - grass/branches/releasebranch_7_0/gui/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 16 04:35:09 PDT 2016


Author: martinl
Date: 2016-04-16 04:35:09 -0700 (Sat, 16 Apr 2016)
New Revision: 68265

Added:
   grass/branches/releasebranch_7_0/gui/icons/grass-128x128.png
   grass/branches/releasebranch_7_0/gui/icons/grass-16x16.png
   grass/branches/releasebranch_7_0/gui/icons/grass-192x192.png
   grass/branches/releasebranch_7_0/gui/icons/grass-22x22.png
   grass/branches/releasebranch_7_0/gui/icons/grass-24x24.png
   grass/branches/releasebranch_7_0/gui/icons/grass-32x32.png
   grass/branches/releasebranch_7_0/gui/icons/grass-36x36.png
   grass/branches/releasebranch_7_0/gui/icons/grass-40x40.png
   grass/branches/releasebranch_7_0/gui/icons/grass-42x42.png
   grass/branches/releasebranch_7_0/gui/icons/grass-72x72.png
   grass/branches/releasebranch_7_0/gui/icons/grass-80x80.png
   grass/branches/releasebranch_7_0/gui/icons/grass-8x8.png
   grass/branches/releasebranch_7_0/gui/icons/grass-96x96.png
Modified:
   grass/branches/releasebranch_7_0/gui/icons/Makefile
   grass/branches/releasebranch_7_0/gui/icons/grass.svg
Log:
 Install additional hicolor icon sizes (#2988) (merge r68263 and r68264 from trunk)

Modified: grass/branches/releasebranch_7_0/gui/icons/Makefile
===================================================================
--- grass/branches/releasebranch_7_0/gui/icons/Makefile	2016-04-16 11:30:00 UTC (rev 68264)
+++ grass/branches/releasebranch_7_0/gui/icons/Makefile	2016-04-16 11:35:09 UTC (rev 68265)
@@ -20,10 +20,36 @@
 default: $(ETCICONS) $(HTMLICONS)
 	$(MKDIR) $(ARCH_DISTDIR)/share/applications
 	$(INSTALL_DATA) grass.desktop $(ARCH_DISTDIR)/share/applications
+	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/8x8/apps
+	$(INSTALL_DATA) grass-8x8.png $(ARCH_DISTDIR)/share/icons/hicolor/8x8/apps/grass71.png
+	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/16x16/apps
+	$(INSTALL_DATA) grass-16x16.png $(ARCH_DISTDIR)/share/icons/hicolor/16x16/apps/grass71.png
+	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/22x22/apps
+	$(INSTALL_DATA) grass-22x22.png $(ARCH_DISTDIR)/share/icons/hicolor/22x22/apps/grass71.png
+	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/24x24/apps
+	$(INSTALL_DATA) grass-24x24.png $(ARCH_DISTDIR)/share/icons/hicolor/24x24/apps/grass71.png
+	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/32x32/apps
+	$(INSTALL_DATA) grass-32x32.png $(ARCH_DISTDIR)/share/icons/hicolor/32x32/apps/grass71.png
+	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/36x36/apps
+	$(INSTALL_DATA) grass-36x36.png $(ARCH_DISTDIR)/share/icons/hicolor/36x36/apps/grass71.png
+	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/40x40/apps
+	$(INSTALL_DATA) grass-40x40.png $(ARCH_DISTDIR)/share/icons/hicolor/40x40/apps/grass71.png
+	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/42x42/apps
+	$(INSTALL_DATA) grass-42x42.png $(ARCH_DISTDIR)/share/icons/hicolor/42x42/apps/grass71.png
 	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/48x48/apps
 	$(INSTALL_DATA) grass-48x48.png $(ARCH_DISTDIR)/share/icons/hicolor/48x48/apps/grass70.png
 	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/64x64/apps
 	$(INSTALL_DATA) grass-64x64.png $(ARCH_DISTDIR)/share/icons/hicolor/64x64/apps/grass70.png
+	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/72x72/apps
+	$(INSTALL_DATA) grass-72x72.png $(ARCH_DISTDIR)/share/icons/hicolor/72x72/apps/grass71.png
+	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/80x80/apps
+	$(INSTALL_DATA) grass-80x80.png $(ARCH_DISTDIR)/share/icons/hicolor/80x80/apps/grass71.png
+	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/96x96/apps
+	$(INSTALL_DATA) grass-96x96.png $(ARCH_DISTDIR)/share/icons/hicolor/96x96/apps/grass71.png
+	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/128x128/apps
+	$(INSTALL_DATA) grass-128x128.png $(ARCH_DISTDIR)/share/icons/hicolor/128x128/apps/grass71.png
+	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/192x192/apps
+	$(INSTALL_DATA) grass-192x192.png $(ARCH_DISTDIR)/share/icons/hicolor/192x192/apps/grass71.png
 	$(MKDIR) $(ARCH_DISTDIR)/share/icons/hicolor/scalable/apps
 	$(INSTALL_DATA) grass.svg $(ARCH_DISTDIR)/share/icons/hicolor/scalable/apps/grass70.svg
 	$(MKDIR) $(ARCH_DISTDIR)/share/appdata

Copied: grass/branches/releasebranch_7_0/gui/icons/grass-128x128.png (from rev 68264, grass/trunk/gui/icons/grass-128x128.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/gui/icons/grass-16x16.png (from rev 68264, grass/trunk/gui/icons/grass-16x16.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/gui/icons/grass-192x192.png (from rev 68264, grass/trunk/gui/icons/grass-192x192.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/gui/icons/grass-22x22.png (from rev 68264, grass/trunk/gui/icons/grass-22x22.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/gui/icons/grass-24x24.png (from rev 68264, grass/trunk/gui/icons/grass-24x24.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/gui/icons/grass-32x32.png (from rev 68264, grass/trunk/gui/icons/grass-32x32.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/gui/icons/grass-36x36.png (from rev 68264, grass/trunk/gui/icons/grass-36x36.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/gui/icons/grass-40x40.png (from rev 68264, grass/trunk/gui/icons/grass-40x40.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/gui/icons/grass-42x42.png (from rev 68264, grass/trunk/gui/icons/grass-42x42.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/gui/icons/grass-72x72.png (from rev 68264, grass/trunk/gui/icons/grass-72x72.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/gui/icons/grass-80x80.png (from rev 68264, grass/trunk/gui/icons/grass-80x80.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/gui/icons/grass-8x8.png (from rev 68264, grass/trunk/gui/icons/grass-8x8.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/gui/icons/grass-96x96.png (from rev 68264, grass/trunk/gui/icons/grass-96x96.png)
===================================================================
(Binary files differ)

Modified: grass/branches/releasebranch_7_0/gui/icons/grass.svg
===================================================================
(Binary files differ)



More information about the grass-commit mailing list