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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Oct 19 14:40:09 UTC 2014


    Date: Sunday, October 19, 2014 @ 16:40:09
  Author: bpiotrowski
Revision: 224830

upgpkg: libreoffice-still 4.2.6-6

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

Modified:
  libreoffice-still/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-19 12:17:15 UTC (rev 224829)
+++ PKGBUILD	2014-10-19 14:40:09 UTC (rev 224830)
@@ -20,7 +20,7 @@
 	'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/"
@@ -39,7 +39,7 @@
 			 '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
@@ -89,7 +89,7 @@
 	${_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
@@ -203,7 +203,7 @@
 
     # 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
@@ -325,7 +325,7 @@
  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'
@@ -535,8 +535,8 @@
  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
    install -dm755 ${pkgdir}/${directory/\%dir/}



More information about the arch-commits mailing list