summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@ximian.com>2003-09-18 12:30:10 +0000
committerJakub Steiner <jimmac@src.gnome.org>2003-09-18 12:30:10 +0000
commitfa559aefbf4f2827c01473cb0f57b202fb300347 (patch)
treeeb4c2b25414768d67db61e360168089b0bb74c21
parent36c3cf70d10fb5b5b227d482bb86a29a2888c81c (diff)
downloadadwaita-icon-theme-fa559aefbf4f2827c01473cb0f57b202fb300347.tar.gz
32x32/mimetypes/Makefile.am
2003-09-18 Jakub Steiner <jimmac@ximian.com> * 32x32/mimetypes/Makefile.am * 32x32/mimetypes/gnome-mime-application-msword.png * 32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png * 32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png * 32x32/Makefile.am * 16x16/mimetypes/Makefile.am * 16x16/mimetypes/gnome-mime-application-msword.png * 16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png * 16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png * 16x16/Makefile.am * configure.in * index.theme.in: MS format MIME icons for 16x16 and 32x32 (comming from OOo)
-rw-r--r--16x16/Makefile.am2
-rw-r--r--16x16/mimetypes/Makefile.am13
-rw-r--r--16x16/mimetypes/gnome-mime-application-msword.pngbin0 -> 680 bytes
-rw-r--r--16x16/mimetypes/gnome-mime-application-vnd.ms-excel.pngbin0 -> 834 bytes
-rw-r--r--16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.pngbin0 -> 673 bytes
-rw-r--r--32x32/Makefile.am2
-rw-r--r--32x32/mimetypes/Makefile.am13
-rw-r--r--32x32/mimetypes/gnome-mime-application-msword.pngbin0 -> 1604 bytes
-rw-r--r--32x32/mimetypes/gnome-mime-application-vnd.ms-excel.pngbin0 -> 1735 bytes
-rw-r--r--32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.pngbin0 -> 1585 bytes
-rw-r--r--ChangeLog28
-rw-r--r--configure.in6
-rwxr-xr-xindex.theme.in22
13 files changed, 81 insertions, 5 deletions
diff --git a/16x16/Makefile.am b/16x16/Makefile.am
index fa879c5b4..aab816406 100644
--- a/16x16/Makefile.am
+++ b/16x16/Makefile.am
@@ -1 +1 @@
-SUBDIRS=apps filesystems stock
+SUBDIRS=apps filesystems mimetypes stock
diff --git a/16x16/mimetypes/Makefile.am b/16x16/mimetypes/Makefile.am
new file mode 100644
index 000000000..4ed7ec171
--- /dev/null
+++ b/16x16/mimetypes/Makefile.am
@@ -0,0 +1,13 @@
+NULL=
+
+iconsize=16x16
+category=mimetypes
+icondir = $(datadir)/icons/gnome/$(iconsize)/$(category)
+
+icon_DATA =\
+ gnome-mime-application-msword.png \
+ gnome-mime-application-vnd.ms-excel.png \
+ gnome-mime-application-vnd.ms-powerpoint.png \
+ $(NULL)
+
+EXTRA_DIST = $(icon_DATA)
diff --git a/16x16/mimetypes/gnome-mime-application-msword.png b/16x16/mimetypes/gnome-mime-application-msword.png
new file mode 100644
index 000000000..76a9cd91a
--- /dev/null
+++ b/16x16/mimetypes/gnome-mime-application-msword.png
Binary files differ
diff --git a/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png b/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png
new file mode 100644
index 000000000..89249c554
--- /dev/null
+++ b/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png
Binary files differ
diff --git a/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
new file mode 100644
index 000000000..7f9ab244e
--- /dev/null
+++ b/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
Binary files differ
diff --git a/32x32/Makefile.am b/32x32/Makefile.am
index fa879c5b4..aab816406 100644
--- a/32x32/Makefile.am
+++ b/32x32/Makefile.am
@@ -1 +1 @@
-SUBDIRS=apps filesystems stock
+SUBDIRS=apps filesystems mimetypes stock
diff --git a/32x32/mimetypes/Makefile.am b/32x32/mimetypes/Makefile.am
new file mode 100644
index 000000000..b7d59d114
--- /dev/null
+++ b/32x32/mimetypes/Makefile.am
@@ -0,0 +1,13 @@
+NULL=
+
+iconsize=32x32
+category=mimetypes
+icondir = $(datadir)/icons/gnome/$(iconsize)/$(category)
+
+icon_DATA =\
+ gnome-mime-application-msword.png \
+ gnome-mime-application-vnd.ms-excel.png \
+ gnome-mime-application-vnd.ms-powerpoint.png \
+ $(NULL)
+
+EXTRA_DIST = $(icon_DATA)
diff --git a/32x32/mimetypes/gnome-mime-application-msword.png b/32x32/mimetypes/gnome-mime-application-msword.png
new file mode 100644
index 000000000..163ec0ffc
--- /dev/null
+++ b/32x32/mimetypes/gnome-mime-application-msword.png
Binary files differ
diff --git a/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png b/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png
new file mode 100644
index 000000000..b1cbf94a5
--- /dev/null
+++ b/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png
Binary files differ
diff --git a/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
new file mode 100644
index 000000000..de7c2f84c
--- /dev/null
+++ b/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
Binary files differ
diff --git a/ChangeLog b/ChangeLog
index 31968d773..03d0e26fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2003-09-18 Jakub Steiner <jimmac@ximian.com>
+
+ * 32x32/mimetypes/Makefile.am
+ * 32x32/mimetypes/gnome-mime-application-msword.png
+ * 32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png
+ * 32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
+ * 32x32/Makefile.am
+ * 16x16/mimetypes/Makefile.am
+ * 16x16/mimetypes/gnome-mime-application-msword.png
+ * 16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png
+ * 16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
+ * 16x16/Makefile.am
+ * configure.in
+ * index.theme.in: MS format MIME icons for 16x16 and 32x32
+ (comming from OOo)
+
+2003-09-17 Jakub Steiner <jimmac@ximian.com>
+
+ * 16x16/stock/generic/stock_landline-phone.png
+ * 24x24/stock/generic/stock_landline-phone.png
+ * 32x32/stock/generic/stock_landline-phone.png
+ * 48x48/stock/generic/stock_landline-phone.png
+ * 16x16/stock/generic/Makefile.am
+ * 24x24/stock/generic/Makefile.am
+ * 32x32/stock/generic/Makefile.am
+ * 48x48/stock/generic/Makefile.am: Phone (Evo)
+ * TODO: updated
+
2003-09-16 Jakub Steiner <jimmac@ximian.com>
* 16x16/stock/generic/stock_new-meeting.png
diff --git a/configure.in b/configure.in
index 9308ce79f..a05e11d71 100644
--- a/configure.in
+++ b/configure.in
@@ -28,12 +28,13 @@ scalable/Makefile
12x12/filesystems/Makefile
12x12/mimetypes/Makefile
16x16/apps/Makefile
+16x16/filesystems/Makefile
+16x16/mimetypes/Makefile
16x16/stock/Makefile
16x16/stock/chart/Makefile
16x16/stock/code/Makefile
16x16/stock/data/Makefile
16x16/stock/document/Makefile
-16x16/filesystems/Makefile
16x16/stock/form/Makefile
16x16/stock/generic/Makefile
16x16/stock/image/Makefile
@@ -65,11 +66,12 @@ scalable/Makefile
24x24/stock/navigation/Makefile
24x24/stock/table/Makefile
32x32/apps/Makefile
+32x32/filesystems/Makefile
+32x32/mimetypes/Makefile
32x32/stock/Makefile
32x32/stock/chart/Makefile
32x32/stock/data/Makefile
32x32/stock/document/Makefile
-32x32/filesystems/Makefile
32x32/stock/generic/Makefile
32x32/stock/io/Makefile
32x32/stock/media/Makefile
diff --git a/index.theme.in b/index.theme.in
index 378b3f6f6..d05b66577 100755
--- a/index.theme.in
+++ b/index.theme.in
@@ -1,7 +1,7 @@
[Icon Theme]
_Name=Gnome
_Comment=Default Gnome Theme
-Directories=192x192/apps,192x192/devices,192x192/emblems,192x192/filesystems,192x192/mimetypes,96x96/apps,96x96/devices,96x96/emblems,96x96/filesystems,96x96/mimetypes,72x72/apps,72x72/devices,72x72/emblems,72x72/filesystems,72x72/mimetypes,48x48/apps,48x48/devices,48x48/emblems,48x48/filesystems,48x48/mimetypes,48x48/stock/document,48x48/stock/generic,36x36/apps,36x36/devices,36x36/emblems,36x36/filesystems,36x36/mimetypes,36x36/stock/document,36x36/stock/generic,32x32/apps,32x32/stock/chart,32x32/stock/data,32x32/stock/document,32x32/stock/generic,32x32/stock/io,32x32/stock/media,32x32/stock/net,24x24/apps,24x24/devices,24x24/emblems,24x24/filesystems,24x24/mimetypes,24x24/stock/chart,24x24/stock/code,24x24/stock/data,24x24/stock/document,24x24/stock/form,24x24/stock/generic,24x24/stock/image,24x24/stock/io,24x24/stock/media,24x24/stock/navigation,24x24/stock/net,24x24/stock/object,24x24/stock/table,24x24/stock/text,16x16/apps,16x16/stock/chart,16x16/stock/code,16x16/stock/code,16x16/stock/data,16x16/stock/document,16x16/stock/form,16x16/stock/generic,16x16/stock/image,16x16/stock/io,16x16/stock/media,16x16/stock/navigation,16x16/stock/net,16x16/stock/object,16x16/stock/table,16x16/stock/text,12x12/apps,12x12/devices,12x12/emblems,12x12/filesystems,12x12/mimetypes,scalable/apps,scalable/devices,scalable/emblems,scalable/filesystems,scalable/mimetypes
+Directories=192x192/apps,192x192/devices,192x192/emblems,192x192/filesystems,192x192/mimetypes,96x96/apps,96x96/devices,96x96/emblems,96x96/filesystems,96x96/mimetypes,72x72/apps,72x72/devices,72x72/emblems,72x72/filesystems,72x72/mimetypes,48x48/apps,48x48/devices,48x48/emblems,48x48/filesystems,48x48/mimetypes,48x48/stock/document,48x48/stock/generic,36x36/apps,36x36/devices,36x36/emblems,36x36/filesystems,36x36/mimetypes,36x36/stock/document,36x36/stock/generic,32x32/apps,32x32/filesystems,32x32/mimetypes,32x32/stock/chart,32x32/stock/data,32x32/stock/document,32x32/stock/generic,32x32/stock/io,32x32/stock/media,32x32/stock/net,24x24/apps,24x24/devices,24x24/emblems,24x24/filesystems,24x24/mimetypes,24x24/stock/chart,24x24/stock/code,24x24/stock/data,24x24/stock/document,24x24/stock/form,24x24/stock/generic,24x24/stock/image,24x24/stock/io,24x24/stock/media,24x24/stock/navigation,24x24/stock/net,24x24/stock/object,24x24/stock/table,24x24/stock/text,16x16/apps,16x16/filesystems,16x16/mimetypes,16x16/stock/chart,16x16/stock/code,16x16/stock/code,16x16/stock/data,16x16/stock/document,16x16/stock/form,16x16/stock/generic,16x16/stock/image,16x16/stock/io,16x16/stock/media,16x16/stock/navigation,16x16/stock/net,16x16/stock/object,16x16/stock/table,16x16/stock/text,12x12/apps,12x12/devices,12x12/emblems,12x12/filesystems,12x12/mimetypes,scalable/apps,scalable/devices,scalable/emblems,scalable/filesystems,scalable/mimetypes
[192x192/apps]
Size=192
@@ -153,6 +153,16 @@ Size=32
Context=Applications
Type=Scalable
+[32x32/filesystems]
+Size=32
+Context=FileSystems
+Type=Scalable
+
+[32x32/mimetypes]
+Size=32
+Context=MimeTypes
+Type=Scalable
+
[32x32/stock/chart]
Size=32
Context=Stock
@@ -288,6 +298,16 @@ Size=16
Context=Applications
Type=Scalable
+[16x16/filesystems]
+Size=16
+Context=FileSystems
+Type=Scalable
+
+[16x16/mimetypes]
+Size=16
+Context=MimeTypes
+Type=Scalable
+
[16x16/stock/chart]
Size=16
Context=Stock