summaryrefslogtreecommitdiff
path: root/misc/libreoffice/options.mk
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-08-01 11:57:36 +0000
committerryoon <ryoon@pkgsrc.org>2017-08-01 11:57:36 +0000
commit97e8e48e9dc8c0518f0ce41ee76d185805855370 (patch)
treee103136dbc5747ec7e397863c4b8ddf60f47bf24 /misc/libreoffice/options.mk
parent81f2b0ecb6fea4493b6f904179f64c5855cd3b6a (diff)
downloadpkgsrc-97e8e48e9dc8c0518f0ce41ee76d185805855370.tar.gz
Update to 5.4.0.3
* Remove openjdk7 support * Use internal libjpeg-turbo * Disable pdfium. This requires a lot of work Changelog: LibreOffice 5.4 highlights A new standard colour palette has been included, based on the RYB colour model. File format compatibility has been improved, with better support for EMF vector images. This helps when you’re importing detailed diagrams from other office software. Imported PDF files are rendered with much better quality, also when inserted into a document, while exported PDF files – from Writer and Impress – support embedded videos (and linked videos if opened with Acrobat Reader). LibreOffice 5.4 supports OpenPGP keys for signing ODF documents on Linux. If you already use GPG/PGP for signing emails, it ensures the authenticity of your ODF documents regardless of the mode of transport or storage. WRITER In Writer, you can now import AutoText from Microsoft Word DOTM templates. When you’re exporting or pasting numbered and bulleted lists as plain text, their full structure is preserved. In the Format menu, you can now create custom watermarks for your documents. New context menu items have been added for working with sections, footnotes, endnotes and styles. CALC Calc now includes support for pivot charts, which use data from pivot tables. When the table is updated, the chart is automatically updated as well. Comments are now easier to manage, with menu commands to show, hide and delete all comments. When applying conditional formatting to cells, you can now easily change the priority of rules with up and down buttons. Extra sheet protection options have been added, to optionally allow insertion or deletion of rows and columns. Lastly, when you’re exporting in CSV format, your settings are remembered for the next export operation. IMPRESS In Impress, when you’re duplicating an object, you can now specify fractional angles. In addition, your settings are saved for the next duplication operation.
Diffstat (limited to 'misc/libreoffice/options.mk')
-rw-r--r--misc/libreoffice/options.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/misc/libreoffice/options.mk b/misc/libreoffice/options.mk
index 3b3c056511b..7eec67052ba 100644
--- a/misc/libreoffice/options.mk
+++ b/misc/libreoffice/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2016/12/14 13:52:56 ryoon Exp $
+# $NetBSD: options.mk,v 1.5 2017/08/01 11:57:36 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libreoffice
PKG_SUPPORTED_OPTIONS= java debug kde4 gtk3 cups
@@ -30,11 +30,6 @@ CONFIGURE_ARGS+= --enable-ext-wiki-publisher \
--with-system-hsqldb \
--without-system-jfreereport
PLIST_SRC+= ${PLIST_SRC_DFLT:Q} ${PKGDIR}/PLIST.java
-. if !empty(PKG_JVM:Mopenjdk7)
-CONFIGURE_ARGS+= --disable-scripting-javascript
-. else
-PLIST_SRC+= ${PKGDIR}/PLIST.javascript
-. endif
PLIST.java= yes
.else
CONFIGURE_ARGS+= --without-java