Date: Saturday, June 7, 2014 @ 14:14:33
  Author: andyrtr
Revision: 214352

use make build to avoid running unit test; install application descriptions 
acording to new FDO specs

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-06-07 09:36:04 UTC (rev 214351)
+++ PKGBUILD    2014-06-07 12:14:33 UTC (rev 214352)
@@ -280,7 +280,7 @@
                --enable-hardlink-deliver #--help
 
        touch src.downloaded
-       make
+       make build
        # use this if i686 fails
        #make || make CppunitTest_sw_ooxmlsdrexport VALGRIND=memcheck
 
@@ -393,7 +393,9 @@
                ${pkgdir}/usr/lib/python3.4/site-packages/unohelper.py
 
        # cleanup
-       rm -rf ${pkgdir}/usr/share/appdata ${pkgdir}/usr/share/libreoffice/sdk
+       rm -rf ${pkgdir}/usr/share/libreoffice/sdk
+       # add application descriptions
+       install -v -m644 sysui/desktop/appstream-appdata/*.xml 
${pkgdir}/usr/share/appdata 
 
        # fix insecure rpath
        chrpath -d ${pkgdir}/usr/lib/libreoffice/program/libCbc.so.3

Reply via email to