[gnome-icon-theme/one-canvas] Add 48x48/places to build



commit ebdf6e1fc451cb5a03442cd2c2c3ae540e327bc7
Author: Luca Ferretti <elle uca libero it>
Date:   Fri Aug 21 23:07:53 2009 +0200

    Add 48x48/places to build

 32x32/places/Makefile.am        |    2 +-
 48x48/Makefile.am               |    1 +
 48x48/places/Makefile.am        |   43 +++++++++++++++++++++++++++++++++++++++
 48x48/places/folder-remote.icon |    2 +
 48x48/places/folder.icon        |    2 +
 configure.in                    |    1 +
 6 files changed, 50 insertions(+), 1 deletions(-)
---
diff --git a/32x32/places/Makefile.am b/32x32/places/Makefile.am
index bd7da7a..4eba04e 100644
--- a/32x32/places/Makefile.am
+++ b/32x32/places/Makefile.am
@@ -11,8 +11,8 @@ icons_DATA =			\
 	folder-saved-search.png	\
 	network-server.png	\
 	network-workgroup.png	\
-	user-bookmarks.png	\
 	start-here.png		\
+	user-bookmarks.png	\
 	user-desktop.png	\
 	user-home.png		\
 	user-trash.png
diff --git a/48x48/Makefile.am b/48x48/Makefile.am
index 0750abb..a7d8250 100644
--- a/48x48/Makefile.am
+++ b/48x48/Makefile.am
@@ -4,6 +4,7 @@ SUBDIRS =		\
 	apps		\
 	devices		\
 	filesystems	\
+	places		\
 	stock
 
 MAINTAINERCLEANFILES =	\
diff --git a/48x48/places/Makefile.am b/48x48/places/Makefile.am
new file mode 100644
index 0000000..c9e22d8
--- /dev/null
+++ b/48x48/places/Makefile.am
@@ -0,0 +1,43 @@
+
+size = 48x48
+context = places
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA =			\
+	folder.icon		\
+	folder.png		\
+	folder-remote.icon	\
+	folder-remote.png	\
+	folder-saved-search.png	\
+	network-workgroup.png	\
+	user-home.png		\
+	user-trash.png
+
+EXTRA_DIST =		\
+	$(icons_DATA)
+
+MAINTAINERCLEANFILES =	\
+	Makefile.in
+
+install-data-local: install-iconsDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+
+check:
+	if test -r CVS/Entries; then \
+		for icon in *.svg; do \
+			if grep $$icon CVS/Entries > /dev/null; then \
+				if ! grep $$icon Makefile > /dev/null; then \
+					echo "Missing $$icon in Makefile.am"; \
+					exit 1; \
+				fi; \
+			fi; \
+		done; \
+	else \
+		for icon in *.svg; do \
+			if ! grep $$icon Makefile > /dev/null; then \
+				echo "Missing $$icon in Makefile.am"; \
+				exit 1; \
+			fi; \
+		done; \
+	fi
diff --git a/48x48/places/folder-remote.icon b/48x48/places/folder-remote.icon
new file mode 100644
index 0000000..11bfdea
--- /dev/null
+++ b/48x48/places/folder-remote.icon
@@ -0,0 +1,2 @@
+[Icon Data]
+AttachPoints=70,700|700,700|700,70|70,70
diff --git a/48x48/places/folder.icon b/48x48/places/folder.icon
new file mode 100644
index 0000000..85088b7
--- /dev/null
+++ b/48x48/places/folder.icon
@@ -0,0 +1,2 @@
+[Icon Data]
+AttachPoints=800,800|800,80|200,80|200,800
diff --git a/configure.in b/configure.in
index 25a476e..9c093c1 100644
--- a/configure.in
+++ b/configure.in
@@ -151,6 +151,7 @@ scalable/Makefile
 48x48/apps/Makefile
 48x48/devices/Makefile
 48x48/filesystems/Makefile
+48x48/places/Makefile
 48x48/stock/Makefile
 48x48/stock/code/Makefile
 48x48/stock/data/Makefile



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