pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/libreoffice libreoffice: Disable gtk3 option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26adce223b92
branches:  trunk
changeset: 441470:26adce223b92
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Nov 04 15:17:56 2020 +0000

description:
libreoffice: Disable gtk3 option

causes rendering problems according to ryoon

diffstat:

 misc/libreoffice/Makefile   |  4 ++--
 misc/libreoffice/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 46ba2dc3052c -r 26adce223b92 misc/libreoffice/Makefile
--- a/misc/libreoffice/Makefile Wed Nov 04 14:56:53 2020 +0000
+++ b/misc/libreoffice/Makefile Wed Nov 04 15:17:56 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.243 2020/11/03 16:39:14 nia Exp $
+# $NetBSD: Makefile,v 1.244 2020/11/04 15:17:56 nia Exp $
 
 VERREL=                7.0.3
 VERRC=         1
 VER=           ${VERREL}.${VERRC}
 DISTNAME=      libreoffice-${VER}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    misc
 MASTER_SITES=  http://download.documentfoundation.org/libreoffice/src/${VERREL}/
 EXTRACT_SUFX=  .tar.xz
diff -r 46ba2dc3052c -r 26adce223b92 misc/libreoffice/options.mk
--- a/misc/libreoffice/options.mk       Wed Nov 04 14:56:53 2020 +0000
+++ b/misc/libreoffice/options.mk       Wed Nov 04 15:17:56 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.14 2020/11/03 16:39:14 nia Exp $
+# $NetBSD: options.mk,v 1.15 2020/11/04 15:17:56 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libreoffice
 PKG_SUPPORTED_OPTIONS= java debug gtk3 cups ldap dbus
-PKG_SUGGESTED_OPTIONS= cups ldap dbus gtk3
+PKG_SUGGESTED_OPTIONS= cups ldap dbus
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index