gnome-themes r1564 - in trunk: . icon-themes/HighContrast-SVG/scalable/actions icon-themes/HighContrast-SVG/scalable/apps icon-themes/HighContrast-SVG/scalable/categories icon-themes/HighContrast-SVG/scalable/devices



Author: lferrett
Date: Tue Oct 14 19:46:29 2008
New Revision: 1564
URL: http://svn.gnome.org/viewvc/gnome-themes?rev=1564&view=rev

Log:
2008-10-14  Luca Ferretti  <elle uca libero it>

	* icon-themes/HighContrast-SVG/scalable/actions/Makefile.am:
	* icon-themes/HighContrast-SVG/scalable/apps/Makefile.am:
	* icon-themes/HighContrast-SVG/scalable/categories/Makefile.am:
	* icon-themes/HighContrast-SVG/scalable/devices/Makefile.am:

	Use placeholder icons.

	* icon-themes/HighContrast-SVG/scalable/apps/system-software-install.svg:
	* icon-themes/HighContrast-SVG/scalable/actions/document-send.svg:
	* icon-themes/HighContrast-SVG/scalable/actions/call-start.svg:
	* icon-themes/HighContrast-SVG/scalable/actions/call-stop.svg:

	Add missing placeholder files, copying from existing ones. 



Added:
   trunk/icon-themes/HighContrast-SVG/scalable/actions/call-start.svg   (props changed)
      - copied unchanged from r1562, /trunk/icon-themes/HighContrast-SVG/scalable/actions/address-book-new.svg
   trunk/icon-themes/HighContrast-SVG/scalable/actions/call-stop.svg   (props changed)
      - copied unchanged from r1562, /trunk/icon-themes/HighContrast-SVG/scalable/actions/address-book-new.svg
   trunk/icon-themes/HighContrast-SVG/scalable/actions/document-send.svg   (props changed)
      - copied unchanged from r1562, /trunk/icon-themes/HighContrast-SVG/scalable/actions/address-book-new.svg
   trunk/icon-themes/HighContrast-SVG/scalable/apps/system-software-install.svg   (props changed)
      - copied unchanged from r1562, /trunk/icon-themes/HighContrast-SVG/scalable/apps/system-software-update.svg
Modified:
   trunk/ChangeLog
   trunk/icon-themes/HighContrast-SVG/scalable/actions/Makefile.am
   trunk/icon-themes/HighContrast-SVG/scalable/apps/Makefile.am
   trunk/icon-themes/HighContrast-SVG/scalable/categories/Makefile.am
   trunk/icon-themes/HighContrast-SVG/scalable/devices/Makefile.am

Modified: trunk/icon-themes/HighContrast-SVG/scalable/actions/Makefile.am
==============================================================================
--- trunk/icon-themes/HighContrast-SVG/scalable/actions/Makefile.am	(original)
+++ trunk/icon-themes/HighContrast-SVG/scalable/actions/Makefile.am	Tue Oct 14 19:46:29 2008
@@ -97,7 +97,10 @@
 placeholder_FILES = \
 	address-book-new.svg \
 	appointment-new.svg \
+	call-start.svg \
+	call-stop.svg \
 	document-page-setup.svg \
+	document-send.svg \
 	edit-select-all.svg \
 	format-text-direction-ltr.svg \
 	format-text-direction-rtl.svg \

Modified: trunk/icon-themes/HighContrast-SVG/scalable/apps/Makefile.am
==============================================================================
--- trunk/icon-themes/HighContrast-SVG/scalable/apps/Makefile.am	(original)
+++ trunk/icon-themes/HighContrast-SVG/scalable/apps/Makefile.am	Tue Oct 14 19:46:29 2008
@@ -4,10 +4,9 @@
 
 icondir = $(themedir)/$(size)/$(context)
 
-icon_DATA =						\
+icon_DATA = \
 	accessories-calculator.svg \
 	accessories-character-map.svg \
-	accessories-dictionary.svg \
 	accessories-text-editor.svg \
 	help-browser.svg \
 	internet-group-chat.svg \
@@ -18,22 +17,31 @@
 	orca.svg \
 	preferences-desktop-accessibility.svg \
 	preferences-desktop-font.svg \
-	preferences-desktop-keyboard.svg \
 	preferences-desktop-locale.svg \
-	preferences-desktop-multimedia.svg \
 	preferences-desktop-screensaver.svg \
