[genius] Mon Oct 06 13:08:52 2014 Jiri (George) Lebl <jirka 5z com>



commit 14e6b4cb9bc0bf5207dd019e3d44b641471b5400
Author: Jiri (George) Lebl <jiri lebl gmail com>
Date:   Mon Oct 6 13:08:54 2014 -0500

    Mon Oct 06 13:08:52 2014  Jiri (George) Lebl <jirka 5z com>
    
        * pixmaps/*: add scaled 8x8 and 16x16 scaled versions of the icon,
          by slightly tweaking gimps scaling of the icon.

 ChangeLog                      |    5 +++++
 configure.in                   |    2 ++
 pixmaps/16x16/Makefile.am      |   12 ++++++++++++
 pixmaps/16x16/gnome-genius.png |  Bin 0 -> 248 bytes
 pixmaps/8x8/Makefile.am        |   12 ++++++++++++
 pixmaps/8x8/gnome-genius.png   |  Bin 0 -> 157 bytes
 pixmaps/Makefile.am            |    2 +-
 7 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2b3a6de..99791fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 06 13:08:52 2014  Jiri (George) Lebl <jirka 5z com>
+
+       * pixmaps/*: add scaled 8x8 and 16x16 scaled versions of the icon,
+         by slightly tweaking gimps scaling of the icon.
+
 Thu Oct 02 23:28:29 2014  Jiri (George) Lebl <jirka 5z com>
 
        * help/C/genius.xml: slight update
diff --git a/configure.in b/configure.in
index b9c53cb..8ad6bfd 100644
--- a/configure.in
+++ b/configure.in
@@ -284,6 +284,8 @@ ve/Makefile
 gtkextra/Makefile
 examples/Makefile
 pixmaps/Makefile
+pixmaps/8x8/Makefile
+pixmaps/16x16/Makefile
 pixmaps/22x22/Makefile
 pixmaps/24x24/Makefile
 pixmaps/32x32/Makefile
diff --git a/pixmaps/16x16/Makefile.am b/pixmaps/16x16/Makefile.am
new file mode 100644
index 0000000..94e5d05
--- /dev/null
+++ b/pixmaps/16x16/Makefile.am
@@ -0,0 +1,12 @@
+# This file will be processed with automake-1.7 to create Makefile.in
+
+appsicondir = \
+       $(datadir)/icons/hicolor/16x16/apps
+appsicon_DATA = \
+       gnome-genius.png
+
+EXTRA_DIST = \
+       $(appsicon_DATA)
+
+MAINTAINERCLEANFILES = \
+       Makefile.in
diff --git a/pixmaps/16x16/gnome-genius.png b/pixmaps/16x16/gnome-genius.png
new file mode 100644
index 0000000..73e0e11
Binary files /dev/null and b/pixmaps/16x16/gnome-genius.png differ
diff --git a/pixmaps/8x8/Makefile.am b/pixmaps/8x8/Makefile.am
new file mode 100644
index 0000000..d8ebc25
--- /dev/null
+++ b/pixmaps/8x8/Makefile.am
@@ -0,0 +1,12 @@
+# This file will be processed with automake-1.7 to create Makefile.in
+
+appsicondir = \
+       $(datadir)/icons/hicolor/8x8/apps
+appsicon_DATA = \
+       gnome-genius.png
+
+EXTRA_DIST = \
+       $(appsicon_DATA)
+
+MAINTAINERCLEANFILES = \
+       Makefile.in
diff --git a/pixmaps/8x8/gnome-genius.png b/pixmaps/8x8/gnome-genius.png
new file mode 100644
index 0000000..ffe07ed
Binary files /dev/null and b/pixmaps/8x8/gnome-genius.png differ
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am
index a63f206..38d9642 100644
--- a/pixmaps/Makefile.am
+++ b/pixmaps/Makefile.am
@@ -1,5 +1,5 @@
 SUBDIRS = \
-       22x22 24x24 32x32 48x48 256x256 scalable
+       8x8 16x16 22x22 24x24 32x32 48x48 256x256 scalable
 
 imagedir = \
        $(datadir)/genius/


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