[arch-commits] Commit in libreoffice/trunk (PKGBUILD.42)

Andreas Radke andyrtr at nymeria.archlinux.org
Fri Jan 31 15:24:09 UTC 2014


    Date: Friday, January 31, 2014 @ 16:24:09
  Author: andyrtr
Revision: 204930

prepare next build; fix build claiming it's a devel release; add telepathy collaboration support; clarify avahi support in Impress for remote controls; clarify OpenSSL use for Certs apart from NSS, clarify internal opencl support in calc; enable orcus filters, use linking in installation process for speedup and space

Modified:
  libreoffice/trunk/PKGBUILD.42

-------------+
 PKGBUILD.42 |   23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

Modified: PKGBUILD.42
===================================================================
--- PKGBUILD.42	2014-01-31 14:12:03 UTC (rev 204929)
+++ PKGBUILD.42	2014-01-31 15:24:09 UTC (rev 204930)
@@ -20,7 +20,7 @@
 	'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with all extensions built)
 _LOver=4.2.0.4
 pkgver=4.2.0
-pkgrel=0.4
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/"
@@ -34,7 +34,7 @@
              "curl>=7.20.0" "hunspell>=1.2.8" "python>=3.3" 'libwpd>=0.9.2' 'libwps' 'libxaw' "neon>=0.28.6"
              'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 'libxslt' 'librsvg' "icu>=52.1" 
              'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 'graphite' 'lcms2' 'poppler>=0.24.0'
-             'libvisio' 'libetonyek' 'libodfgen' 
+             'libvisio' 'libetonyek' 'libodfgen'  'telepathy-glib'
              'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils'
 	         'ttf-liberation' # to satisfy regression tests 
 	         'git')
@@ -46,8 +46,8 @@
 # http://download.documentfoundation.org/mirrors/all.html
 # http://wiki.documentfoundation.org/Mirrors
 
-#_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver}"
-_mirror="http://dev-builds.libreoffice.org/pre-releases/src"
+_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver}"
+#_mirror="http://dev-builds.libreoffice.org/pre-releases/src"
 _additional_source_url="http://dev-www.libreoffice.org/src"
 _additional_source_url2="http://dev-www.libreoffice.org/extern"
 source=(${_mirror}/${pkgbase}{,-help,-translations}-${_LOver}.tar.xz
@@ -218,10 +218,13 @@
 		--with-parallelism=${MAKEFLAGS/-j/} \
 		--with-external-tar="${srcdir}/ext_sources" \
 		--disable-fetch-external \
+		--disable-verbose \
+		--enable-release-build \
 		--prefix=/usr --exec-prefix=/usr --sysconfdir=/etc \
 		--libdir=/usr/lib --mandir=/usr/share/man \
 		--with-lang="" \
 		--enable-crashdump \
+		--enable-avahi \
 		--enable-dbus \
 		--enable-evolution2\
 		--enable-gio\
@@ -231,11 +234,15 @@
 		--enable-gtk3 \
 		--enable-gstreamer \
 		--enable-lockdown\
+		--enable-opencl \
 		--enable-opengl \
+		--enable-openssl \
 		--enable-odk\
+		--enable-orcus \
 		--enable-python=system \
 		--enable-scripting-beanshell \
 		--enable-scripting-javascript \
+		--enable-telepathy \
 		--enable-ext-wiki-publisher \
 		--enable-ext-nlpsolver \
 		--without-fonts\
@@ -280,10 +287,10 @@
 		--without-system-hsqldb \
 		--with-alloc=system\
 		--with-system-clucene \
-		--disable-dependency-tracking
+		--disable-dependency-tracking \
+		--enable-hardlink-deliver #--help
 		
-#		--enable-mergelibs \ # https://bugs.archlinux.org/task/34414
-
+#		--enable-mergelibs=<all/yes> \ # https://bugs.archlinux.org/task/34414
 #		--without-ppds\ # breaks spadmin permission
 
 #--enable-split-opt-features Split file lists for some optional features, .e.g. pyuno, testtool
@@ -439,7 +446,7 @@
 package_libreoffice-calc() {
  pkgdesc="Spreadsheet application for LibreOffice."
  install=libreoffice-calc.install
- depends=('libreoffice-common' 'lpsolve' )
+ depends=('libreoffice-common' 'lpsolve' 'telepathy-glib')
  #depends=('libreoffice-writer' 'lpsolve' ) # some hidden uno linking to parts of the writer pkg - https://bugs.archlinux.org/task/34332
  groups=('libreoffice')
  replaces=('libreoffice')




More information about the arch-commits mailing list