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

Antonio Rojas arojas at archlinux.org
Mon Dec 26 10:48:44 UTC 2016


    Date: Monday, December 26, 2016 @ 10:48:44
  Author: arojas
Revision: 284808

Python 3.6

Modified:
  libreoffice-fresh/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-26 10:43:22 UTC (rev 284807)
+++ PKGBUILD	2016-12-26 10:48:44 UTC (rev 284808)
@@ -17,7 +17,7 @@
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/"
-makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' 'libwps'
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 'libwps'
 	'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
 	'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' #'icu' 
 	'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
@@ -297,7 +297,7 @@
 
 package_libreoffice-fresh() {
 	pkgdesc="LibreOffice branch which contains new features and program enhancements"
-	depends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' 'libwps'
+	depends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 'libwps'
 		'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
 		'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' #'icu' 
 		'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
@@ -348,11 +348,11 @@
 	install -m755 ${srcdir}/libreoffice-fresh.{sh,csh} ${pkgdir}/etc/profile.d/
 
 	# make pyuno find its modules
-	install -dm755 ${pkgdir}/usr/lib/python3.5/site-packages
+	install -dm755 ${pkgdir}/usr/lib/python3.6/site-packages
 	ln -svf /usr/lib/libreoffice/program/uno.py \
-		${pkgdir}/usr/lib/python3.5/site-packages/uno.py
+		${pkgdir}/usr/lib/python3.6/site-packages/uno.py
 	ln -svf /usr/lib/libreoffice/program/unohelper.py \
-		${pkgdir}/usr/lib/python3.5/site-packages/unohelper.py
+		${pkgdir}/usr/lib/python3.6/site-packages/unohelper.py
 
 	# cleanup
 	rm -rf ${pkgdir}/usr/share/libreoffice/sdk



More information about the arch-commits mailing list