LibreOffice Branding: first cut
This commit is contained in:
parent
9f3971de09
commit
89471c0481
26 changed files with 54 additions and 54 deletions
|
@ -63,7 +63,7 @@ VS_VERSION_INFO versioninfo
|
||||||
block "040704E4"
|
block "040704E4"
|
||||||
{
|
{
|
||||||
// German StringTable
|
// German StringTable
|
||||||
value "CompanyName", "OpenOffice.org\0"
|
value "CompanyName", "The Document Foundation\0"
|
||||||
value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
|
value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
|
||||||
value "FileVersion", PPS(VER_LEVEL) "\0"
|
value "FileVersion", PPS(VER_LEVEL) "\0"
|
||||||
value "ProductVersion", PPS(VER_LEVEL) "\0"
|
value "ProductVersion", PPS(VER_LEVEL) "\0"
|
||||||
|
@ -75,7 +75,7 @@ VS_VERSION_INFO versioninfo
|
||||||
block "040904E4"
|
block "040904E4"
|
||||||
{
|
{
|
||||||
// International StringTable
|
// International StringTable
|
||||||
value "CompanyName", "OpenOffice.org\0"
|
value "CompanyName", "The Document Foundation\0"
|
||||||
value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
|
value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
|
||||||
value "FileVersion", PPS(VER_LEVEL) "\0"
|
value "FileVersion", PPS(VER_LEVEL) "\0"
|
||||||
value "ProductVersion", PPS(VER_LEVEL) "\0"
|
value "ProductVersion", PPS(VER_LEVEL) "\0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
<assemblyIdentity version="1.0.0.0" processorArchitecture="x86" name="OpenOffice" type="win32" />
|
<assemblyIdentity version="1.0.0.0" processorArchitecture="x86" name="LibreOffice" type="win32" />
|
||||||
<description>http://www.openoffice.org</description>
|
<description>http://www.openoffice.org</description>
|
||||||
<dependency>
|
<dependency>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
|
|
|
@ -68,7 +68,7 @@ VS_VERSION_INFO versioninfo
|
||||||
block "040704E4"
|
block "040704E4"
|
||||||
{
|
{
|
||||||
// German StringTable
|
// German StringTable
|
||||||
value "CompanyName", "Oracle\0"
|
value "CompanyName", "The Document Foundation\0"
|
||||||
value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
|
value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
|
||||||
value "FileVersion", PPS(VER_LEVEL) "\0"
|
value "FileVersion", PPS(VER_LEVEL) "\0"
|
||||||
value "ProductVersion", PPS(VER_LEVEL) "\0"
|
value "ProductVersion", PPS(VER_LEVEL) "\0"
|
||||||
|
@ -80,7 +80,7 @@ VS_VERSION_INFO versioninfo
|
||||||
block "040904E4"
|
block "040904E4"
|
||||||
{
|
{
|
||||||
// International StringTable
|
// International StringTable
|
||||||
value "CompanyName", "Oracle\0"
|
value "CompanyName", "The Document Foundation\0"
|
||||||
value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
|
value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
|
||||||
value "FileVersion", PPS(VER_LEVEL) "\0"
|
value "FileVersion", PPS(VER_LEVEL) "\0"
|
||||||
value "ProductVersion", PPS(VER_LEVEL) "\0"
|
value "ProductVersion", PPS(VER_LEVEL) "\0"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This product is made available subject to the terms of GNU Lesser General Public License Version 3. A copy of the LGPL license can be found at http://www.openoffice.org/license.html
|
This product is made available subject to the terms of GNU Lesser General Public License Version 3. A copy of the LGPL license can be found at http://www.gnu.org/licenses/lgpl-3.0-standalone.html
|
||||||
|
|
||||||
------------------------------------
|
------------------------------------
|
||||||
Third Party Code. Additional copyright notices and license terms applicable to portions of the Software are set forth in the THIRDPARTYLICENSEREADME.html file.
|
Third Party Code. Additional copyright notices and license terms applicable to portions of the Software are set forth in the THIRDPARTYLICENSEREADME.html file.
|
||||||
|
@ -9,7 +9,7 @@ All trademarks and registered trademarks mentioned herein are the property of th
|
||||||
------------------------------------
|
------------------------------------
|
||||||
Copyright (c) 2000,2010 Oracle and/or it affiliates. All rights reserved.
|
Copyright (c) 2000,2010 Oracle and/or it affiliates. All rights reserved.
|
||||||
|
|
||||||
This product has been created with contributions from the OpenOffice.org community, of which Oracle is a principal member. OpenOffice.org acknowledges all community members, especially those mentioned at http://www.openoffice.org/welcome/credits.html.
|
This product has been created with contributions from the OpenOffice.org community. We acknowledge all community members, especially those mentioned at http://www.openoffice.org/welcome/credits.html.
|
||||||
|
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Description: %productname desktop integration
|
Description: %productname desktop integration
|
||||||
Maintainer: OpenOffice.org
|
Maintainer: LibreOffice
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Provides: openoffice.org-desktop-integration, openoffice.org-unbundled
|
Provides: libreoffice-desktop-integration, libreoffice-unbundled
|
||||||
Conflicts: openofficeorg-desktop-integration, openofficeorg-debian-menus, openoffice.org-bundled
|
Conflicts: libreoffice-desktop-integration, libreoffice-debian-menus, libreoffice-bundled
|
||||||
Replaces: openofficeorg-desktop-integration, openofficeorg-debian-menus
|
Replaces: libreoffice-desktop-integration, libreoffice-debian-menus
|
||||||
|
|
|
@ -1,39 +1,39 @@
|
||||||
?package(openoffice.org-writer):needs="X11" section="Apps/Editors"\
|
?package(libreoffice-writer):needs="X11" section="Apps/Editors"\
|
||||||
title="%PRODUCTNAME Writer" command="%PREFIX -writer"\
|
title="%PRODUCTNAME Writer" command="%PREFIX -writer"\
|
||||||
hints="Word Processors"\
|
hints="Word Processors"\
|
||||||
kderemove="y"\
|
kderemove="y"\
|
||||||
icon="/usr/share/icons/hicolor/32x32/apps/%ICONPREFIX-writer.png"\
|
icon="/usr/share/icons/hicolor/32x32/apps/%ICONPREFIX-writer.png"\
|
||||||
icon16x16="/usr/share/icons/hicolor/16x16/apps/%ICONPREFIX-writer.png"
|
icon16x16="/usr/share/icons/hicolor/16x16/apps/%ICONPREFIX-writer.png"
|
||||||
|
|
||||||
?package(openoffice.org-calc):needs="X11" section="Apps/Math"\
|
?package(libreoffice-calc):needs="X11" section="Apps/Math"\
|
||||||
title="%PRODUCTNAME Calc" command="%PREFIX -calc"\
|
title="%PRODUCTNAME Calc" command="%PREFIX -calc"\
|
||||||
hints="Spreadsheets"\
|
hints="Spreadsheets"\
|
||||||
kderemove="y"\
|
kderemove="y"\
|
||||||
icon="/usr/share/icons/hicolor/32x32/apps/%ICONPREFIX-calc.png"\
|
icon="/usr/share/icons/hicolor/32x32/apps/%ICONPREFIX-calc.png"\
|
||||||
icon16x16="/usr/share/icons/hicolor/16x16/apps/%ICONPREFIX-calc.png"
|
icon16x16="/usr/share/icons/hicolor/16x16/apps/%ICONPREFIX-calc.png"
|
||||||
|
|
||||||
?package(openoffice.org-draw):needs="X11" section="Apps/Graphics"\
|
?package(libreoffice-draw):needs="X11" section="Apps/Graphics"\
|
||||||
title="%PRODUCTNAME Draw" command="%PREFIX -draw"\
|
title="%PRODUCTNAME Draw" command="%PREFIX -draw"\
|
||||||
hints="Drawing"\
|
hints="Drawing"\
|
||||||
kderemove="y"\
|
kderemove="y"\
|
||||||
icon="/usr/share/icons/hicolor/32x32/apps/%ICONPREFIX-draw.png"\
|
icon="/usr/share/icons/hicolor/32x32/apps/%ICONPREFIX-draw.png"\
|
||||||
icon16x16="/usr/share/icons/hicolor/16x16/apps/%ICONPREFIX-draw.png"
|
icon16x16="/usr/share/icons/hicolor/16x16/apps/%ICONPREFIX-draw.png"
|
||||||
|
|
||||||
?package(openoffice.org-impress):needs="X11" section="Apps/Graphics"\
|
?package(libreoffice-impress):needs="X11" section="Apps/Graphics"\
|
||||||
title="%PRODUCTNAME Impress" command="%PREFIX -impress"\
|
title="%PRODUCTNAME Impress" command="%PREFIX -impress"\
|
||||||
hints="Presentation"\
|
hints="Presentation"\
|
||||||
kderemove="y"\
|
kderemove="y"\
|
||||||
icon="/usr/share/icons/hicolor/32x32/apps/%ICONPREFIX-impress.png"\
|
icon="/usr/share/icons/hicolor/32x32/apps/%ICONPREFIX-impress.png"\
|
||||||
icon16x16="/usr/share/icons/hicolor/16x16/apps/%ICONPREFIX-impress.png"
|
icon16x16="/usr/share/icons/hicolor/16x16/apps/%ICONPREFIX-impress.png"
|
||||||
|
|
||||||
?package(openoffice.org-base):needs="X11" section="Apps/Databases"\
|
?package(libreoffice-base):needs="X11" section="Apps/Databases"\
|
||||||
title="%PRODUCTNAME Base" command="%PREFIX -base"\
|
title="%PRODUCTNAME Base" command="%PREFIX -base"\
|
||||||
hints="Database"\
|
hints="Database"\
|
||||||
kderemove="y"\
|
kderemove="y"\
|
||||||
icon="/usr/share/icons/hicolor/32x32/apps/%ICONPREFIX-base.png"\
|
icon="/usr/share/icons/hicolor/32x32/apps/%ICONPREFIX-base.png"\
|
||||||
icon16x16="/usr/share/icons/hicolor/16x16/apps/%ICONPREFIX-base.png"
|
icon16x16="/usr/share/icons/hicolor/16x16/apps/%ICONPREFIX-base.png"
|
||||||
|
|
||||||
?package(openoffice.org-core02):needs="X11" section="Apps/System"\
|
?package(libreoffice-core02):needs="X11" section="Apps/System"\
|
||||||
title="%PRODUCTNAME Printer Administration"\
|
title="%PRODUCTNAME Printer Administration"\
|
||||||
command="%PREFIX-printeradmin"\
|
command="%PREFIX-printeradmin"\
|
||||||
hints="Setup,Printer,Config"\
|
hints="Setup,Printer,Config"\
|
||||||
|
|
|
@ -80,7 +80,7 @@ if [ "$1" = "configure" ]
|
||||||
then
|
then
|
||||||
# backing out existing entries to avoid duplicates
|
# backing out existing entries to avoid duplicates
|
||||||
sed '
|
sed '
|
||||||
/^# OpenOffice.org/d
|
/^# LibreOffice/d
|
||||||
/^application\/vnd\.oasis\.opendocument/d
|
/^application\/vnd\.oasis\.opendocument/d
|
||||||
/^application\/vnd\.openofficeorg/d
|
/^application\/vnd\.openofficeorg/d
|
||||||
/^application\/vnd\.sun/d
|
/^application\/vnd\.sun/d
|
||||||
|
@ -96,7 +96,7 @@ then
|
||||||
|
|
||||||
# now append our stuff to the temporary file
|
# now append our stuff to the temporary file
|
||||||
cat >> /etc/mailcap.tmp$$ << END
|
cat >> /etc/mailcap.tmp$$ << END
|
||||||
# OpenOffice.org
|
# LibreOffice
|
||||||
application/vnd.oasis.opendocument.text; %PREFIX -view %s
|
application/vnd.oasis.opendocument.text; %PREFIX -view %s
|
||||||
application/vnd.oasis.opendocument.text-template; %PREFIX -view %s
|
application/vnd.oasis.opendocument.text-template; %PREFIX -view %s
|
||||||
application/vnd.oasis.opendocument.text-web; %PREFIX -view %s
|
application/vnd.oasis.opendocument.text-web; %PREFIX -view %s
|
||||||
|
|
|
@ -7,7 +7,7 @@ Name: %pkgprefix-freedesktop-menus
|
||||||
#BuildRequires: perl
|
#BuildRequires: perl
|
||||||
Group: Office
|
Group: Office
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Provides: openoffice.org3-desktop-integration
|
Provides: libreoffice-desktop-integration
|
||||||
Conflicts: %pkgprefix-suse-menus
|
Conflicts: %pkgprefix-suse-menus
|
||||||
Conflicts: %pkgprefix-debian-menus
|
Conflicts: %pkgprefix-debian-menus
|
||||||
Conflicts: %pkgprefix-redhat-menus
|
Conflicts: %pkgprefix-redhat-menus
|
||||||
|
@ -187,7 +187,7 @@ if [ "$1" = 1 ]
|
||||||
then
|
then
|
||||||
# backing out existing entries to avoid duplicates
|
# backing out existing entries to avoid duplicates
|
||||||
sed '
|
sed '
|
||||||
/^# OpenOffice.org/d
|
/^# LibreOffice/d
|
||||||
/^application\/vnd\.oasis\.opendocument/d
|
/^application\/vnd\.oasis\.opendocument/d
|
||||||
/^application\/vnd\.openofficeorg/d
|
/^application\/vnd\.openofficeorg/d
|
||||||
/^application\/vnd\.sun/d
|
/^application\/vnd\.sun/d
|
||||||
|
@ -203,7 +203,7 @@ then
|
||||||
|
|
||||||
# now append our stuff to the temporary file
|
# now append our stuff to the temporary file
|
||||||
cat >> /etc/mailcap.tmp$$ << END
|
cat >> /etc/mailcap.tmp$$ << END
|
||||||
# OpenOffice.org
|
# LibreOffice
|
||||||
application/vnd.oasis.opendocument.text; %unixfilename -view %s
|
application/vnd.oasis.opendocument.text; %unixfilename -view %s
|
||||||
application/vnd.oasis.opendocument.text-template; %unixfilename -view %s
|
application/vnd.oasis.opendocument.text-template; %unixfilename -view %s
|
||||||
application/vnd.oasis.opendocument.text-web; %unixfilename -view %s
|
application/vnd.oasis.opendocument.text-web; %unixfilename -view %s
|
||||||
|
|
|
@ -13,7 +13,7 @@ BuildArch: noarch
|
||||||
# here and check for the 'mandriva-release' in the future (next year).
|
# here and check for the 'mandriva-release' in the future (next year).
|
||||||
#
|
#
|
||||||
Requires: mandrake-release
|
Requires: mandrake-release
|
||||||
Provides: openoffice.org3-desktop-integration
|
Provides: libreoffice-desktop-integration
|
||||||
|
|
||||||
%define _unpackaged_files_terminate_build 0
|
%define _unpackaged_files_terminate_build 0
|
||||||
%define _binary_filedigest_algorithm 1
|
%define _binary_filedigest_algorithm 1
|
||||||
|
@ -107,7 +107,7 @@ if [ "$1" = 1 ]
|
||||||
then
|
then
|
||||||
# backing out existing entries to avoid duplicates
|
# backing out existing entries to avoid duplicates
|
||||||
sed '
|
sed '
|
||||||
/^# OpenOffice.org/d
|
/^# LibreOffice/d
|
||||||
/^application\/vnd\.oasis\.opendocument/d
|
/^application\/vnd\.oasis\.opendocument/d
|
||||||
/^application\/vnd\.openofficeorg/d
|
/^application\/vnd\.openofficeorg/d
|
||||||
/^application\/vnd\.sun/d
|
/^application\/vnd\.sun/d
|
||||||
|
@ -309,7 +309,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%attr(0755,root,root) /usr/bin/soffice
|
%attr(0755,root,root) /usr/bin/%unixfilename
|
||||||
%attr(0755,root,root) %verify(not size md5) /usr/bin/%unixfilename
|
%attr(0755,root,root) %verify(not size md5) /usr/bin/%unixfilename
|
||||||
%attr(0755,root,root) /usr/bin/%unixfilename-printeradmin
|
%attr(0755,root,root) /usr/bin/%unixfilename-printeradmin
|
||||||
%defattr(0644, root, root)
|
%defattr(0644, root, root)
|
||||||
|
|
|
@ -4,7 +4,7 @@ Terminal=false
|
||||||
Icon=base
|
Icon=base
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-MoreApplications-Databases;
|
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-MoreApplications-Databases;
|
||||||
Exec=openoffice -base %U
|
Exec=${UNIXBASISROOTNAME} -base %U
|
||||||
MimeType=application/vnd.oasis.opendocument.database;application/vnd.sun.xml.base;
|
MimeType=application/vnd.oasis.opendocument.database;application/vnd.sun.xml.base;
|
||||||
Name=%PRODUCTNAME Base
|
Name=%PRODUCTNAME Base
|
||||||
GenericName=Database Development
|
GenericName=Database Development
|
||||||
|
|
|
@ -4,7 +4,7 @@ Terminal=false
|
||||||
Icon=calc
|
Icon=calc
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Spreadsheets;
|
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Spreadsheets;
|
||||||
Exec=openoffice -calc %U
|
Exec=${UNIXBASISROOTNAME} -calc %U
|
||||||
MimeType=application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.spreadsheet-template;application/vnd.sun.xml.calc;application/vnd.sun.xml.calc.template;application/vnd.stardivision.calc;application/vnd.stardivision.chart;application/msexcel;application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.ms-excel.sheet.macroenabled.12;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.template.macroenabled.12;application/vnd.ms-excel.sheet.binary.macroenabled.12;text/csv;application/x-dbf;
|
MimeType=application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.spreadsheet-template;application/vnd.sun.xml.calc;application/vnd.sun.xml.calc.template;application/vnd.stardivision.calc;application/vnd.stardivision.chart;application/msexcel;application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.ms-excel.sheet.macroenabled.12;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.template.macroenabled.12;application/vnd.ms-excel.sheet.binary.macroenabled.12;text/csv;application/x-dbf;
|
||||||
Name=%PRODUCTNAME Calc
|
Name=%PRODUCTNAME Calc
|
||||||
GenericName=Spreadsheet
|
GenericName=Spreadsheet
|
||||||
|
|
|
@ -4,7 +4,7 @@ Terminal=false
|
||||||
Icon=draw
|
Icon=draw
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Drawing;
|
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Drawing;
|
||||||
Exec=openoffice -draw %U
|
Exec=${UNIXBASISROOTNAME} -draw %U
|
||||||
MimeType=application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-template;application/vnd.sun.xml.draw;application/vnd.sun.xml.draw.template;application/vnd.stardivision.draw;
|
MimeType=application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-template;application/vnd.sun.xml.draw;application/vnd.sun.xml.draw.template;application/vnd.stardivision.draw;
|
||||||
Name=%PRODUCTNAME Draw
|
Name=%PRODUCTNAME Draw
|
||||||
GenericName=Drawing Program
|
GenericName=Drawing Program
|
||||||
|
|
|
@ -4,7 +4,7 @@ Terminal=false
|
||||||
Icon=impress
|
Icon=impress
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Presentations;
|
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Presentations;
|
||||||
Exec=openoffice -impress %U
|
Exec=${UNIXBASISROOTNAME} -impress %U
|
||||||
MimeType=application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.presentation-template;application/vnd.sun.xml.impress;application/vnd.sun.xml.impress.template;application/vnd.stardivision.impress;application/mspowerpoint;application/vnd.ms-powerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.ms-powerpoint.presentation.macroenabled.12;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.ms-powerpoint.template.macroenabled.12;
|
MimeType=application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.presentation-template;application/vnd.sun.xml.impress;application/vnd.sun.xml.impress.template;application/vnd.stardivision.impress;application/mspowerpoint;application/vnd.ms-powerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.ms-powerpoint.presentation.macroenabled.12;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.ms-powerpoint.template.macroenabled.12;
|
||||||
Name=%PRODUCTNAME Impress
|
Name=%PRODUCTNAME Impress
|
||||||
GenericName=Presentation
|
GenericName=Presentation
|
||||||
|
|
|
@ -4,7 +4,7 @@ Terminal=false
|
||||||
Icon=math
|
Icon=math
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Other;
|
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Other;
|
||||||
Exec=openoffice -math %U
|
Exec=${UNIXBASISROOTNAME} -math %U
|
||||||
MimeType=application/vnd.oasis.opendocument.formula;application/vnd.sun.xml.math;application/vnd.stardivision.math;
|
MimeType=application/vnd.oasis.opendocument.formula;application/vnd.sun.xml.math;application/vnd.stardivision.math;
|
||||||
Name=%PRODUCTNAME Math
|
Name=%PRODUCTNAME Math
|
||||||
GenericName=Formula Editor
|
GenericName=Formula Editor
|
||||||
|
|
|
@ -4,5 +4,5 @@ Terminal=false
|
||||||
Icon=printeradmin
|
Icon=printeradmin
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;
|
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;
|
||||||
Exec=openoffice-printeradmin
|
Exec=${UNIXBASISROOTNAME}-printeradmin
|
||||||
Name=%PRODUCTNAME Printer Administration
|
Name=%PRODUCTNAME Printer Administration
|
||||||
|
|
|
@ -3,7 +3,7 @@ Version=1.0
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Office;
|
Categories=Office;
|
||||||
Exec=openoffice -quickstart -nologo -nodefault
|
Exec=${UNIXBASISROOTNAME} -quickstart -nologo -nodefault
|
||||||
NoDisplay=true
|
NoDisplay=true
|
||||||
Name=%PRODUCTNAME Quickstarter
|
Name=%PRODUCTNAME Quickstarter
|
||||||
Comment=Hook for quickstarter startup
|
Comment=Hook for quickstarter startup
|
||||||
|
|
|
@ -4,7 +4,7 @@ Terminal=false
|
||||||
Icon=startcenter
|
Icon=startcenter
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Other;
|
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Other;
|
||||||
Exec=openoffice %U
|
Exec=${UNIXBASISROOTNAME} %U
|
||||||
MimeType=application/vnd.openofficeorg.extension;
|
MimeType=application/vnd.openofficeorg.extension;
|
||||||
Name=%PRODUCTNAME
|
Name=%PRODUCTNAME
|
||||||
GenericName=Office
|
GenericName=Office
|
||||||
|
|
|
@ -4,7 +4,7 @@ Terminal=false
|
||||||
Icon=writer
|
Icon=writer
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Wordprocessors;
|
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Wordprocessors;
|
||||||
Exec=openoffice -writer %U
|
Exec=${UNIXBASISROOTNAME} -writer %U
|
||||||
MimeType=application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-web;application/vnd.oasis.opendocument.text-master;application/vnd.sun.xml.writer;application/vnd.sun.xml.writer.template;application/vnd.sun.xml.writer.global;application/vnd.stardivision.writer;application/msword;application/vnd.ms-word;application/x-doc;application/rtf;text/rtf;application/vnd.wordperfect;application/wordperfect;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.ms-word.document.macroenabled.12;application/vnd.openxmlformats-officedocument.wordprocessingml.template;application/vnd.ms-word.template.macroenabled.12;
|
MimeType=application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-web;application/vnd.oasis.opendocument.text-master;application/vnd.sun.xml.writer;application/vnd.sun.xml.writer.template;application/vnd.sun.xml.writer.global;application/vnd.stardivision.writer;application/msword;application/vnd.ms-word;application/x-doc;application/rtf;text/rtf;application/vnd.wordperfect;application/wordperfect;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.ms-word.document.macroenabled.12;application/vnd.openxmlformats-officedocument.wordprocessingml.template;application/vnd.ms-word.template.macroenabled.12;
|
||||||
Name=%PRODUCTNAME Writer
|
Name=%PRODUCTNAME Writer
|
||||||
GenericName=Word Processor
|
GenericName=Word Processor
|
||||||
|
|
|
@ -43,7 +43,7 @@ RPMMACROS= \
|
||||||
PKGDIR=$(BIN)
|
PKGDIR=$(BIN)
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
|
||||||
PRODUCTLIST = openoffice.org broffice.org
|
PRODUCTLIST = libreoffice broffice.org
|
||||||
|
|
||||||
# default values to minimize maintainance effort
|
# default values to minimize maintainance effort
|
||||||
PRODUCTVERSION = 3.3
|
PRODUCTVERSION = 3.3
|
||||||
|
@ -61,12 +61,12 @@ ICONVERSION = $(PRODUCTVERSIONSHORT:s/.//g)
|
||||||
# which is need by other distributors, see http://www.openoffice.org/issues/show_bug.cgi?id=75366
|
# which is need by other distributors, see http://www.openoffice.org/issues/show_bug.cgi?id=75366
|
||||||
UNIXWRAPPERNAME *= '$${{UNIXPRODUCTNAME}}$${{BRANDPACKAGEVERSION}}'
|
UNIXWRAPPERNAME *= '$${{UNIXPRODUCTNAME}}$${{BRANDPACKAGEVERSION}}'
|
||||||
|
|
||||||
PRODUCTNAME.openoffice.org = OpenOffice.org
|
PRODUCTNAME.libreoffice = LibreOffice
|
||||||
PRODUCTVERSION.openoffice.org = $(PRODUCTVERSION)
|
PRODUCTVERSION.libreoffice = $(PRODUCTVERSION)
|
||||||
PRODUCTVERSIONSHORT.openoffice.org = $(PRODUCTVERSIONSHORT)
|
PRODUCTVERSIONSHORT.libreoffice = $(PRODUCTVERSIONSHORT)
|
||||||
PKGVERSION.openoffice.org = $(PKGVERSION)
|
PKGVERSION.libreoffice = $(PKGVERSION)
|
||||||
UNIXFILENAME.openoffice.org = $(PRODUCTNAME.openoffice.org:l)$(PRODUCTVERSIONSHORT.openoffice.org)
|
UNIXFILENAME.libreoffice = $(PRODUCTNAME.libreoffice:l)$(PRODUCTVERSIONSHORT.libreoffice)
|
||||||
ICONPREFIX.openoffice.org = $(UNIXFILENAME.openoffice.org:s/.//g)
|
ICONPREFIX.libreoffice = $(UNIXFILENAME.libreoffice:s/.//g)
|
||||||
|
|
||||||
PRODUCTNAME.broffice.org = BrOffice.org
|
PRODUCTNAME.broffice.org = BrOffice.org
|
||||||
PRODUCTVERSION.broffice.org = $(PRODUCTVERSION)
|
PRODUCTVERSION.broffice.org = $(PRODUCTVERSION)
|
||||||
|
|
|
@ -5,11 +5,11 @@ Summary: %productname desktop integration
|
||||||
Name: %pkgprefix-redhat-menus
|
Name: %pkgprefix-redhat-menus
|
||||||
Group: Office
|
Group: Office
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Vendor: OpenOffice.org
|
Vendor: LibreOffice
|
||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: redhat-release
|
Requires: redhat-release
|
||||||
Provides: openoffice.org3-desktop-integration
|
Provides: libreoffice-desktop-integration
|
||||||
%define _unpackaged_files_terminate_build 0
|
%define _unpackaged_files_terminate_build 0
|
||||||
%define _binary_filedigest_algorithm 1
|
%define _binary_filedigest_algorithm 1
|
||||||
%define _binary_payload w9.gzdio
|
%define _binary_payload w9.gzdio
|
||||||
|
@ -146,7 +146,7 @@ if [ "$1" = 1 ]
|
||||||
then
|
then
|
||||||
# backing out existing entries to avoid duplicates
|
# backing out existing entries to avoid duplicates
|
||||||
sed '
|
sed '
|
||||||
/^# OpenOffice.org/d
|
/^# LibreOffice/d
|
||||||
/^application\/vnd\.oasis\.opendocument/d
|
/^application\/vnd\.oasis\.opendocument/d
|
||||||
/^application\/vnd\.openofficeorg/d
|
/^application\/vnd\.openofficeorg/d
|
||||||
/^application\/vnd\.sun/d
|
/^application\/vnd\.sun/d
|
||||||
|
@ -162,7 +162,7 @@ then
|
||||||
|
|
||||||
# now append our stuff to the temporary file
|
# now append our stuff to the temporary file
|
||||||
cat >> /etc/mailcap.tmp$$ << END
|
cat >> /etc/mailcap.tmp$$ << END
|
||||||
# OpenOffice.org
|
# LibreOffice
|
||||||
application/vnd.oasis.opendocument.text; %unixfilename -view %s
|
application/vnd.oasis.opendocument.text; %unixfilename -view %s
|
||||||
application/vnd.oasis.opendocument.text-template; %unixfilename -view %s
|
application/vnd.oasis.opendocument.text-template; %unixfilename -view %s
|
||||||
application/vnd.oasis.opendocument.text-web; %unixfilename -view %s
|
application/vnd.oasis.opendocument.text-web; %unixfilename -view %s
|
||||||
|
@ -268,7 +268,7 @@ for theme in gnome hicolor locolor; do
|
||||||
done
|
done
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%attr(0755,root,root) /usr/bin/soffice
|
%attr(0755,root,root) /usr/bin/%unixfilename
|
||||||
%attr(0755,root,root) %verify(not size md5) /usr/bin/%unixfilename
|
%attr(0755,root,root) %verify(not size md5) /usr/bin/%unixfilename
|
||||||
%attr(0755,root,root) /usr/bin/%unixfilename-printeradmin
|
%attr(0755,root,root) /usr/bin/%unixfilename-printeradmin
|
||||||
%defattr(0644, root, root)
|
%defattr(0644, root, root)
|
||||||
|
|
|
@ -38,8 +38,8 @@ eval 'exec perl -wS $0 ${1+"$@"}'
|
||||||
$destdir = pop @ARGV;
|
$destdir = pop @ARGV;
|
||||||
mkdir $destdir,0777;
|
mkdir $destdir,0777;
|
||||||
|
|
||||||
$productname = "OpenOffice.org";
|
$productname = "LibreOffice";
|
||||||
$productfilename = "openoffice";
|
$productfilename = "libreoffice";
|
||||||
$prefix = "";
|
$prefix = "";
|
||||||
$iconprefix = "";
|
$iconprefix = "";
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
$basedir = dirname($0);
|
$basedir = dirname($0);
|
||||||
$productname = 'OpenOffice.org';
|
$productname = 'LibreOffice';
|
||||||
$mimedir = $basedir.'/../mimetypes';
|
$mimedir = $basedir.'/../mimetypes';
|
||||||
|
|
||||||
$FS= ' '; # field seperator (space) - for documents.ulf
|
$FS= ' '; # field seperator (space) - for documents.ulf
|
||||||
|
|
|
@ -17,5 +17,5 @@ en-US = "Create and edit scientific formulas and equations by using Math."
|
||||||
en-US = "Manage databases, create queries and reports to track and manage your information by using Base."
|
en-US = "Manage databases, create queries and reports to track and manage your information by using Base."
|
||||||
|
|
||||||
[startcenter]
|
[startcenter]
|
||||||
en-US = "The office productivity suite compatible to the open and standardized ODF document format. Supported by Oracle."
|
en-US = "The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation."
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
|
||||||
#
|
#
|
||||||
|
|
||||||
my ($prefix, $ext, $key);
|
my ($prefix, $ext, $key);
|
||||||
$productname = "OpenOffice.org";
|
$productname = "LibreOffice";
|
||||||
$workdir = ".";
|
$workdir = ".";
|
||||||
|
|
||||||
while ($_ = $ARGV[0], /^-/) {
|
while ($_ = $ARGV[0], /^-/) {
|
||||||
|
|
|
@ -10,4 +10,4 @@ PKGNAME: default, make sure to adapt the link
|
||||||
PKGNAME: /etc/UNIXFILENAME
|
PKGNAME: /etc/UNIXFILENAME
|
||||||
PKGNAME: accordingly to point to the correct location.
|
PKGNAME: accordingly to point to the correct location.
|
||||||
PKGNAME:
|
PKGNAME:
|
||||||
PKGNAME: This package is provided by OpenOffice.org
|
PKGNAME: This package is provided by The Document Foundation
|
||||||
|
|
|
@ -5,14 +5,14 @@ Summary: %productname desktop integration
|
||||||
Name: %pkgprefix-suse-menus
|
Name: %pkgprefix-suse-menus
|
||||||
Group: Office
|
Group: Office
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Vendor: OpenOffice.org
|
Vendor: The Document Foundation
|
||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# /etc/SuSE-release for SuSE, SLES and Novell Linux Desktop ..
|
# /etc/SuSE-release for SuSE, SLES and Novell Linux Desktop ..
|
||||||
Requires: /etc/SuSE-release
|
Requires: /etc/SuSE-release
|
||||||
# .. but not for Sun JDS
|
# .. but not for Sun JDS
|
||||||
Conflicts: SunDesktopVersion
|
Conflicts: SunDesktopVersion
|
||||||
Provides: openoffice.org3-desktop-integration
|
Provides: libreoffice-desktop-integration
|
||||||
%define _unpackaged_files_terminate_build 0
|
%define _unpackaged_files_terminate_build 0
|
||||||
%define _binary_filedigest_algorithm 1
|
%define _binary_filedigest_algorithm 1
|
||||||
%define _binary_payload w9.gzdio
|
%define _binary_payload w9.gzdio
|
||||||
|
|
Loading…
Reference in a new issue