pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libreoffice



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Apr 11 04:29:59 UTC 2021

Modified Files:
        pkgsrc/misc/libreoffice: Makefile

Log Message:
libreoffice: reflect xdg-utils dependency for xdg-open command

Relates to PR pkg/56092. LibreOffice expects xdg-open to be installed.


To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 pkgsrc/misc/libreoffice/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/libreoffice/Makefile
diff -u pkgsrc/misc/libreoffice/Makefile:1.257 pkgsrc/misc/libreoffice/Makefile:1.258
--- pkgsrc/misc/libreoffice/Makefile:1.257      Sat Apr 10 13:13:47 2021
+++ pkgsrc/misc/libreoffice/Makefile    Sun Apr 11 04:29:59 2021
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.257 2021/04/10 13:13:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.258 2021/04/11 04:29:59 gutteridge Exp $
 
 VERREL=                7.1.2
 VERRC=         2
 VER=           ${VERREL}.${VERRC}
 DISTNAME=      libreoffice-${VER}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    misc
 MASTER_SITES=  http://download.documentfoundation.org/libreoffice/src/${VERREL}/
 EXTRACT_SUFX=  .tar.xz
@@ -146,6 +146,7 @@ WRKSRC=             ${WRKDIR}/${LO_BOOTSTRAP}
 
 BUILD_DEPENDS+=                p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
 DEPENDS+=              ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+DEPENDS+=              xdg-utils-[0-9]*:../../misc/xdg-utils
 
 # dmake scripts use relative path with -rpath-link ld arguments, which
 # is a no-go with normal pkgsrc wrappers.



Home | Main Index | Thread Index | Old Index