author | Andreas Radke
<andyrtr@archlinux.org> 2015-05-24 20:34:41 UTC |
committer | Andreas Radke
<andyrtr@archlinux.org> 2015-05-24 20:34:41 UTC |
parent | 9d2224a7bb387b839bb44ff6b7bb3890e7bef966 |
PKGBUILD | +7 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 3c00c09..442895e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,11 +5,11 @@ pkgbase=libreoffice-still pkgname=('libreoffice-still-sdk' 'libreoffice-still') _LOver=4.3.7.2 pkgver=4.3.7 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('LGPL3') url="http://www.libreoffice.org/" -makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.4' 'libwpd>=0.9.2' 'libwps' +makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.4' 'libwpd>=0.9.2' 'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr' @@ -54,6 +54,7 @@ source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc} ${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll ${_additional_source_url}/libmwaw-0.3.1.tar.bz2 + ${_additional_source_url}/libwps-0.3.0.tar.bz2 ${_additional_source_url}/libfreehand-0.1.0.tar.bz2 ${_additional_source_url}/Firebird-2.5.2.26540-0.tar.bz2 ${_additional_source_url}/libe-book-0.1.1.tar.bz2 @@ -94,6 +95,7 @@ noextract=(d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2 0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip libmwaw-0.3.1.tar.bz2 + libwps-0.3.0.tar.bz2 libfreehand-0.1.0.tar.bz2 Firebird-2.5.2.26540-0.tar.bz2 libe-book-0.1.1.tar.bz2 @@ -137,6 +139,7 @@ md5sums=('f7f93afa99f1032a754e6d2edf0ca07c' '17410483b5b5f267aa18b7e00b65e6e0' '185d60944ea767075d27247c3162b3bc' '6f1ac4a0e24131c422e1e91f07718fb6' + 'd4d77d08b9048bae3b8ec8df11f80efd' '5f029fef73e42a2c2ae4524a7513f97d' '21154d2004e025c8a3666625b0357bb5' 'c25a881d21abc5b4da19205db513cc22' @@ -262,7 +265,7 @@ build() { --with-system-glew \ --with-system-glm \ --with-system-libwpg \ - --with-system-libwps \ + --without-system-libwps \ --with-system-redland\ --with-system-serf \ --without-system-npapi-headers \ @@ -321,7 +324,7 @@ package_libreoffice-still-sdk() { package_libreoffice-still() { pkgdesc="LibreOffice maintenance branch" - depends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.4' 'libwpd>=0.9.2' 'libwps' + depends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.4' 'libwpd>=0.9.2' 'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'