pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/libreoffice Make path information easily availabl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc1c22b4946d
branches:  trunk
changeset: 365014:cc1c22b4946d
user:      manu <manu%pkgsrc.org@localhost>
date:      Sun Jul 09 13:46:32 2017 +0000

description:
Make path information easily available for upcoming converters/unoconv package

diffstat:

 misc/libreoffice/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r e9b9bfc61801 -r cc1c22b4946d misc/libreoffice/Makefile
--- a/misc/libreoffice/Makefile Sun Jul 09 11:52:53 2017 +0000
+++ b/misc/libreoffice/Makefile Sun Jul 09 13:46:32 2017 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.114 2017/07/03 12:35:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.115 2017/07/09 13:46:32 manu Exp $
 
 VERREL=                5.3.4
 VERRC=         2
 VER=           ${VERREL}.${VERRC}
 DISTNAME=      libreoffice-${VER}
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  http://download.documentfoundation.org/libreoffice/src/${VERREL}/
 EXTRACT_SUFX=  .tar.xz
@@ -250,6 +251,11 @@
                ${MKDIR} ${d}
 .endfor
 
+UNO_PATH=${PREFIX}/${PKGNAME}/lib/libreoffice/program
+
+BUILD_DEFS+=   UNO_PATH
+BUILD_DEFS+=   PYTHONBIN
+
 #post-install:
 #.for f in ${LO_PROGRAMS}
 #      cd ${DESTDIR}${PREFIX}/bin && ${LN} -s ../${PKGNAME_NOREV}/program/${f}



Home | Main Index | Thread Index | Old Index