mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
office/LibreOffice: Updated for version 6.0.0.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
9413c7b387
commit
c524f83682
3 changed files with 12 additions and 12 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Slackware build script for LibreOffice
|
||||
|
||||
# Copyright 2015-2017 Christoph Willing Brisbane, Australia
|
||||
# Copyright 2015-2018 Christoph Willing Brisbane, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=LibreOffice
|
||||
SRCNAM=libreoffice
|
||||
VERSION=${VERSION:-5.4.4.2}
|
||||
VERSION=${VERSION:-6.0.0.3}
|
||||
SHORT_VERSION=${VERSION%.*.*}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="LibreOffice"
|
||||
VERSION="5.4.4.2"
|
||||
VERSION="6.0.0.3"
|
||||
HOMEPAGE="http://libreoffice.org"
|
||||
DOWNLOAD="http://download.documentfoundation.org/libreoffice/src/5.4.4/libreoffice-5.4.4.2.tar.xz \
|
||||
http://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-5.4.4.2-srcs.tar.xz"
|
||||
MD5SUM="e63f512803be129431e8ab788e141b0e \
|
||||
0e187dd26b9910b098132bd03a970084"
|
||||
DOWNLOAD="http://download.documentfoundation.org/libreoffice/src/6.0.0/libreoffice-6.0.0.3.tar.xz \
|
||||
http://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-6.0.0.3-srcs.tar.xz"
|
||||
MD5SUM="36e417cf7f0c2a0a3b6af6d4435b687a \
|
||||
a1451a2cdeb1b93c3011e5ab854fff5c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3 openjdk apache-ant perl-Archive-Zip"
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- Makefile.orig 2017-06-23 08:28:09.631227745 +1000
|
||||
+++ Makefile 2017-06-23 08:31:02.150234439 +1000
|
||||
--- Makefile.orig 2018-02-07 22:18:13.161535968 +1000
|
||||
+++ Makefile 2018-02-07 22:17:41.560533422 +1000
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uicheck screenshot
|
||||
|
||||
-.PHONY : all check-if-root bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install distro-pack-install-strip docs download etags fetch findunusedcode get-submodules id install install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS)
|
||||
+.PHONY : all bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install distro-pack-install-strip docs download etags fetch findunusedcode get-submodules id install install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS)
|
||||
-.PHONY : all check-if-root bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install docs download etags fetch get-submodules id install install-gdb-printers install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS)
|
||||
+.PHONY : all bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install docs download etags fetch get-submodules id install install-gdb-printers install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS)
|
||||
|
||||
MAKECMDGOALS?=all
|
||||
build_goal:=$(if $(filter build check,$(MAKECMDGOALS)),all)\
|
||||
@@ -250,7 +250,7 @@
|
||||
@@ -254,7 +254,7 @@
|
||||
#
|
||||
# Bootstrap
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue