diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-02-20 11:12:54 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-28 09:42:05 -0600 |
commit | fbdee6d2a0269552aaeb6ed414b005e212b8c38f (patch) | |
tree | 8f62b112ac9bee6e9ef31511259c9e80c428a6e9 /office/libreoffice/libreoffice.SlackBuild | |
parent | 205fd2c562ebd24fc237a1afdfef2103f1e079e9 (diff) | |
download | slackbuilds-fbdee6d2a0269552aaeb6ed414b005e212b8c38f.tar.gz |
office/libreoffice: Updated for version 3.3.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/libreoffice/libreoffice.SlackBuild')
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index c81e879e1c..83c456cde2 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -2,9 +2,6 @@ # Slackware build script for LibreOffice -# This is somewhat like a "fork" of the OpenOffice.org script, with permission -# from its author, Robby Workman - # Copyright 2006,2007,2008,2009,2010 Robby Workman, Northport, Alabama, USA # Copyright 2010,2011 Niels Horn, Rio de Janeiro, RJ, Brazil # All rights reserved. @@ -30,7 +27,7 @@ # Revision date: 2011/01/03 PRGNAM=libreoffice -VERSION="3.3.0rc2" +VERSION="3.3.0" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -112,7 +109,7 @@ cd $TMP/$SOURCEDIR/RPMS/ # Yes, I know there is a Slackware integration file in the desktop-integration # directory, but it's worthless to us. I'd prefer to do things correctly. -mv desktop-integration/libreoffice3.3-freedesktop-menus-3.3-4.noarch.rpm . +mv desktop-integration/libreoffice3.3-freedesktop-menus-3.3-6.noarch.rpm . # No, I don't want to update our packaged files after the fact rm -f *onlineupdate*.rpm # We don't want this |