diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-02 02:28:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-03 04:33:23 +0700 |
commit | 0f8e85917dfbe98946d0618e3bbaf8ed1b885afd (patch) | |
tree | 9454bfc806f941a3cd8e05a0a32385268bb0d990 /office/libreoffice/libreoffice.SlackBuild | |
parent | 883ce7a55012ca5f69d78308ef3f3d96a59df31d (diff) | |
download | slackbuilds-0f8e85917dfbe98946d0618e3bbaf8ed1b885afd.tar.gz |
office/libreoffice: Updated for version 5.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/libreoffice/libreoffice.SlackBuild')
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index de3425adcd..ba32c61920 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libreoffice -VERSION=${VERSION:-"5.2.5"} +VERSION=${VERSION:-"5.3.0"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -142,8 +142,6 @@ cd $PKG/usr/doc/$PRGNAM-$VERSION find . -type f -exec chmod -x {} \; cd - cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -# Include a script for those wanting to have OO.o + LibO installed together -cp $CWD/open-libre-together.sh $PKG/usr/doc/$PRGNAM-$VERSION/ # Disable Java support if desired (see above) if [ "$DISABLE_JAVA" = "YES" ]; then |