pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/mate-terminal
Module Name: pkgsrc
Committed By: youri
Date: Mon May 14 13:19:24 UTC 2018
Modified Files:
pkgsrc/x11/mate-terminal: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/mate-terminal/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/mate-terminal/PLIST \
pkgsrc/x11/mate-terminal/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/mate-terminal/Makefile
diff -u pkgsrc/x11/mate-terminal/Makefile:1.9 pkgsrc/x11/mate-terminal/Makefile:1.10
--- pkgsrc/x11/mate-terminal/Makefile:1.9 Mon Apr 16 14:35:24 2018
+++ pkgsrc/x11/mate-terminal/Makefile Mon May 14 13:19:24 2018
@@ -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
Index: pkgsrc/x11/mate-terminal/PLIST
diff -u pkgsrc/x11/mate-terminal/PLIST:1.2 pkgsrc/x11/mate-terminal/PLIST:1.3
--- pkgsrc/x11/mate-terminal/PLIST:1.2 Sun Jun 25 23:21:56 2017
+++ pkgsrc/x11/mate-terminal/PLIST Mon May 14 13:19:24 2018
@@ -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/eu/LC_MESSAGES/mate-termina
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
Index: pkgsrc/x11/mate-terminal/distinfo
diff -u pkgsrc/x11/mate-terminal/distinfo:1.2 pkgsrc/x11/mate-terminal/distinfo:1.3
--- pkgsrc/x11/mate-terminal/distinfo:1.2 Sun Jun 25 23:21:56 2017
+++ pkgsrc/x11/mate-terminal/distinfo Mon May 14 13:19:24 2018
@@ -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