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
22 lines
606 B
Makefile
22 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.10 2018/05/14 13:19:24 youri Exp $
|
|
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
DISTNAME= mate-terminal-${VERSION}
|
|
CATEGORIES= x11
|
|
|
|
COMMENT= MATE terminal emulator application
|
|
|
|
TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/glib2/schemas.mk"
|
|
|
|
REPLACE_PERL+= mate-terminal.wrapper
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/mate-desktop/buildlink3.mk"
|
|
.include "../../x11/vte3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|