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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Fri Mar 21 06:23:57 UTC 2014


    Date: Friday, March 21, 2014 @ 07:23:56
  Author: bpiotrowski
Revision: 208320

upgpkg: libreoffice 4.2.2-5

symlink pyuno modules to /usr/lib/python3.4

Modified:
  libreoffice/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-20 23:40:58 UTC (rev 208319)
+++ PKGBUILD	2014-03-21 06:23:56 UTC (rev 208320)
@@ -20,7 +20,7 @@
 	'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with all extensions built)
 _LOver=4.2.2.1
 pkgver=4.2.2
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/"
@@ -378,9 +378,9 @@
  rm -rf ${pkgdir}/etc/bash_completion.d
 
  # make pyuno find its modules
- install -dm755 ${pkgdir}/usr/lib/python3.3/site-packages
- ln -svf /usr/lib/libreoffice/program/uno.py ${pkgdir}/usr/lib/python3.3/site-packages/uno.py
- ln -svf /usr/lib/libreoffice/program/unohelper.py ${pkgdir}/usr/lib/python3.3/site-packages/unohelper.py
+ install -dm755 ${pkgdir}/usr/lib/python3.4/site-packages
+ ln -svf /usr/lib/libreoffice/program/uno.py ${pkgdir}/usr/lib/python3.4/site-packages/uno.py
+ ln -svf /usr/lib/libreoffice/program/unohelper.py ${pkgdir}/usr/lib/python3.4/site-packages/unohelper.py
 
  # workaround all packages now depend on that file
  cp ${srcdir}/fakeinstall/usr/lib/libreoffice/share/registry/writer.xcd ${pkgdir}/usr/lib/libreoffice/share/registry/writer.xcd




More information about the arch-commits mailing list