summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2009-08-21 23:07:53 +0200
committerLuca Ferretti <elle.uca@libero.it>2009-08-21 23:07:53 +0200
commitebdf6e1fc451cb5a03442cd2c2c3ae540e327bc7 (patch)
tree9886af428d9250cfb21e7b15275d4c11065fc77f
parent27368088a451bfac778c860315991450a2a746cd (diff)
downloadadwaita-icon-theme-ebdf6e1fc451cb5a03442cd2c2c3ae540e327bc7.tar.gz
Add 48x48/places to build
-rw-r--r--32x32/places/Makefile.am2
-rw-r--r--48x48/Makefile.am1
-rw-r--r--48x48/places/Makefile.am43
-rw-r--r--48x48/places/folder-remote.icon2
-rw-r--r--48x48/places/folder.icon2
-rw-r--r--configure.in1
6 files changed, 50 insertions, 1 deletions
diff --git a/32x32/places/Makefile.am b/32x32/places/Makefile.am
index bd7da7a9d..4eba04ed1 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 0750abb9e..a7d82508a 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 000000000..c9e22d872
--- /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 000000000..11bfdeab7
--- /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 000000000..85088b7b2
--- /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 25a476e29..9c093c103 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