[libgda] meson: fix build due to file rename
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] meson: fix build due to file rename
- Date: Fri, 8 Feb 2019 17:05:00 +0000 (UTC)
commit 6c1d0d0472ebd9a642b6663a2fa420da0bcad09f
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date: Fri Feb 8 11:03:41 2019 -0600
meson: fix build due to file rename
Update Browser icon
tools/browser/data/256x256/meson.build | 2 +-
tools/browser/data/48x48/meson.build | 2 +-
tools/resources/org.gnome.gda.Browser.svg | 12 ++++++------
3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/tools/browser/data/256x256/meson.build b/tools/browser/data/256x256/meson.build
index 49f18c3e9..9d4c1ea9a 100644
--- a/tools/browser/data/256x256/meson.build
+++ b/tools/browser/data/256x256/meson.build
@@ -1,3 +1,3 @@
-install_data('gda-browser-6.0.png',
+install_data('org.gnome.gda.Browser.png',
install_dir: join_paths(get_option('datadir'), 'pixmaps')
)
\ No newline at end of file
diff --git a/tools/browser/data/48x48/meson.build b/tools/browser/data/48x48/meson.build
index 9dc563849..4e81abd35 100644
--- a/tools/browser/data/48x48/meson.build
+++ b/tools/browser/data/48x48/meson.build
@@ -1,3 +1,3 @@
-# install_data('gda-browser-6.0.png',
+# install_data('org.gnome.gda.Browser.png',
# install_dir: join_paths(get_option('datadir'), 'pixmaps')
# )
\ No newline at end of file
diff --git a/tools/resources/org.gnome.gda.Browser.svg b/tools/resources/org.gnome.gda.Browser.svg
index 1abbac8f8..41673aada 100644
--- a/tools/resources/org.gnome.gda.Browser.svg
+++ b/tools/resources/org.gnome.gda.Browser.svg
@@ -17,21 +17,21 @@
</filter>
</defs>
<svg xmlns="http://www.w3.org/2000/svg" transform="translate(10)">
- <svg xmlns="http://www.w3.org/2000/svg" filter="url(#filter1)" transform="translate(0,200)">
+ <g filter="url(#filter1)" transform="translate(0,200)">
<ellipse cx="203" cy="203" rx="200" ry="100" style="fill:gray; stroke: white; stroke-width: 3;"/>
<rect x="3" y="103" width="400" height="100" d="M3,100 L3,203 403,203 403,103" style="fill:gray;
stroke: whithe; stroke-width: 3;"/>
<ellipse cx="203" cy="103" rx="200" ry="100" style="fill:gray; stroke: white; stroke-width: 3;"/>
- </svg>
- <svg xmlns="http://www.w3.org/2000/svg" filter="url(#filter1)" transform="translate(0,100)">
+ </g>
+ <g filter="url(#filter1)" transform="translate(0,100)">
<ellipse cx="203" cy="203" rx="200" ry="100" style="fill:gray; stroke: white; stroke-width: 3;"/>
<rect x="3" y="103" width="400" height="100" d="M3,100 L3,203 403,203 403,103" style="fill:gray;
stroke: whithe; stroke-width: 3;"/>
<ellipse cx="203" cy="103" rx="200" ry="100" style="fill:gray; stroke: white; stroke-width: 3;"/>
- </svg>
- <svg xmlns="http://www.w3.org/2000/svg" filter="url(#filter1)">
+ </g>
+ <g xmlns="http://www.w3.org/2000/svg" filter="url(#filter1)">
<ellipse cx="203" cy="203" rx="200" ry="100" style="fill:gray; stroke: white; stroke-width: 3;"/>
<rect x="3" y="103" width="400" height="100" d="M3,100 L3,203 403,203 403,103" style="fill:gray;
stroke: whithe; stroke-width: 3;"/>
<ellipse cx="203" cy="103" rx="200" ry="100" style="fill:gray; stroke: white; stroke-width: 3;"/>
- </svg>
+ </g>
</svg>
<text filter="url(#filter1)" x="50" y="200" style="font-size: 200; font-family: Times; fill: green;
stroke: green; stroke-width: 3;">SQL</text>
</svg>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]