af4b59851d
Change log: 1.0.1 ====== Stable release fixing regressions and a couple of older bugs. - A new hidden preference `DropdownParametersOnce` has been introduced to control whether the drop-down window accepts command line arguments after creation. With the introduction of this preference an older bug was fixed where tabs could be added to the drop-down window even though they weren't supposed to. - Options: --active-tab does not behave properly when adding tabs to existing windows. Regressions fixed: - Find dialog does not respond to Return key (Issue #176) - Dragging a URL from Chromium ends up truncated (Issue #180) - Toolbar size changes when the window is maximized (Issue #181). - Unable to create a single window with many tabs through command line options (Issue #182). Translation Updates: Danish, Finnish, Greek, Russian, Turkish
20 lines
659 B
Makefile
20 lines
659 B
Makefile
# $NetBSD: Makefile,v 1.66 2022/04/15 18:40:18 gutteridge Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= xfce4-terminal-1.0.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-terminal/1.0/
|
|
|
|
HOMEPAGE= https://docs.xfce.org/apps/terminal/start
|
|
COMMENT= Xfce terminal emulator
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../x11/vte3/buildlink3.mk"
|
|
.include "../../x11/libxfce4ui/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|