[genius] Tue Sep 30 17:02:54 2014 Jiri (George) Lebl <jirka 5z com>



commit e769aaac25625101f8959c04cfc48fa7b52b9dc4
Author: Jiri (George) Lebl <jiri lebl gmail com>
Date:   Tue Sep 30 17:02:57 2014 -0500

    Tue Sep 30 17:02:54 2014  Jiri (George) Lebl <jirka 5z com>
    
        * pixmaps/*: add svg, 22x22, 24x24, 256x256 versions, and improve the
          32x32 version of icons.  Also recompress some other pngs

 ChangeLog                         |    5 +
 INSTALL                           |    4 +-
 configure.in                      |    4 +
 pixmaps/22x22/Makefile.am         |   12 ++
 pixmaps/22x22/gnome-genius.png    |  Bin 0 -> 297 bytes
 pixmaps/24x24/Makefile.am         |   12 ++
 pixmaps/24x24/gnome-genius.png    |  Bin 0 -> 310 bytes
 pixmaps/256x256/Makefile.am       |   12 ++
 pixmaps/256x256/gnome-genius.png  |  Bin 0 -> 13639 bytes
 pixmaps/32x32/gnome-genius.png    |  Bin 1314 -> 440 bytes
 pixmaps/48x48/gnome-genius.png    |  Bin 626 -> 536 bytes
 pixmaps/Makefile.am               |    2 +-
 pixmaps/genius-graph.png          |  Bin 8695 -> 8675 bytes
 pixmaps/scalable/Makefile.am      |   12 ++
 pixmaps/scalable/gnome-genius.svg |  217 +++++++++++++++++++++++++++++++++++++
 15 files changed, 277 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 25537c6..c0b641d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 30 17:02:54 2014  Jiri (George) Lebl <jirka 5z com>
+
+       * pixmaps/*: add svg, 22x22, 24x24, 256x256 versions, and improve the
+         32x32 version of icons.  Also recompress some other pngs
+
 Tue Sep 23 12:10:49 2014  Jiri (George) Lebl <jirka 5z com>
 
        * Release 1.0.19
diff --git a/INSTALL b/INSTALL
index 007e939..2099840 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,8 +12,8 @@ without warranty of any kind.
 Basic Installation
 ==================
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the shell command `./configure && make && make install'
+should configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.  Some packages provide this
 `INSTALL' file but do not implement all of the features documented
diff --git a/configure.in b/configure.in
index 7b36dbc..b9c53cb 100644
--- a/configure.in
+++ b/configure.in
@@ -284,8 +284,12 @@ ve/Makefile
 gtkextra/Makefile
 examples/Makefile
 pixmaps/Makefile
+pixmaps/22x22/Makefile
+pixmaps/24x24/Makefile
 pixmaps/32x32/Makefile
 pixmaps/48x48/Makefile
+pixmaps/256x256/Makefile
+pixmaps/scalable/Makefile
 po/Makefile.in
 help/Makefile
 ])
diff --git a/pixmaps/22x22/Makefile.am b/pixmaps/22x22/Makefile.am
new file mode 100644
index 0000000..dd76aa8
--- /dev/null
+++ b/pixmaps/22x22/Makefile.am
@@ -0,0 +1,12 @@
+# This file will be processed with automake-1.7 to create Makefile.in
+
+appsicondir = \
+       $(datadir)/icons/hicolor/22x22/apps
+appsicon_DATA = \
+       gnome-genius.png
+
+EXTRA_DIST = \
+       $(appsicon_DATA)
+
+MAINTAINERCLEANFILES = \
+       Makefile.in
diff --git a/pixmaps/22x22/gnome-genius.png b/pixmaps/22x22/gnome-genius.png
new file mode 100644
index 0000000..2f0f4b5
Binary files /dev/null and b/pixmaps/22x22/gnome-genius.png differ
diff --git a/pixmaps/24x24/Makefile.am b/pixmaps/24x24/Makefile.am
new file mode 100644
index 0000000..c8c67c0
--- /dev/null
+++ b/pixmaps/24x24/Makefile.am
@@ -0,0 +1,12 @@
+# This file will be processed with automake-1.7 to create Makefile.in
+
+appsicondir = \
+       $(datadir)/icons/hicolor/24x24/apps
+appsicon_DATA = \
+       gnome-genius.png
+
+EXTRA_DIST = \
+       $(appsicon_DATA)
+
+MAINTAINERCLEANFILES = \
+       Makefile.in
diff --git a/pixmaps/24x24/gnome-genius.png b/pixmaps/24x24/gnome-genius.png
new file mode 100644
index 0000000..dc5fca7
Binary files /dev/null and b/pixmaps/24x24/gnome-genius.png differ
diff --git a/pixmaps/256x256/Makefile.am b/pixmaps/256x256/Makefile.am
new file mode 100644
index 0000000..5c43ff3
--- /dev/null
+++ b/pixmaps/256x256/Makefile.am
@@ -0,0 +1,12 @@
+# This file will be processed with automake-1.7 to create Makefile.in
+
+appsicondir = \
+       $(datadir)/icons/hicolor/256x256/apps
+appsicon_DATA = \
+       gnome-genius.png
+
+EXTRA_DIST = \
+       $(appsicon_DATA)
+
+MAINTAINERCLEANFILES = \
+       Makefile.in
diff --git a/pixmaps/256x256/gnome-genius.png b/pixmaps/256x256/gnome-genius.png
new file mode 100644
index 0000000..7e6124e
Binary files /dev/null and b/pixmaps/256x256/gnome-genius.png differ
diff --git a/pixmaps/32x32/gnome-genius.png b/pixmaps/32x32/gnome-genius.png
index 4cd601d..d798807 100644
Binary files a/pixmaps/32x32/gnome-genius.png and b/pixmaps/32x32/gnome-genius.png differ
diff --git a/pixmaps/48x48/gnome-genius.png b/pixmaps/48x48/gnome-genius.png
index f354e95..2f1fbc5 100644
Binary files a/pixmaps/48x48/gnome-genius.png and b/pixmaps/48x48/gnome-genius.png differ
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am
index ecb461a..a63f206 100644
--- a/pixmaps/Makefile.am
+++ b/pixmaps/Makefile.am
@@ -1,5 +1,5 @@
 SUBDIRS = \
-       32x32 48x48
+       22x22 24x24 32x32 48x48 256x256 scalable
 
 imagedir = \
        $(datadir)/genius/
diff --git a/pixmaps/genius-graph.png b/pixmaps/genius-graph.png
index bff16ad..4b94deb 100644
Binary files a/pixmaps/genius-graph.png and b/pixmaps/genius-graph.png differ
diff --git a/pixmaps/scalable/Makefile.am b/pixmaps/scalable/Makefile.am
new file mode 100644
index 0000000..50ae664
--- /dev/null
+++ b/pixmaps/scalable/Makefile.am
@@ -0,0 +1,12 @@
+# This file will be processed with automake-1.7 to create Makefile.in
+
+appsicondir = \
+       $(datadir)/icons/hicolor/scalable/apps
+appsicon_DATA = \
+       gnome-genius.svg 
+
+EXTRA_DIST = \
+       $(appsicon_DATA)
+
+MAINTAINERCLEANFILES = \
+       Makefile.in
diff --git a/pixmaps/scalable/gnome-genius.svg b/pixmaps/scalable/gnome-genius.svg
new file mode 100644
index 0000000..4c6cda5
--- /dev/null
+++ b/pixmaps/scalable/gnome-genius.svg
@@ -0,0 +1,217 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="48"
+   height="48"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="gnome-genius.svg"
+   inkscape:export-filename="/home/lebl/head/git/genius/pixmaps/48x48/gnome-genius-256.png"
+   inkscape:export-xdpi="480"
+   inkscape:export-ydpi="480">
+  <metadata
+     id="metadata290">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs288">
+    <linearGradient
+       id="linearGradient4251">
+      <stop
+         id="stop4253"
+         offset="0"
+         style="stop-color:#333333;stop-opacity:1;" />
+      <stop
+         id="stop4257"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+    </linearGradient>
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect4093"
+       is_visible="true" />
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect4089"
+       is_visible="true" />
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect4085"
+       is_visible="true" />
+    <linearGradient
+       id="linearGradient4073">
+      <stop
+         style="stop-color:#333333;stop-opacity:1;"
+         offset="0"
+         id="stop4075" />
+      <stop
+         id="stop4249"
+         offset="0.5"
+         style="stop-color:#333333;stop-opacity:0.49803922;" />
+      <stop
+         style="stop-color:#333333;stop-opacity:0;"
+         offset="1"
+         id="stop4077" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4251"
+       id="linearGradient4079"
+       x1="41.923943"
+       y1="46.058002"
+       x2="-4.8250937"
+       y2="-10.460817"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.94491758,0,0,0.9993309,1.2203483,-0.21106294)" />
+  </defs>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1781"
+     inkscape:window-height="1077"
+     id="namedview286"
+     showgrid="true"
+     inkscape:snap-bbox="true"
+     inkscape:zoom="0.93769816"
+     inkscape:cx="24.13562"
+     inkscape:cy="24.180824"
+     inkscape:window-x="0"
+     inkscape:window-y="385"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4247" />
+  </sodipodi:namedview>
+  <rect
+     
style="fill:url(#linearGradient4079);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:1.47387362000000000;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+     id="rect3267"
+     width="36.526127"
+     height="46.526127"
+     x="5.7369375"
+     y="0.73693752" />
+  <rect
+     
style="fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:1.51933098;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+     id="rect4081"
+     width="30.480669"
+     height="18.480667"
+     x="8.7596655"
+     y="3.7596662" />
+  <path
+     
style="fill:#808080;stroke:#aaaaaa;stroke-width:0.99936908px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="M 24.169723,5.1418114 24.572146,20.500316"
+     id="path4083"
+     inkscape:path-effect="#path-effect4085"
+     inkscape:original-d="M 24.169723,5.1418114 24.572146,20.500316"
+     inkscape:connector-curvature="0" />
+  <path
+     
style="fill:#00ff00;stroke:#aaaaaa;stroke-width:0.99309355px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="m 10.371707,11.969148 27.131746,0.140837"
+     id="path4087"
+     inkscape:path-effect="#path-effect4089"
+     inkscape:original-d="m 10.371707,11.969148 27.131746,0.140837"
+     inkscape:connector-curvature="0" />
+  <path
+     
style="fill:#00ff00;stroke:#00ff00;stroke-width:1.04569423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="M 11.067661,20.253467 37.477153,5.5228478"
+     id="path4091"
+     inkscape:path-effect="#path-effect4093"
+     inkscape:original-d="M 11.067661,20.253467 37.477153,5.5228478"
+     inkscape:connector-curvature="0" />
+  <path
+     
style="fill:none;stroke:#ff00ff;stroke-width:0.97252142px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="M 11.298937,19.486468 C 20.445482,9.8784832 29.221222,6.4470599 36.513739,5.4862614"
+     id="path4131"
+     inkscape:connector-curvature="0" />
+  <path
+     
style="fill:none;stroke:#0000ff;stroke-width:0.97625518px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="M 11.434735,18.145292 C 18.24755,-3.6459075 21.784974,20.494045 30.43201,13.317302 
39.079045,6.1405594 37.375841,5.4881283 37.375841,5.4881283"
+     id="path4133"
+     inkscape:connector-curvature="0" />
+  <rect
+     
style="fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:1.4693228;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+     id="rect4135"
+     width="8.5306768"
+     height="4.5306764"
+     x="8.7346621"
+     y="25.734661" />
+  <rect
+     
style="fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:1.46932268;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+     id="rect4135-4"
+     width="8.5306768"
+     height="4.5306773"
+     x="19.734661"
+     y="25.734661" />
+  <rect
+     
style="fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:1.46932292;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+     id="rect4135-4-4"
+     width="8.5306778"
+     height="4.5306778"
+     x="30.734661"
+     y="25.734661" />
+  <rect
+     
style="fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:1.4693228;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+     id="rect4135-6"
+     width="8.5306768"
+     height="4.5306768"
+     x="8.7346621"
+     y="32.734661" />
+  <rect
+     
style="fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:1.46932292;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+     id="rect4135-0"
+     width="8.5306768"
+     height="4.5306783"
+     x="19.734661"
+     y="32.734661" />
+  <rect
+     
style="fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:1.46932268;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+     id="rect4135-9"
+     width="8.5306768"
+     height="4.5306768"
+     x="30.734661"
+     y="32.734661" />
+  <rect
+     
style="fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:1.46932268;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+     id="rect4135-8"
+     width="8.5306778"
+     height="4.5306768"
+     x="30.734661"
+     y="39.734661" />
+  <rect
+     
style="fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:1.46932268;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+     id="rect4135-85"
+     width="8.5306768"
+     height="4.5306768"
+     x="19.734661"
+     y="39.734661" />
+  <rect
+     
style="fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:1.50394917;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+     id="rect4135-5"
+     width="8.4793005"
+     height="4.775496"
+     x="8.7687254"
+     y="39.47253" />
+</svg>


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