pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/lxterminal
Module Name: pkgsrc
Committed By: gutteridge
Date: Wed Sep 13 01:43:11 UTC 2023
Modified Files:
pkgsrc/x11/lxterminal: options.mk
Log Message:
lxterminal: switch (non-default) GTK3 support to use vte3
This actually works better now with vte3 than vte029.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/lxterminal/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/lxterminal/options.mk
diff -u pkgsrc/x11/lxterminal/options.mk:1.2 pkgsrc/x11/lxterminal/options.mk:1.3
--- pkgsrc/x11/lxterminal/options.mk:1.2 Sat Apr 9 00:37:02 2022
+++ pkgsrc/x11/lxterminal/options.mk Wed Sep 13 01:43:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2022/04/09 00:37:02 gutteridge Exp $
+# $NetBSD: options.mk,v 1.3 2023/09/13 01:43:11 gutteridge Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lxterminal
PKG_OPTIONS_REQUIRED_GROUPS+= toolkit
@@ -7,12 +7,9 @@ PKG_SUGGESTED_OPTIONS= gtk2
.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"
+.include "../../x11/vte3/buildlink3.mk"
CONFIGURE_ARGS+= --enable-gtk3
.else
.include "../../x11/gtk2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index