[arch-commits] Commit in libreoffice-fresh/trunk (8 files)

2014-05-23 Thread Andreas Radke
Date: Friday, May 23, 2014 @ 23:11:15
  Author: andyrtr
Revision: 213423

drop splitted build

Added:
  libreoffice-fresh/trunk/libreoffice-fresh.install
(from rev 213414, libreoffice-fresh/trunk/libreoffice-common.install)
Modified:
  libreoffice-fresh/trunk/PKGBUILD
Deleted:
  libreoffice-fresh/trunk/libreoffice-base.install
  libreoffice-fresh/trunk/libreoffice-calc.install
  libreoffice-fresh/trunk/libreoffice-common.install
  libreoffice-fresh/trunk/libreoffice-draw.install
  libreoffice-fresh/trunk/libreoffice-impress.install
  libreoffice-fresh/trunk/libreoffice-writer.install

-+
 PKGBUILD|  514 ++
 libreoffice-base.install|   11 
 libreoffice-calc.install|   11 
 libreoffice-common.install  |   47 ---
 libreoffice-draw.install|   11 
 libreoffice-fresh.install   |   13 +
 libreoffice-impress.install |   11 
 libreoffice-writer.install  |   11 
 8 files changed, 90 insertions(+), 539 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 19:13:03 UTC (rev 213422)
+++ PKGBUILD2014-05-23 21:11:15 UTC (rev 213423)
@@ -2,58 +2,63 @@
 # Maintainer: AndyRTR 
 # Maintainer: Bartłomiej Piotrowski 
 
