Index: Makefile =================================================================== --- Makefile (révision 447438) +++ Makefile (copie de travail) @@ -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 @@ -20,7 +19,7 @@ USE_GNOME= gtk30 glib20 cairo gdkpixbuf2 intltool vte3 libxml2 USE_XFCE= libmenu USE_XORG= x11 -USES= gettext gmake pkgconfig tar:bzip2 xfce:gk3 +USES= gettext gmake pkgconfig tar:bzip2 xfce:gtk3 INSTALL_TARGET= install-strip SUB_FILES= pkg-message Index: distinfo =================================================================== --- distinfo (révision 447438) +++ distinfo (copie de travail) @@ -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 Index: files/patch-terminal_terminal-window.c =================================================================== --- files/patch-terminal_terminal-window.c (nonexistent) +++ files/patch-terminal_terminal-window.c (copie de travail) @@ -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); + } + + Modification de propriétés sur files/patch-terminal_terminal-window.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property