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

Sergej Pupykin spupykin at archlinux.org
Wed Feb 22 10:07:30 UTC 2017


    Date: Wednesday, February 22, 2017 @ 10:07:28
  Author: spupykin
Revision: 213470

add chrpath

Modified:
  libreoffice-online/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-22 09:58:42 UTC (rev 213469)
+++ PKGBUILD	2017-02-22 10:07:28 UTC (rev 213470)
@@ -7,10 +7,10 @@
 pkgver=2.0.3
 pkgrel=6
 pkgdesc="HTML5-based/cloud-based version of the office suite"
-arch=("x86_64")
+arch=('x86_64' 'i686')
 url="https://cgit.freedesktop.org/libreoffice/online/"
 license=("MPL")
-makedepends=("cppunit" "poco" "libreoffice-fresh-sdk" "jake" "npm")
+makedepends=("cppunit" "poco" "libreoffice-fresh-sdk" "jake" "npm" "chrpath")
 depends=("libpng12" "poco" "pcre" "cpio" "libreoffice")
 backup=("etc/loolwsd/loolwsd.xml")
 install="libreoffice-online.install"
@@ -44,4 +44,5 @@
   sed -i 's|/usr/var/cache/loolwsd|/var/cache/loolwsd|g' ${pkgdir}/etc/loolwsd/loolwsd.xml
   mkdir -p "${pkgdir}/usr/share/loolwsd/loleaflet"
   cp -r "loleaflet/dist" "${pkgdir}/usr/share/loolwsd/loleaflet/"
+  chrpath -d "$pkgdir/usr/bin/"{loolmount,loolforkit}
 }



More information about the arch-commits mailing list