pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/mate-terminal Update to 1.20.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52372cd36218
branches:  trunk
changeset: 307913:52372cd36218
user:      youri <youri%pkgsrc.org@localhost>
date:      Mon May 14 13:19:24 2018 +0000
description:
Update to 1.20.0:

MATE Terminal now supports background images, adds Solarized themes and keybindings to switch tabs.

Full changelog:

require VTE 0.46
screen: stop setting TERM and COLORTERM environment variables
schema: fix summary and description of some keys
remove ??? from Find keyboard shortcut
profile-editor: properly initialize the first palette color
terminal-screen.c: drop unused variables
Fix build warnings: ignoring return value of chdir,
middle click on a tab: add the gsettings key to enable the feature
make indent more uniform in a few files
fix possible crash when handling DBus method call
Spelling: Whitespace removed, in the terminal, Ctrl
add Solarized themes from gnome-terminal
WidthOfScreen and HeightOfScreen implementation
add the ability to switch tabs using ctrl + tab and ctrl + shift + tab
allow remapping ?search? keyboard shortcuts
Support background images with VTE3
find-dialog.ui: fix keyboard selection
avoid deprecated vte_terminal_search_get_gregex
add ?select all? keyboard shortcut: control + shift + A
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
avoid deprecated gdk_screen_get_width/height
avoid deprecated gdk_screen_make_display_name
terminal-util: avoid deprecated gtk_show_uri
avoid deprecated gdk_display_get_screen
avoid deprecated gdk_screen_get_number
Fix: Double click with right button causes Xorg to crash
Translations update

diffstat:

 x11/mate-terminal/Makefile |   5 ++---
 x11/mate-terminal/PLIST    |   3 ++-
 x11/mate-terminal/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r 027ddfec3e05 -r 52372cd36218 x11/mate-terminal/Makefile
--- a/x11/mate-terminal/Makefile        Mon May 14 13:18:23 2018 +0000
+++ b/x11/mate-terminal/Makefile        Mon May 14 13:19:24 2018 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2018/04/16 14:35:24 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/05/14 13:19:24 youri Exp $
 
-PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      mate-terminal-${VERSION:R}.1
+DISTNAME=      mate-terminal-${VERSION}
 CATEGORIES=    x11
 
 COMMENT=       MATE terminal emulator application
diff -r 027ddfec3e05 -r 52372cd36218 x11/mate-terminal/PLIST
--- a/x11/mate-terminal/PLIST   Mon May 14 13:18:23 2018 +0000
+++ b/x11/mate-terminal/PLIST   Mon May 14 13:19:24 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/06/25 23:21:56 youri Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/05/14 13:19:24 youri Exp $
 bin/mate-terminal
 bin/mate-terminal.wrapper
 man/man1/mate-terminal.1
@@ -105,6 +105,7 @@
 share/locale/fa/LC_MESSAGES/mate-terminal.mo
 share/locale/fi/LC_MESSAGES/mate-terminal.mo
 share/locale/fr/LC_MESSAGES/mate-terminal.mo
+share/locale/fr_CA/LC_MESSAGES/mate-terminal.mo
 share/locale/frp/LC_MESSAGES/mate-terminal.mo
 share/locale/fur/LC_MESSAGES/mate-terminal.mo
 share/locale/ga/LC_MESSAGES/mate-terminal.mo
diff -r 027ddfec3e05 -r 52372cd36218 x11/mate-terminal/distinfo
--- a/x11/mate-terminal/distinfo        Mon May 14 13:18:23 2018 +0000
+++ b/x11/mate-terminal/distinfo        Mon May 14 13:19:24 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/06/25 23:21:56 youri Exp $
+$NetBSD: distinfo,v 1.3 2018/05/14 13:19:24 youri Exp $
 
-SHA1 (mate-terminal-1.18.1.tar.xz) = cf0ba10d1d3942672e08180469b7aa2367c315cb
-RMD160 (mate-terminal-1.18.1.tar.xz) = fe1c7c21b6157088ebf816ad558b5d4c3e66bd5f
-SHA512 (mate-terminal-1.18.1.tar.xz) = 3b102c683137951d425c5c4f177e1498be037cabb9483bd89fea61c1c03e9a5d481a5aa9418e92f3007ac64f7ed3bf298109ba9564f741634c4b5dad94ddddf3
-Size (mate-terminal-1.18.1.tar.xz) = 1299492 bytes
+SHA1 (mate-terminal-1.20.0.tar.xz) = 1217072acd69b949cb559d0886a70ce178d06e57
+RMD160 (mate-terminal-1.20.0.tar.xz) = 9792cb610cb3738c776aa2e8b84e59754fa4d218
+SHA512 (mate-terminal-1.20.0.tar.xz) = f9283452cac962f8e3891e16d0208936086f1a8b9ae848f282071a6b9479dba02975c4945054074d1642302371149ba3d67c9d60aad6f9d8473f9d6696de8772
+Size (mate-terminal-1.20.0.tar.xz) = 1317068 bytes



Home | Main Index | Thread Index | Old Index