git: 60a8481ad2aa - main - x11/xfce4-terminal: Remove outdated pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 19:41:19 UTC
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=60a8481ad2aad372d93eb84c9312bf8ac7ffb46a
commit 60a8481ad2aad372d93eb84c9312bf8ac7ffb46a
Author: Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2023-09-12 19:40:24 +0000
Commit: Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2023-09-12 19:40:24 +0000
x11/xfce4-terminal: Remove outdated pkg-message
With the update to 1.1.0 xfce4-terminal is using xfconf so the part
about "terminalrc" does not apply anymore.
Also, the "slim tabs" option is now exposed in the UI.
PR: 273741
---
x11/xfce4-terminal/Makefile | 1 -
x11/xfce4-terminal/files/pkg-message.in | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile
index af41fc702069..653e6b427e34 100644
--- a/x11/xfce4-terminal/Makefile
+++ b/x11/xfce4-terminal/Makefile
@@ -21,7 +21,6 @@ USE_XORG= ice sm x11
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-SUB_FILES= pkg-message
CONFIGURE_ARGS= --with-utempter
OPTIONS_DEFINE= NLS
diff --git a/x11/xfce4-terminal/files/pkg-message.in b/x11/xfce4-terminal/files/pkg-message.in
deleted file mode 100644
index 5590f07dcb1e..000000000000
--- a/x11/xfce4-terminal/files/pkg-message.in
+++ /dev/null
@@ -1,23 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Some options could need manual change to ~/.config/xfce4/terminal/terminalrc:
-
-To reduce the height of tabs, add the hidden 'MiscSlimTabs' option:
-
-MiscSlimTabs=TRUE
-
-By default this option is not defined.
-
-If you have configured a custom color cursor you will also need to add:
-
-ColorCursorUseDefault=FALSE
-
-to have such configuration still working, otherwise reconfigure the color
-in the GUI.
-
-Keep in mind, when you change an option in Preferences window, this file
-is overwritten.
-EOM
-}
-]