[Xfce4-commits] <xfce4-panel:devel> Add xfce4-panel icons.
Nick Schermer
noreply at xfce.org
Thu Feb 18 19:56:02 CET 2010
Updating branch refs/heads/devel
to 518c107800d915ad033b6798b7336cd4c5980ab5 (commit)
from 07dc55c9d882ddbf589d90284e08e1cb2b5f3443 (commit)
commit 518c107800d915ad033b6798b7336cd4c5980ab5
Author: Nick Schermer <nick at xfce.org>
Date: Thu Feb 18 17:56:50 2010 +0100
Add xfce4-panel icons.
Makefile.am | 1 +
configure.ac.in | 7 ++
icons/16x16/Makefile.am | 9 +++
icons/16x16/xfce4-panel.png | Bin 0 -> 491 bytes
icons/22x22/Makefile.am | 9 +++
icons/22x22/xfce4-panel.png | Bin 0 -> 642 bytes
icons/24x24/Makefile.am | 9 +++
icons/24x24/xfce4-panel.png | Bin 0 -> 657 bytes
icons/32x32/Makefile.am | 9 +++
icons/32x32/xfce4-panel.png | Bin 0 -> 878 bytes
icons/48x48/Makefile.am | 9 +++
icons/48x48/xfce4-panel.png | Bin 0 -> 1624 bytes
icons/Makefile.am | 23 ++++++
icons/scalable/Makefile.am | 9 +++
icons/scalable/xfce4-panel.svg | 151 ++++++++++++++++++++++++++++++++++++++++
panel-preferences.desktop.in | 2 +-
16 files changed, 237 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index a72deca..28f7a6b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,7 @@ SUBDIRS = \
wrapper \
migrate \
docs \
+ icons \
po
distclean-local:
diff --git a/configure.ac.in b/configure.ac.in
index e15c55e..da979ab 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -197,6 +197,13 @@ common/Makefile
docs/Makefile
docs/references/Makefile
docs/references/version.xml
+icons/Makefile
+icons/16x16/Makefile
+icons/22x22/Makefile
+icons/24x24/Makefile
+icons/32x32/Makefile
+icons/48x48/Makefile
+icons/scalable/Makefile
libxfce4panel/Makefile
libxfce4panel/libxfce4panel-1.0.pc
libxfce4panel/libxfce4panel-config.h
diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
new file mode 100644
index 0000000..ccfbb80
--- /dev/null
+++ b/icons/16x16/Makefile.am
@@ -0,0 +1,9 @@
+
+iconsdir = $(datadir)/icons/hicolor/16x16/apps
+icons_DATA = \
+ xfce4-panel.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/16x16/xfce4-panel.png b/icons/16x16/xfce4-panel.png
new file mode 100644
index 0000000..9be94f8
Binary files /dev/null and b/icons/16x16/xfce4-panel.png differ
diff --git a/icons/22x22/Makefile.am b/icons/22x22/Makefile.am
new file mode 100644
index 0000000..536ac33
--- /dev/null
+++ b/icons/22x22/Makefile.am
@@ -0,0 +1,9 @@
+
+iconsdir = $(datadir)/icons/hicolor/22x22/apps
+icons_DATA = \
+ xfce4-panel.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/22x22/xfce4-panel.png b/icons/22x22/xfce4-panel.png
new file mode 100644
index 0000000..f029b23
Binary files /dev/null and b/icons/22x22/xfce4-panel.png differ
diff --git a/icons/24x24/Makefile.am b/icons/24x24/Makefile.am
new file mode 100644
index 0000000..64daf3b
--- /dev/null
+++ b/icons/24x24/Makefile.am
@@ -0,0 +1,9 @@
+
+iconsdir = $(datadir)/icons/hicolor/24x24/apps
+icons_DATA = \
+ xfce4-panel.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/24x24/xfce4-panel.png b/icons/24x24/xfce4-panel.png
new file mode 100644
index 0000000..a13b214
Binary files /dev/null and b/icons/24x24/xfce4-panel.png differ
diff --git a/icons/32x32/Makefile.am b/icons/32x32/Makefile.am
new file mode 100644
index 0000000..f4d5f31
--- /dev/null
+++ b/icons/32x32/Makefile.am
@@ -0,0 +1,9 @@
+
+iconsdir = $(datadir)/icons/hicolor/32x32/apps
+icons_DATA = \
+ xfce4-panel.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/32x32/xfce4-panel.png b/icons/32x32/xfce4-panel.png
new file mode 100644
index 0000000..bd9587e
Binary files /dev/null and b/icons/32x32/xfce4-panel.png differ
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am
new file mode 100644
index 0000000..290170e
--- /dev/null
+++ b/icons/48x48/Makefile.am
@@ -0,0 +1,9 @@
+
+iconsdir = $(datadir)/icons/hicolor/48x48/apps
+icons_DATA = \
+ xfce4-panel.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/48x48/xfce4-panel.png b/icons/48x48/xfce4-panel.png
new file mode 100644
index 0000000..49c9b8a
Binary files /dev/null and b/icons/48x48/xfce4-panel.png differ
diff --git a/icons/Makefile.am b/icons/Makefile.am
new file mode 100644
index 0000000..58d0adb
--- /dev/null
+++ b/icons/Makefile.am
@@ -0,0 +1,23 @@
+
+SUBDIRS = \
+ 16x16 \
+ 22x22 \
+ 24x24 \
+ 32x32 \
+ 48x48 \
+ scalable
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+
+install-data-hook:
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. Remember to run:"; \
+ echo "***"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ echo "***"; \
+ fi
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/scalable/Makefile.am b/icons/scalable/Makefile.am
new file mode 100644
index 0000000..ed1cb44
--- /dev/null
+++ b/icons/scalable/Makefile.am
@@ -0,0 +1,9 @@
+
+iconsdir = $(datadir)/icons/hicolor/scalable/apps
+icons_DATA = \
+ xfce4-panel.svg
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/scalable/xfce4-panel.svg b/icons/scalable/xfce4-panel.svg
new file mode 100644
index 0000000..1a41cd8
--- /dev/null
+++ b/icons/scalable/xfce4-panel.svg
@@ -0,0 +1,151 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.1"
+ width="48"
+ height="48"
+ id="svg1325">
+ <title
+ id="title3450">Xfce Panel</title>
+ <defs
+ id="defs1327">
+ <linearGradient
+ id="linearGradient2270">
+ <stop
+ id="stop2272"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2274"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2262">
+ <stop
+ id="stop2264"
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2266"
+ style="stop-color:#d3d7cf;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2252">
+ <stop
+ id="stop2254"
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2256"
+ style="stop-color:#888a85;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="31.874874"
+ y1="17.4375"
+ x2="47.437664"
+ y2="17.4375"
+ id="linearGradient2258"
+ xlink:href="#linearGradient2252"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-8)" />
+ <linearGradient
+ x1="31.872892"
+ y1="20.6875"
+ x2="46.704754"
+ y2="20.6875"
+ id="linearGradient2268"
+ xlink:href="#linearGradient2262"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-8)" />
+ <linearGradient
+ x1="23.99696"
+ y1="18.375"
+ x2="45.753761"
+ y2="18.375"
+ id="linearGradient1341"
+ xlink:href="#linearGradient2270"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-8)" />
+ <radialGradient
+ cx="3.6239223"
+ cy="2.0049825"
+ r="23"
+ fx="3.6239223"
+ fy="2.0049825"
+ id="radialGradient2218"
+ xlink:href="#linearGradient2270"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.246687e-8,1.125998,-1.627297,0,6.886624,6.5312)" />
+ </defs>
+ <g
+ id="layer1">
+ <rect
+ width="46"
+ height="29"
+ x="2.5"
+ y="9.5"
+ id="rect1333"
+ style="fill:url(#linearGradient2268);fill-opacity:1;stroke:url(#linearGradient2258);stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ width="45"
+ height="27"
+ x="3.5"
+ y="10.5"
+ id="rect2210"
+ style="opacity:0.4;fill:none;stroke:url(#linearGradient1341);stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ width="45"
+ height="27"
+ x="3.5"
+ y="10.5"
+ id="rect2216"
+ style="fill:none;stroke:url(#radialGradient2218);stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <g
+ transform="matrix(0.20289449,0,0,0.20289449,-23.044102,-54.513084)"
+ id="g23"
+ style="fill:#000000;fill-opacity:0.5;stroke:none">
+ <path
+ d="m 143.756,326.774 c 0.538,-0.09 13.953,6.991 22.97,9.438 16.079,4.109 30.756,16.476 37.85,23.58 0.526,0.608 6.093,-4.168 11.919,-3.824 7.958,0.482 32.582,7.406 35.872,2.691 1.995,-2.768 1.852,-6.164 4.341,-7.555 1.34,-0.375 -4.981,-11.936 1.737,-15.64 4.79,-2.394 8.849,11.009 10.079,12.511 0.551,0.672 3.474,0.836 3.128,-0.695 -0.375,-1.663 -5.103,-14.524 0.695,-16.682 9.417,-3.729 7.748,16.456 7.993,17.03 0.521,1.222 32.797,2.164 34.754,16.682 1.132,7.99 -25.858,18.317 -28.498,20.157 -2.639,1.84 -2.419,4.783 -1.39,6.604 1.183,1.975 9.046,8.641 7.994,11.816 -0.723,1.834 -15.398,-4.888 -16.335,-3.475 -2.137,2.699 10.683,9.455 6.256,14.249 -1.755,1.148 -21.947,-8.454 -21.896,-8.341 -0.542,0.206 -28.532,5.113 -50.046,-1.391 -0.758,-0.214 -13.808,12.606 -15.292,12.165 -2.029,-0.744 2.991,-11.15 2.433,-13.207 -0.912,-1.146 -9.251,4.653 -9.731,1.738 -0.574,-3.831 7.318,-8.235 6.951,-10.774 -2.035,-14.424 0.909,-22.847 5.908,-29.888 1.667,-2.592 -19.592,-18.646 -34.983,-
24.982 -15.39,-6.336 -23.624,-11.706 -22.709,-12.207 z"
+ transform="translate(4.86564,17.0296)"
+ id="path14"
+ style="fill:#020202;fill-opacity:1;fill-rule:evenodd;stroke:#000002;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 286.934,392.031 c -0.169,-0.59 10.503,-7.045 12.048,-5.561 2.781,1.008 -11.95,6.31 -12.048,5.561 z"
+ id="path7"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.6pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 292.031,397.901 c -0.94,-0.568 6.389,-9.114 8.187,-8.187 2.625,2.608 -8.31,8.39 -8.187,8.187 z"
+ id="path8"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.6pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 320.916,358.358 c -0.891,-0.737 -7.878,10.287 -6.333,11.431 0.929,0.695 6.731,-11.038 6.333,-11.431 z"
+ id="path13"
+ style="fill:#020202;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.6pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <ellipse
+ cx="288.86475"
+ cy="374.58655"
+ rx="3.012037"
+ ry="3.398196"
+ transform="matrix(0.9253,0,0,0.933788,22.0283,24.352)"
+ id="ellipse17"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.6pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 320.916,358.358 c -0.441,-0.512 -2.781,11.368 -1.699,11.894 0.929,0.695 2.547,-11.276 1.699,-11.894 z"
+ transform="translate(-8.0321,-1.54463)"
+ id="path18"
+ style="fill:#020202;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.6pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 321.366,357.908 c -2.771,1.959 1.521,13.045 8.58,6.572 -5.546,0.163 -7.396,-1.461 -8.58,-6.572 z"
+ transform="translate(-38.3069,14.983)"
+ id="path21"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.6pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </g>
+ </g>
+</svg>
diff --git a/panel-preferences.desktop.in b/panel-preferences.desktop.in
index 6ab4bfd..92d631c 100644
--- a/panel-preferences.desktop.in
+++ b/panel-preferences.desktop.in
@@ -3,7 +3,7 @@
Encoding=UTF-8
Version=1.0
Exec=xfce4-panel -p
-Icon=preferences-system
+Icon=xfce4-panel
Type=Application
Categories=X-XFCE;Settings;DesktopSettings;
OnlyShowIn=XFCE;
More information about the Xfce4-commits
mailing list