aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2023-09-12 19:40:24 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2023-09-12 19:40:24 +0000
commit60a8481ad2aad372d93eb84c9312bf8ac7ffb46a (patch)
tree7ad24563099ba797d31722f78fd42326d7913627
parent3be8c8d2f88cb33d436ce9235eec39b4bb780e68 (diff)
downloadports-60a8481ad2aad372d93eb84c9312bf8ac7ffb46a.tar.gz
ports-60a8481ad2aad372d93eb84c9312bf8ac7ffb46a.zip
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
-rw-r--r--x11/xfce4-terminal/Makefile1
-rw-r--r--x11/xfce4-terminal/files/pkg-message.in23
2 files changed, 0 insertions, 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
-}
-]