-pkgbase="libreoffice"
-pkgname=('libreoffice-common'
-   'libreoffice-base'
-   'libreoffice-calc'
-   'libreoffice-draw'
-   'libreoffice-gnome'
-   'libreoffice-impress'
-   'libreoffice-kde4'
-   'libreoffice-math'
-   'libreoffice-sdk'
-   'libreoffice-sdk-doc'
-   'libreoffice-writer'
-   'libreoffice-en-US'
-   'libreoffice-postgresql-connector'
-   'libreoffice-extension-wiki-publisher'
-   'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
+pkgname="libreoffice-fresh"
 _LOver=4.3.0.0.beta1
 pkgver=4.3.0
 pkgrel=0.2
+pkgdesc="LibreOffice branch which contains new features and program 
enhancements"
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";
-makedepends=( # makedepends
- 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+depends=("curl>=7.20.0" "hunspell>=1.2.8" "python>=3.4" 'libwpd>=0.9.2'
+'libwps' 'libxaw' "neon>=0.28.6" 'pango' 'nspr' 'libjpeg' 
'libxrandr'
+'libgl' 'dbus-glib' 'libxslt' 'librsvg' 'redland' 'icu'
+'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 'graphite'
+'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen'
+'libcdr' 'libmspub'
+'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info'
+'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils' 
#'telepathy-glib'
+'gst-plugins-base-libs' 'glu' 'ttf-liberation' # to satisfy 
regression tests
+'git')
+makedepends=('sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
 'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' 
'beanshell2' 'vigra'
 'clucene' 'junit' 'libmythes' 'libwpg'  'mesa' 
'clucene'
 'java-environment' 'postgresql-libs' 'bluez-libs' 
'harfbuzz-icu'
-'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew' 'apr' 
'serf'
- # the runtime dependencies
- "curl>=7.20.0" "hunspell>=1.2.8" "python>=3.4" 'libwpd>=0.9.2'
-'libwps' 'libxaw' "neon>=0.28.6" 'pango' 'nspr' 
'libjpeg' 'libxrandr'
-'libgl' 'dbus-glib' 'libxslt' 'librsvg' 'redland' 'icu'
-'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite'
-'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 
'libodfgen'
-'libcdr' 'libmspub'
-'hicolor-icon-theme' 'desktop-file-utils' 
'shared-mime-info'
-'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils' 
#'telepathy-glib'
-'gst-plugins-base-libs' 'glu' 'ttf-liberation' # to 
satisfy regression tests
-'git')
-# there's only one single static library in libreoffice-sdk,
-# the next build that removes it may lead to trouble if people may use it
-# -rw-r--r-- 1 root root 5,1K 12. Okt 23:34 
/usr/lib/libreoffice/sdk/lib/libsalcpprt.a
-# options=('staticlibs')
-
-# http://download.documentfoundation.org/mirrors/all.html
-# http://wiki.documentfoundation.org/Mirrors
-
+'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew' 'apr' 
'serf')
+optdepends=('libreoffice-langpack: additional language support'
+'java-runtime: adds java support'
+'java-environment: required by extension-wiki-publisher and 
extension-nlpsolver'
+'pstoedit: translates PostScript and PDF graphics into 
other vector formats'
+'libmythes:for use in thesaurus'
+'beanshell2:   inte

[arch-commits] Commit in libreoffice-fresh/trunk (8 files)

2014-05-22 Thread Andreas Radke
Date: Thursday, May 22, 2014 @ 22:52:19
  Author: andyrtr
Revision: 213397

prepare next major update - 4.3.0.0.beta1

Added:
  libreoffice-fresh/trunk/libreoffice-base.install
  libreoffice-fresh/trunk/libreoffice-calc.install
  libreoffice-fresh/trunk/libreoffice-common.install
  libreoffice-fresh/trunk/libreoffice-draw.install
  libreoffice-fresh/trunk/libreoffice-impress.install
  libreoffice-fresh/trunk/libreoffice-writer.install
  libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff
Modified:
  libreoffice-fresh/trunk/PKGBUILD

--+
 PKGBUILD |   78 +
 libreoffice-base.install |   11 ++
 libreoffice-calc.install |   11 ++
 libreoffice-common.install   |   47 ++
 libreoffice-draw.install |   11 ++
 libreoffice-impress.install  |   11 ++
 libreoffice-writer.install   |   11 ++
 make-pyuno-work-with-system-wide-module-install.diff |   44 +
 8 files changed, 208 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 20:00:32 UTC (rev 213396)
+++ PKGBUILD2014-05-22 20:52:19 UTC (rev 213397)
@@ -29,11 +29,11 @@
 'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' 
'beanshell2' 'vigra'
 'clucene' 'junit' 'libmythes' 'libwpg'  'mesa' 
'clucene'
 'java-environment' 'postgresql-libs' 'bluez-libs' 
'harfbuzz-icu'
-'gdb' 'doxygen'  'libatomic_ops' 'glew' 'apr' 'serf'
+'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew' 'apr' 
'serf'
  # the runtime dependencies
  "curl>=7.20.0" "hunspell>=1.2.8" "python>=3.4" 'libwpd>=0.9.2'
 'libwps' 'libxaw' "neon>=0.28.6" 'pango' 'nspr' 
'libjpeg' 'libxrandr'
-'libgl' 'dbus-glib' 'libxslt' 'librsvg' 'redland' 
#"icu>=52.1" 
+'libgl' 'dbus-glib' 'libxslt' 'librsvg' 'redland' 'icu'
 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite'
 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 
'libodfgen'
 'libcdr' 'libmspub'
@@ -55,7 +55,6 @@
 _additional_source_url2="http://dev-www.libreoffice.org/extern";
 source=(${_mirror}/${pkgbase}{,-help,-translations}-${_LOver}.tar.xz{,.asc}

${_additional_source_url}/d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
-   
${_additional_source_url}/9e96ed4c1d99c0d14ac03c140f9f346c-icu4c-52_1-src.tgz

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz

${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip

${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
@@ -75,7 +74,6 @@

${_additional_source_url}/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip

${_additional_source_url}/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip

${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
-   
${_additional_source_url}/47203e7cade74e5c385aa812f21e7932-mdds_0.10.2.tar.bz2

${_additional_source_url}/ae330b9493bd4503ac390106ff6060d7-libexttextcat-3.4.3.tar.bz2

${_additional_source_url}/22f8a85daf4a012180322e1f52a7563b-libcmis-0.4.1.tar.gz

${_additional_source_url}/7681383be6ce489d84c1c74f4e7f9643-liborcus-0.7.0.tar.bz2
@@ -92,13 +90,14 @@

${_additional_source_url}/8ac8ae9829c4fefd1ae9f715f95d4e0b-libgltf.tar.gz
${_additional_source_url}/CoinMP-1.7.6.tgz

${_additional_source_url}/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
 # don't use system glm! LibO patches it!
+   ${_additional_source_url}/collada2gltf-master-6258611a6a.tar.bz2
+   ${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2
+   
${_additional_source_url}/510c3f8504bfb8cc8c8fc5d0fac74055-libgltf.tar.bz2
make-pyuno-work-with-system-wide-module-install.diff
-   libreoffice-common.sh libreoffice-common.csh
-   prevent_KDE_Qt_from_interfering_with_the_session_manager.diff)
+   libreoffice-common.sh libreoffice-common.csh)
 noextract=(d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
9e96ed4c1d99c0d14ac03c140f9f346c-icu4c-52_1-src.tgz
185d60944ea767075d27247c3162b3bc-unowinreg.dll
-   47203e7cade74e5c385aa812f21e7932-mdds_0.10.2.tar.bz2
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
ae330b9493bd4503ac390106ff6060d7-libexttextcat-3.4.3.tar.bz2
@@ -132,7 +131,58 @@
language-subtag-registry-2014-03-27.tar.bz2
8ac8ae9829c4fefd1ae9f715