[Xfce4-commits] <thunar:master> Add an 64x64 and 128x128 icon for Thunar (bug #8626).

Jannis Pohlmann noreply at xfce.org
Sun Apr 15 18:08:01 CEST 2012


Updating branch refs/heads/master
         to 096f3b6eb37205b6cabb0da4ecc8886b24a67a28 (commit)
       from 9a304dd4170fa9c996d9e9e91cca18152ac751c4 (commit)

commit 096f3b6eb37205b6cabb0da4ecc8886b24a67a28
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sun Apr 15 17:07:15 2012 +0100

    Add an 64x64 and 128x128 icon for Thunar (bug #8626).

 NEWS                                 |    4 ++++
 configure.in.in                      |    2 ++
 icons/{48x48 => 128x128}/Makefile.am |    2 +-
 icons/128x128/Thunar.png             |  Bin 0 -> 17430 bytes
 icons/{48x48 => 64x64}/Makefile.am   |    2 +-
 icons/64x64/Thunar.png               |  Bin 0 -> 6705 bytes
 icons/Makefile.am                    |    2 ++
 7 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index e09ee1d..672ae4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.3.x
+=====
+- Add a 64x64 and 128x128 icon for Thunar (bug #8626).
+
 1.3.2
 =====
 - Support small property for trash panel applet (bug #8391).
diff --git a/configure.in.in b/configure.in.in
index 6547d7c..e2b4795 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -262,6 +262,8 @@ icons/Makefile
 icons/16x16/Makefile
 icons/24x24/Makefile
 icons/48x48/Makefile
+icons/64x64/Makefile
+icons/128x128/Makefile
 icons/scalable/Makefile
 pixmaps/Makefile
 plugins/Makefile
diff --git a/icons/48x48/Makefile.am b/icons/128x128/Makefile.am
similarity index 73%
copy from icons/48x48/Makefile.am
copy to icons/128x128/Makefile.am
index 0445160..d458763 100644
--- a/icons/48x48/Makefile.am
+++ b/icons/128x128/Makefile.am
@@ -1,6 +1,6 @@
 # $Id$
 
-iconsdir = $(datadir)/icons/hicolor/48x48/apps
+iconsdir = $(datadir)/icons/hicolor/128x128/apps
 icons_DATA =								\
 	Thunar.png
 
diff --git a/icons/128x128/Thunar.png b/icons/128x128/Thunar.png
new file mode 100644
index 0000000..38a2d23
Binary files /dev/null and b/icons/128x128/Thunar.png differ
diff --git a/icons/48x48/Makefile.am b/icons/64x64/Makefile.am
similarity index 74%
copy from icons/48x48/Makefile.am
copy to icons/64x64/Makefile.am
index 0445160..9c86099 100644
--- a/icons/48x48/Makefile.am
+++ b/icons/64x64/Makefile.am
@@ -1,6 +1,6 @@
 # $Id$
 
-iconsdir = $(datadir)/icons/hicolor/48x48/apps
+iconsdir = $(datadir)/icons/hicolor/64x64/apps
 icons_DATA =								\
 	Thunar.png
 
diff --git a/icons/64x64/Thunar.png b/icons/64x64/Thunar.png
new file mode 100644
index 0000000..6939dce
Binary files /dev/null and b/icons/64x64/Thunar.png differ
diff --git a/icons/Makefile.am b/icons/Makefile.am
index d6a95be..08c7ea8 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -4,6 +4,8 @@ SUBDIRS =								\
 	16x16								\
 	24x24								\
 	48x48								\
+	64x64								\
+	128x128								\
 	scalable
 
 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor


More information about the Xfce4-commits mailing list