diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-09-18 15:15:52 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-09-18 15:15:52 +0000 |
commit | b0bf41fe4d1aec3c78424f34487f4abc68dafc46 (patch) | |
tree | 0df4d90ac2c65b229d106c0f96b59d1a7e750535 /x11/xfce4-terminal | |
parent | - Update deskutils/xfce4-tumbler to 0.2.0 [1] (diff) |
- Update x11/xfce4-terminal to 0.8.6
- Silence USES portlint warning
- Rework pkg-message, and add new informations
PR: 220751
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Notes
Notes:
svn path=/head/; revision=450045
Diffstat (limited to 'x11/xfce4-terminal')
-rw-r--r-- | x11/xfce4-terminal/Makefile | 5 | ||||
-rw-r--r-- | x11/xfce4-terminal/distinfo | 6 | ||||
-rw-r--r-- | x11/xfce4-terminal/files/patch-terminal_terminal-window.c | 13 | ||||
-rw-r--r-- | x11/xfce4-terminal/files/pkg-message.in | 12 |
4 files changed, 28 insertions, 8 deletions
diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile index dfcd6abf930b..fd144e6ab49f 100644 --- a/x11/xfce4-terminal/Makefile +++ b/x11/xfce4-terminal/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-terminal -PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTVERSION= 0.8.6 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -16,11 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib +USES= gettext gmake pkgconfig tar:bzip2 xfce:gtk3 GNU_CONFIGURE= yes USE_GNOME= gtk30 glib20 cairo gdkpixbuf2 intltool vte3 libxml2 USE_XFCE= libmenu USE_XORG= x11 -USES= gettext gmake pkgconfig tar:bzip2 xfce:gk3 INSTALL_TARGET= install-strip SUB_FILES= pkg-message diff --git a/x11/xfce4-terminal/distinfo b/x11/xfce4-terminal/distinfo index a690efee0b68..3a1df5c52f34 100644 --- a/x11/xfce4-terminal/distinfo +++ b/x11/xfce4-terminal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1486410575 -SHA256 (xfce4/xfce4-terminal-0.8.4.tar.bz2) = c5c1163b30e7a43d56ff92a25193bf9f29ce60e6cf43e5988530df79c84cfdc8 -SIZE (xfce4/xfce4-terminal-0.8.4.tar.bz2) = 934044 +TIMESTAMP = 1500179401 +SHA256 (xfce4/xfce4-terminal-0.8.6.tar.bz2) = bc2a560409a0f0b666d1c557e991748b986ec27572a45ae88b0ee5a480d881d7 +SIZE (xfce4/xfce4-terminal-0.8.6.tar.bz2) = 952859 diff --git a/x11/xfce4-terminal/files/patch-terminal_terminal-window.c b/x11/xfce4-terminal/files/patch-terminal_terminal-window.c new file mode 100644 index 000000000000..2cdb607f3fdc --- /dev/null +++ b/x11/xfce4-terminal/files/patch-terminal_terminal-window.c @@ -0,0 +1,13 @@ +--- terminal/terminal-window.c.orig 2017-07-05 22:57:57 UTC ++++ terminal/terminal-window.c +@@ -1879,6 +1879,10 @@ title_popover_close (GtkWidget *pop + /* close the dialog */ + gtk_widget_destroy (window->priv->title_popover); + window->priv->title_popover = NULL; ++ ++ /* focus the terminal: bug #13754 */ ++ if (G_LIKELY (window->priv->active != NULL)) ++ terminal_screen_focus (window->priv->active); + } + + diff --git a/x11/xfce4-terminal/files/pkg-message.in b/x11/xfce4-terminal/files/pkg-message.in index 6a01c99a67ad..28d1b26e4de9 100644 --- a/x11/xfce4-terminal/files/pkg-message.in +++ b/x11/xfce4-terminal/files/pkg-message.in @@ -1,9 +1,17 @@ -To reduce the height of tabs, add the hidden 'MiscSlimTabs' option -in ~/.config/xfce4/terminal/terminalrc. +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. |