pkgsrc/x11/xfce4-terminal/Makefile

25 lines
782 B
Makefile
Raw Normal View History

Update to 0.4.2. Changes: 0.4.2 ===== - Fix broken background image when compositing is disabled. - Use new xdt-autogen macros. - Translation updates 0.4.1 ===== - Install documentation in @docdir@. - Don't die on dbus exit. - Use the initial title in tabs if the dynamic title is set to hidden. - Silence the build. - Disable mnemonics in GtkSettings. - Translation updates 0.4.0 ===== - Don't show the set title dialog when double-clicking on the scrollbar. - Don't build the menubar when not enabled on startup. - Various small code cleanups. - Translation updates 0.2.99.1 ======== - Do not save properties that are the same as the default value (and not hidden) in the rc file. This makes startup a bit faster. - Remove vte-title-workaround and show the vte title in the go menu (so without the initial title). - Documentation updates. 0.2.90 ====== - Change minimum dependency of VTE to 0.17.1 and GTK+ to 2.14. - Use environ variables provided by GLib for better compatibility. - Use new VTE api. - Don't set contents change on window resize. - Fix segfault in special tab configuration. - Monitor config files using GIO to avoid polling for file changes. - Check for case problems when creating the symlink. - Add hidden option to disable middle-click tab close. - Property handle the button accelerators in the compose dialog. - Convert the preferences dialog into GtkBuilder. - Use stock icons and remove unused icons. - Allow editing of shortcuts from the menu. - Make the tab close button smaller. - Fix compilation problems on Solaris. - Update fullscreen action if changed by the wm. - Add commandline option to set the window icon. - Refactor the usage help so it's easier to understand. Also add the --maximize option. - Allow '-character in links. - Add hidden option for the cursor shape. - Convert preferences dialog in Gtkbuilder and make it fit better inside Xfce using the titled dialog. - Fix compiler warnings, code cleanups and improvements. - Support for the erase tty key binding, requires vte 0.20.4. - A lot of updated translations.
2009-11-29 23:16:34 +01:00
# $NetBSD: Makefile,v 1.12 2009/11/29 22:16:34 snj Exp $
2008-07-14 14:55:56 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/xfce4/Makefile.common"
Update to 0.4.2. Changes: 0.4.2 ===== - Fix broken background image when compositing is disabled. - Use new xdt-autogen macros. - Translation updates 0.4.1 ===== - Install documentation in @docdir@. - Don't die on dbus exit. - Use the initial title in tabs if the dynamic title is set to hidden. - Silence the build. - Disable mnemonics in GtkSettings. - Translation updates 0.4.0 ===== - Don't show the set title dialog when double-clicking on the scrollbar. - Don't build the menubar when not enabled on startup. - Various small code cleanups. - Translation updates 0.2.99.1 ======== - Do not save properties that are the same as the default value (and not hidden) in the rc file. This makes startup a bit faster. - Remove vte-title-workaround and show the vte title in the go menu (so without the initial title). - Documentation updates. 0.2.90 ====== - Change minimum dependency of VTE to 0.17.1 and GTK+ to 2.14. - Use environ variables provided by GLib for better compatibility. - Use new VTE api. - Don't set contents change on window resize. - Fix segfault in special tab configuration. - Monitor config files using GIO to avoid polling for file changes. - Check for case problems when creating the symlink. - Add hidden option to disable middle-click tab close. - Property handle the button accelerators in the compose dialog. - Convert the preferences dialog into GtkBuilder. - Use stock icons and remove unused icons. - Allow editing of shortcuts from the menu. - Make the tab close button smaller. - Fix compilation problems on Solaris. - Update fullscreen action if changed by the wm. - Add commandline option to set the window icon. - Refactor the usage help so it's easier to understand. Also add the --maximize option. - Allow '-character in links. - Add hidden option for the cursor shape. - Convert preferences dialog in Gtkbuilder and make it fit better inside Xfce using the titled dialog. - Fix compiler warnings, code cleanups and improvements. - Support for the erase tty key binding, requires vte 0.20.4. - A lot of updated translations.
2009-11-29 23:16:34 +01:00
XFCE4_VERSION= 0.4.2
DISTNAME= Terminal-${XFCE4_VERSION}
PKGNAME= xfce4-terminal-${XFCE4_VERSION}
CATEGORIES= x11
COMMENT= Xfce terminal emulator
Update to 0.4.2. Changes: 0.4.2 ===== - Fix broken background image when compositing is disabled. - Use new xdt-autogen macros. - Translation updates 0.4.1 ===== - Install documentation in @docdir@. - Don't die on dbus exit. - Use the initial title in tabs if the dynamic title is set to hidden. - Silence the build. - Disable mnemonics in GtkSettings. - Translation updates 0.4.0 ===== - Don't show the set title dialog when double-clicking on the scrollbar. - Don't build the menubar when not enabled on startup. - Various small code cleanups. - Translation updates 0.2.99.1 ======== - Do not save properties that are the same as the default value (and not hidden) in the rc file. This makes startup a bit faster. - Remove vte-title-workaround and show the vte title in the go menu (so without the initial title). - Documentation updates. 0.2.90 ====== - Change minimum dependency of VTE to 0.17.1 and GTK+ to 2.14. - Use environ variables provided by GLib for better compatibility. - Use new VTE api. - Don't set contents change on window resize. - Fix segfault in special tab configuration. - Monitor config files using GIO to avoid polling for file changes. - Check for case problems when creating the symlink. - Add hidden option to disable middle-click tab close. - Property handle the button accelerators in the compose dialog. - Convert the preferences dialog into GtkBuilder. - Use stock icons and remove unused icons. - Allow editing of shortcuts from the menu. - Make the tab close button smaller. - Fix compilation problems on Solaris. - Update fullscreen action if changed by the wm. - Add commandline option to set the window icon. - Refactor the usage help so it's easier to understand. Also add the --maximize option. - Allow '-character in links. - Add hidden option for the cursor shape. - Convert preferences dialog in Gtkbuilder and make it fit better inside Xfce using the titled dialog. - Fix compiler warnings, code cleanups and improvements. - Support for the erase tty key binding, requires vte 0.20.4. - A lot of updated translations.
2009-11-29 23:16:34 +01:00
MASTER_SITES= http://www.xfce.org/archive/src/apps/terminal/0.4/
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../x11/vte/buildlink3.mk"
.include "../../x11/xfce4-exo/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"