[mygui] FontViewer changed to FontEditor

Bruno Wolff III bruno at fedoraproject.org
Wed Dec 31 03:39:49 UTC 2014


commit 5f60801adeedc3d231e7d71643f379b95d9372ba
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Dec 30 17:51:55 2014 -0600

    FontViewer changed to FontEditor

 mygui.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mygui.spec b/mygui.spec
index 6bc949a..f88d6b3 100644
--- a/mygui.spec
+++ b/mygui.spec
@@ -75,7 +75,7 @@ Requires:       %{name} = %{version}-%{release}
 %description tools
 This package contains the MyGUI tools, installed in %{_libdir}/MYGUI/Tools. 
 LayoutEditor is an application for designing UIs using MyGUI library,
-FontViewer, ImageEditor and SkinEditor are also provided.
+FontEditor, ImageEditor and SkinEditor are also provided.
 An helper script MyGUI-Tools is provided and installed in %{_bindir}.
 
 
@@ -92,7 +92,7 @@ for file in Tools/LayoutEditor/Readme.txt ; do
 done
 # Generate README for -tools and -demos
 cat > Tools/README << EOT
-This package contains the MyGUI tools: ImageEditor, FontViewer, 
+This package contains the MyGUI tools: ImageEditor, FontEditor, 
 SkinEditor and LayoutEditor; to run the tools, 
 launch the helper script
 %{_bindir}/MyGUI-Tools
@@ -154,7 +154,7 @@ sed -i 's|^PluginFolder=.*$|PluginFolder=%{_libdir}/OGRE|' \
     %{buildroot}%{_libdir}/MYGUI/Tools/plugins.cfg
 sed -i 's|^Plugin=RenderSystem_Direct3D9$|#Plugin=RenderSystem_Direct3D9|' \
     %{buildroot}%{_libdir}/MYGUI/Tools/plugins.cfg
-for file in bin/LayoutEditor bin/ImageEditor bin/SkinEditor bin/FontViewer ; do
+for file in bin/LayoutEditor bin/ImageEditor bin/SkinEditor bin/FontEditor ; do
   install -Dp -m 755 $file %{buildroot}%{_libdir}/MYGUI/Tools/`basename $file`
 done
 install -Dp -m 755 %{SOURCE2} %{buildroot}%{_bindir}/


More information about the scm-commits mailing list