summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2009-08-22 00:25:08 +0200
committerLuca Ferretti <elle.uca@libero.it>2009-08-22 00:25:08 +0200
commit4946674307ce99dae2ec1e18a0fb716b98e9fda5 (patch)
treebbb7089f037fda88dd73ab0abc743dd246ea49d5
parent343f626a93153b1d6ee2930f5b1d6ec1f9e449ea (diff)
downloadadwaita-icon-theme-4946674307ce99dae2ec1e18a0fb716b98e9fda5.tar.gz
Include 48x48 emblems and categories in build
-rw-r--r--48x48/Makefile.am2
-rw-r--r--48x48/categories/Makefile.am45
-rw-r--r--48x48/emblems/Makefile.am38
-rw-r--r--configure.in2
4 files changed, 87 insertions, 0 deletions
diff --git a/48x48/Makefile.am b/48x48/Makefile.am
index 7a52b00bc..66363f431 100644
--- a/48x48/Makefile.am
+++ b/48x48/Makefile.am
@@ -2,7 +2,9 @@ SUBDIRS = \
actions \
animations \
apps \
+ categories \
devices \
+ emblems \
mimetypes \
places \
stock
diff --git a/48x48/categories/Makefile.am b/48x48/categories/Makefile.am
new file mode 100644
index 000000000..0c39b2550
--- /dev/null
+++ b/48x48/categories/Makefile.am
@@ -0,0 +1,45 @@
+
+size = 48x48
+context = categories
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ applications-accessories.png \
+ applications-games.png \
+ applications-graphics.png \
+ applications-internet.png \
+ applications-office.png \
+ applications-system.png \
+ preferences-system.png \
+ preferences-system-network.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 *.png; 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 *.png; do \
+ if ! grep $$icon Makefile > /dev/null; then \
+ echo "Missing $$icon in Makefile.am"; \
+ exit 1; \
+ fi; \
+ done; \
+ fi
+
+-include $(top_srcdir)/git.mk
diff --git a/48x48/emblems/Makefile.am b/48x48/emblems/Makefile.am
new file mode 100644
index 000000000..2341ce9f7
--- /dev/null
+++ b/48x48/emblems/Makefile.am
@@ -0,0 +1,38 @@
+NULL=
+
+size = 48x48
+context = emblems
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ emblem-photos.png \
+ emblem-readonly.png \
+ emblem-symbolic-link.png \
+ emblem-unreadable.png \
+ $(NULL)
+
+EXTRA_DIST = $(icons_DATA)
+
+install-data-local: install-iconsDATA
+ (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+
+check:
+ if test -r CVS/Entries; then \
+ for icon in *.png; 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 *.png; do \
+ if ! grep $$icon Makefile > /dev/null; then \
+ echo "Missing $$icon in Makefile.am"; \
+ exit 1; \
+ fi; \
+ done; \
+ fi
+
+-include $(top_srcdir)/git.mk
diff --git a/configure.in b/configure.in
index 8d3cff612..f9866b2b7 100644
--- a/configure.in
+++ b/configure.in
@@ -147,7 +147,9 @@ scalable/Makefile
48x48/actions/Makefile
48x48/animations/Makefile
48x48/apps/Makefile
+48x48/categories/Makefile
48x48/devices/Makefile
+48x48/emblems/Makefile
48x48/mimetypes/Makefile
48x48/places/Makefile
48x48/stock/Makefile