pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/libreoffice libreoffice: reflect xdg-utils depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28bf48035627
branches:  trunk
changeset: 450094:28bf48035627
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Apr 11 04:29:59 2021 +0000

description:
libreoffice: reflect xdg-utils dependency for xdg-open command

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

diffstat:

 misc/libreoffice/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r e988e70125cb -r 28bf48035627 misc/libreoffice/Makefile
--- a/misc/libreoffice/Makefile Sun Apr 11 00:58:16 2021 +0000
+++ b/misc/libreoffice/Makefile Sun Apr 11 04:29:59 2021 +0000
@@ -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 @@
 
 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