git » libreoffice-still.git » commit 60803c5

add libxinerama to libreoffice-still-common dependencies (FS#42441)

author Bartłomiej Piotrowski
2014-10-19 14:40:09 UTC
committer Bartłomiej Piotrowski
2014-10-19 14:40:09 UTC
parent 29513ed670804ee6dc5a65464cc800378899ef8a

add libxinerama to libreoffice-still-common dependencies (FS#42441)

PKGBUILD +6 -6

diff --git a/PKGBUILD b/PKGBUILD
index 108ba8b..c5d23df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname=('libreoffice-still-common'
 	'libreoffice-still-extension-nlpsolver')
 _LOver=4.2.6.3
 pkgver=4.2.6
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/"
@@ -38,7 +38,7 @@ makedepends=( # makedepends
 			 'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info'
 			 'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils'
 			 'gst-plugins-base-libs' 'glu' 'ttf-liberation' # to satisfy regression tests
-	         'git')
+	         'git' 'libxinerama')
 
 # http://download.documentfoundation.org/mirrors/all.html
 # http://wiki.documentfoundation.org/Mirrors
@@ -88,7 +88,7 @@ source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
 	${_additional_source_url}/Firebird-2.5.2.26540-0.tar.bz2
 	${_additional_source_url}/libe-book-0.0.3.tar.bz2
 	${_additional_source_url}/libabw-0.0.2.tar.bz2
-	${_additional_source_url}/language-subtag-registry-2014-03-27.tar.bz2 
+	${_additional_source_url}/language-subtag-registry-2014-03-27.tar.bz2
 	make-pyuno-work-with-system-wide-module-install.diff
 	libreoffice-still-common.sh libreoffice-still-common.csh)
 noextract=(15cb8c0803064faef0c4ddf5bc5ca279-boost_1_54_0.tar.bz2
@@ -202,7 +202,7 @@ prepare() {
 
     # fix not upstreamable pyuno paths - patch taken from Debian
     patch -Np1 -i ${srcdir}/make-pyuno-work-with-system-wide-module-install.diff
-    
+
 	#use the CFLAGS but remove the LibO overridden ones
 	for i in $CFLAGS; do
 		case "$i" in
@@ -324,7 +324,7 @@ package_libreoffice-still-common() {
  depends=('libreoffice-still-langpack' "hunspell>=1.2.8" "python>=3.3" "neon>=0.28.6"
 		  'dbus-glib' 'librsvg' 'libcups' 'nss' 'libsm' 'redland' 'hyphen'
 		  'graphite' 'clucene' 'lcms2' "poppler>=0.24.0" 'icu'
-          'harfbuzz-icu' 'hicolor-icon-theme' 'glu'
+          'harfbuzz-icu' 'hicolor-icon-theme' 'glu' 'libxinerama'
 		  'desktop-file-utils' 'shared-mime-info' 'xdg-utils')
  optdepends=('libreoffice-still-langpack: additional language support'
              'java-runtime:     adds java support'
@@ -534,7 +534,7 @@ package_libreoffice-still-impress() {
  replaces=('libreoffice' 'libreoffice-impress')
  provides=('libreoffice-impress')
  conflicts=('libreoffice-impress' 'libreoffice-fresh')
- 
+
 
  # create directories from *list.txt file
  for directory in `grep ^%dir ${srcdir}/libreoffice-$_LOver/file-lists/impress_list.txt`; do