pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/lxterminal lxterminal: add a note that there are s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55e10504a4cc
branches:  trunk
changeset: 376507:55e10504a4cc
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Apr 09 00:37:02 2022 +0000

description:
lxterminal: add a note that there are some issues with GTK3

diffstat:

 x11/lxterminal/options.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 20f895e1ddca -r 55e10504a4cc x11/lxterminal/options.mk
--- a/x11/lxterminal/options.mk Sat Apr 09 00:33:45 2022 +0000
+++ b/x11/lxterminal/options.mk Sat Apr 09 00:37:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2022/04/08 22:31:47 gutteridge Exp $
+# $NetBSD: options.mk,v 1.2 2022/04/09 00:37:02 gutteridge Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.lxterminal
 PKG_OPTIONS_REQUIRED_GROUPS+=  toolkit
@@ -7,6 +7,9 @@
 
 .include "../../mk/bsd.options.mk"
 
+# XXX there are issues using the GTK3 toolkit that don't manifest with
+# GTK2, so this needs investigation and reporting upstream. Basic
+# functionality works, but some specific menu options cause crashes.
 .if !empty(PKG_OPTIONS:Mgtk3)
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../x11/vte029/buildlink3.mk"



Home | Main Index | Thread Index | Old Index