-	preferences-desktop-theme.svg \
-	preferences-desktop-wallpaper.svg \
 	preferences-system-network-proxy.svg \
 	preferences-system-session.svg \
 	preferences-system-windows.svg \
 	system-file-manager.svg \
-	system-software-update.svg \
 	utilities-system-monitor.svg \
 	utilities-terminal.svg
 
-EXTRA_DIST =						\
-	$(icon_DATA)
+placeholder_FILE = \
+	accessories-dictionary.svg \
+	preferences-desktop-keyboard.svg \
+	preferences-desktop-multimedia.svg \
+	preferences-desktop-theme.svg \
+	preferences-desktop-wallpaper.svg \
+	system-software-install.svg \
+	system-software-update.svg
+
+if PLACEHOLDERS
+icon_DATA += $(placeholder_FILES)
+endif
+
+EXTRA_DIST = \
+	$(icon_DATA) \
+	$(placeholder_FILES)
 
 if LEGACY_ICON_MAPPING
 install-data-local: install-iconDATA

Modified: trunk/icon-themes/HighContrast-SVG/scalable/categories/Makefile.am
==============================================================================
--- trunk/icon-themes/HighContrast-SVG/scalable/categories/Makefile.am	(original)
+++ trunk/icon-themes/HighContrast-SVG/scalable/categories/Makefile.am	Tue Oct 14 19:46:29 2008
@@ -4,30 +4,36 @@
 
 icondir = $(themedir)/$(size)/$(context)
 
-icon_DATA =					\
+icon_DATA = \
 	applications-accessories.svg \
 	applications-development.svg \
-	applications-engineering.svg \
 	applications-games.svg \
 	applications-graphics.svg \
 	applications-internet.svg \
 	applications-multimedia.svg \
+	applications-system.svg \
+	preferences-desktop-peripherals.svg \
+	preferences-desktop.svg \
+	preferences-system.svg
+
+placeholder_FILES = \
+	applications-engineering.svg \
 	applications-office.svg \
 	applications-other.svg \
 	applications-science.svg \
-	applications-system.svg \
 	applications-utilities.svg \
-	preferences-desktop-peripherals.svg \
 	preferences-desktop-personal.svg \
-	preferences-desktop.svg \
 	preferences-other.svg \
 	preferences-system-network.svg \
-	preferences-system.svg \
 	system-help.svg
 
+if PLACEHOLDERS
+icon_DATA += $(placeholder_FILES)
+endif
 
-EXTRA_DIST =				\
+EXTRA_DIST = \
 	$(icon_DATA)
+	$(placeholder_FILES)
 
 if LEGACY_ICON_MAPPING
 install-data-local: install-iconDATA

Modified: trunk/icon-themes/HighContrast-SVG/scalable/devices/Makefile.am
==============================================================================
--- trunk/icon-themes/HighContrast-SVG/scalable/devices/Makefile.am	(original)
+++ trunk/icon-themes/HighContrast-SVG/scalable/devices/Makefile.am	Tue Oct 14 19:46:29 2008
@@ -4,8 +4,7 @@
 
 icondir = $(themedir)/$(size)/$(context)
 
-icon_DATA =				\
-	audio-card.svg \
+icon_DATA = \
 	audio-input-microphone.svg \
 	battery.svg \
 	camera-photo.svg \
@@ -15,7 +14,6 @@
 	drive-harddisk.svg \
 	drive-optical.svg \
 	drive-removable-media.svg \
-	input-gaming.svg \
 	input-keyboard.svg \
 	input-mouse.svg \
 	input-tablet.svg \
@@ -23,19 +21,27 @@
 	media-floppy.svg \
 	media-optical.svg \
 	media-tape.svg \
-	modem.svg \
 	multimedia-player.svg \
 	network-wired.svg \
-	network-wireless.svg \
 	pda.svg \
 	phone.svg \
 	printer.svg \
 	scanner.svg \
 	video-display.svg
 
+placeholder_FILES = \
+	audio-card.svg \
+	input-gaming.svg \
+	modem.svg \
+	network-wireless.svg
+
+if PLACEHOLDERS
+icon_DATA += $(placeholder_FILES)
+endif
 
-EXTRA_DIST =				\
-	$(icon_DATA)
+EXTRA_DIST = \
+	$(icon_DATA) \
+	$(placeholder_FILES)
 
 if LEGACY_ICON_MAPPING
 install-data-local: install-iconDATA



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]