--- xfce4-terminal-0.4.5.orig/debian/rules +++ xfce4-terminal-0.4.5/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --enable-dbus --enable-final --enable-startup-notification --program-transform-name='s/Terminal/xfce4-terminal/' --docdir=\$${prefix}/share/doc/xfce4-terminal + +binary-post-install/xfce4-terminal:: + install -c -m 0755 debian/xfce4-terminal.wrapper debian/xfce4-terminal/usr/bin/xfce4-terminal.wrapper + + #.desktop file + mv debian/xfce4-terminal/usr/share/applications/Terminal.desktop debian/xfce4-terminal/usr/share/applications/xfce4-terminal.desktop + + #rename manpages + find debian/xfce4-terminal/usr/share/man -name 'Terminal*' -exec \ + rename 's/Terminal/xfce4-terminal/' '{}' \; + cd debian/xfce4-terminal/usr/share/man/man1/ && ln -s xfce4-terminal.1.gz xfce4-terminal.wrapper.1.gz + + #install pixmap for debian menu + install -m 0644 debian/terminal.xpm debian/xfce4-terminal/usr/share/pixmaps/ --- xfce4-terminal-0.4.5.orig/debian/changelog +++ xfce4-terminal-0.4.5/debian/changelog @@ -0,0 +1,704 @@ +xfce4-terminal (0.4.5-1ubuntu3) maverick; urgency=low + + * debian/patches/xubuntu-scroll-alternate-screen-configurable.patch: drop + "scrolling-alternate-screen" from the list of active props as it is not + present in the ui, only in a config file switch. Should fix a crash in the + preferences' dialog. lp: #609500 + + -- Lionel Le Folgoc Wed, 08 Sep 2010 22:13:00 +0200 + +xfce4-terminal (0.4.5-1ubuntu2) maverick; urgency=low + + * debian/patches/01_fix-build-with-sealed-vte.patch: use VteTerminal's + accessor functions instead of private members, should fix FTBFS with + "sealed" libvte. + + -- Lionel Le Folgoc Mon, 06 Sep 2010 22:33:59 +0200 + +xfce4-terminal (0.4.5-1ubuntu1) maverick; urgency=low + + * Merge from Debian testing, remaining Ubuntu changes: + - debian/patches/xubuntu-change-desktop-category.patch: place terminal + under Accessories, not System. + - debian/patches/xubuntu-scroll-alternate-screen-configurable.patch: add + support for vte's scroll alternate screen feature (thanks Nils Rennebarth + for the patch!). Feature disabled by default, is enabled by + xubuntu-default-settings. lp: #358796 + - debian/README.Debian: explain how to manually disable/enable this feature. + - debian/control: use our addresses for Vcs-* fields. + + * debian/patches/xubuntu-change-desktop-category.patch: refreshed to apply + cleanly. + + -- Lionel Le Folgoc Mon, 24 May 2010 11:21:11 +0200 + +xfce4-terminal (0.4.5-1) unstable; urgency=low + + [ Yves-Alexis Perez ] + * New upstream snapshot. + * debian/control: + - update standards version to 3.8.4. + - update homepage. + * debian/patches/ + - 00_binary-name-fix-xfce4-terminal.1 dropped. + - 01_fix-pref-close-reset-text-properties added, fix “text” + properties being reset when closing terminal preferences on GTK+ 2.18.9. + * debian/rules: + - adjust configure options to use xfce4-terminal name. + - drop all unneeded adjustements to names at install time. + - link wrapper manpage to the gzipped terminal one. + - drop chrpath which seems unneeded anymore. + + [ Lionel Le Folgoc ] + * debian/xfce4-terminal.wrapper: stole code from gnome-terminal to match + its behavior on '-x' and '-e'. closes: #548166 + * New upstream release: + - do not fail badly with multiple DISPLAYs. closes: #576551 + * debian/patches/01_fix-pref-close-reset-text-properties.patch: dropped, + included upstream. + * debian/control: add myself to Uploaders. + + -- Yves-Alexis Perez Sun, 23 May 2010 15:02:11 +0200 + +xfce4-terminal (0.4.3-1ubuntu2) lucid; urgency=low + + * debian/patches/xubuntu-scroll-alternate-screen-configurable.patch: add + support for vte's scroll alternate screen feature (thanks Nils Rennebarth + for the patch!). Feature disabled by default, will be enabled by + xubuntu-default-settings. lp: #358796 + * debian/README.Debian: explain how to manually disable/enable this feature. + + -- Lionel Le Folgoc Sat, 09 Jan 2010 13:27:00 +0100 + +xfce4-terminal (0.4.3-1ubuntu1) lucid; urgency=low + + * Merge from Debian testing, remaining Ubuntu changes: + - debian/patches/xubuntu-change-desktop-category.patch: place terminal + under Accessories, not System. + - debian/control: use our addresses for Vcs-* fields. + + * Bug fixed: + - "xfce terminal does not appear in the Gnome preferred applications + list for terminal emulator" (lp: #485211) + + -- Lionel Le Folgoc Wed, 23 Dec 2009 17:08:33 +0100 + +xfce4-terminal (0.4.3-1) unstable; urgency=low + + * New upstream release. + - don't output garbage in terminal when using prev/next tab and it's the + last or first tab. closes: #318047 + - don't accept invalid GTK+ accelerators as shortcuts. closes: #408911 + - make xfce4-terminal available in GNOME preferred apps. closes: #557057 + + -- Yves-Alexis Perez Thu, 10 Dec 2009 20:41:24 +0100 + +xfce4-terminal (0.4.2-1ubuntu1) karmic; urgency=low + + * New upstream bugfix release, merge from Debian unstable, remaining Ubuntu + changes: + - debian/patches/xubuntu-change-desktop-category.patch: place terminal + under Accessories, not System. + - debian/control: use our addresses for Vcs-* fields. + + -- Lionel Le Folgoc Tue, 06 Oct 2009 21:49:56 +0200 + +xfce4-terminal (0.4.2-1) unstable; urgency=low + + * New upstream release. + - Background image when compositing is off fixed. closes: #539646 + * debian/rules: + - fix sed expression for correcting the help path. (LP: #442021) + + -- Yves-Alexis Perez Tue, 06 Oct 2009 17:30:59 +0200 + +xfce4-terminal (0.4.1-1ubuntu1) karmic; urgency=low + + * New upstream bugfix release, merge from Debian unstable, remaining Ubuntu + changes: + - debian/patches/xubuntu-change-desktop-category.patch: place terminal + under Accessories, not System. + * Bugs fixed: + - "Terminal doesn't remember disabling menu shortcuts". LP: #441599 + + -- Lionel Le Folgoc Sat, 03 Oct 2009 21:31:06 +0200 + +xfce4-terminal (0.4.1-1) unstable; urgency=low + + * New upstream release. + - disabling GTK+ shortcuts survives accross runs. closes: #539940 + * debian/watch updated for upstream archive reorganisation. + * debian/control: + - update standards version to 3.8.3. + + -- Yves-Alexis Perez Thu, 01 Oct 2009 23:25:01 +0200 + +xfce4-terminal (0.4.0-1ubuntu1) karmic; urgency=low + + * Merge final release from Debian unstable, remaining Ubuntu changes: + - debian/patches/xubuntu-change-desktop-category.patch: place terminal + under Accessories, not System. + + -- Lionel Le Folgoc Sat, 25 Jul 2009 13:29:47 +0200 + +xfce4-terminal (0.4.0-1) unstable; urgency=low + + * New upstream release. + + -- Yves-Alexis Perez Tue, 21 Jul 2009 22:09:35 +0200 + +xfce4-terminal (0.2.99.1-1ubuntu1) karmic; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/patches/xubuntu-change-desktop-category.patch: place terminal + under Accessories, not System. + * Upload to karmic, bugs fixed: + - crash when changing font (LP: #353770) + - mouse scroll doesn't work (LP: #358796) + - complete corruption (LP: #399558). + + -- Lionel Le Folgoc Fri, 17 Jul 2009 21:34:19 +0200 + +xfce4-terminal (0.2.99.1-1) experimental; urgency=low + + * New upstream release candidate. + + -- Yves-Alexis Perez Fri, 17 Jul 2009 07:53:38 +0200 + +xfce4-terminal (0.2.90-1ubuntu1~test1) UNRELEASED; urgency=low + + * Test package for the 0.3.x branch. + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/patches/xubuntu-change-desktop-category.patch: place terminal + under Accessories, not System. + + -- Lionel Le Folgoc Wed, 15 Jul 2009 22:33:48 +0200 + +xfce4-terminal (0.2.90-1) experimental; urgency=low + + * New upstream alpha release. + - now use keyboard-friendly preferences window. closes: #401417 + * debian/patches/ + - 00_binary-name-fix-xfce4-terminal.1 refreshed. + - 02_dont-refresh-prefs-too-much dropped, xfce4-terminal now uses file + monitoring. + - 03_terminal-nil-value-fix+always_show_tabs-fix dropped, included upstream. + - 04_fix_activity_on_size_change as well. + * debian/control: + - update standards version to 3.8.2. + - update vte and gtk build-deps. + + -- Yves-Alexis Perez Tue, 14 Jul 2009 11:25:05 +0200 + +xfce4-terminal (0.2.12-3ubuntu1) karmic; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/patches/xubuntu-change-desktop-category.patch: place terminal + under Accessories, not System. + + -- Lionel Le Folgoc Mon, 15 Jun 2009 20:38:56 +0200 + +xfce4-terminal (0.2.12-3) unstable; urgency=low + + * debian/menu: + - switch menu name to Xfce Terminal. + * debian/patches: + - 04_fix_activity_on_size_change added, fix activity notice on inactive + tabs when resizing the window. + + -- Yves-Alexis Perez Wed, 10 Jun 2009 08:09:25 +0200 + +xfce4-terminal (0.2.12-2ubuntu1) karmic; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/patches/xubuntu-change-desktop-category.patch: place terminal + under Accessories, not System. + + -- Lionel Le Folgoc Mon, 18 May 2009 21:38:12 +0200 + +xfce4-terminal (0.2.12-2) unstable; urgency=low + + * debian/patches: + - 03_terminal-nil-value-fix+always_show_tabs-fix added, fix segfault + when using MiscAlwaysShowTab=TRUE. closes: #528318 + + -- Yves-Alexis Perez Thu, 14 May 2009 07:48:39 +0200 + +xfce4-terminal (0.2.12-1) unstable; urgency=low + + * New upstream release. + + correctly handle tabs deletion. closes: #524736 + + -- Yves-Alexis Perez Mon, 20 Apr 2009 07:30:24 +0200 + +xfce4-terminal (0.2.10-2) unstable; urgency=low + + * Upload to unstable. + * debian/compat bumped to 7. + * debian/control: + - bump debhelper build-dep to 7. + - update standards version to 3.8.1. + - move to xfce section. + * debian/rules: + - cleanup old commented code. + + -- Yves-Alexis Perez Sat, 04 Apr 2009 01:58:39 +0200 + +xfce4-terminal (0.2.10-1ubuntu1) jaunty; urgency=low + + * Merge Xfce 4.6 final from Debian experimental, remaining Ubuntu changes + (FFe granted, see LP: #339246): + - debian/patches/xubuntu-change-desktop-category.patch: place terminal + under Accessories, not System. + + -- Lionel Le Folgoc Sat, 07 Mar 2009 18:25:16 +0100 + +xfce4-terminal (0.2.10-1) experimental; urgency=low + + * New upstream release. + * debian/control: + - replace dbus by dbus-x11 in Recommends:, to make sure + people using dbus have a session bus available. + - update standards version to 3.8.0. + - add build-dep on intltool. + - bump build-dep for Xfce 4.6.0. + - drop Rudy Godoy and Martin Loschwitz from Uploaders. Thanks to them! + - add ${misc:Depends} to depends. + - drop obsolete conflict against terminal. + * debian/patches: + - 03_background-activity dropped, merged upstream. + + -- Yves-Alexis Perez Sat, 28 Feb 2009 15:05:25 +0100 + +xfce4-terminal (0.2.8.3-1) UNRELEASED; urgency=low + + * new upstream bugfix release. + * debian/control: + - replace dbus by dbus-x11 in Recommends:, to make sure people using dbus + have a session bus available. + - update standards version to 3.8.0. + - add build-dep on intltool. + + -- Yves-Alexis Perez Tue, 28 Oct 2008 14:24:48 +0100 + +xfce4-terminal (0.2.8.3-0ubuntu1) jaunty; urgency=low + + * Merge with Debian XFCE SVN, remaining Ubuntu Changes: + - debian/patches/xubuntu-change-desktop-category.patch: + - Place terminal under Accessories, not System + + -- Michael Casadevall Tue, 04 Nov 2008 19:43:14 -0500 + +xfce4-terminal (0.2.8-5ubuntu1) intrepid; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/control: adhere to DebianMaintainerField + - debian/patches/xubuntu-change-desktop-category.patch: show under the + Accessories not the System menu. + + -- Lionel Le Folgoc Fri, 23 May 2008 21:18:25 +0200 + +xfce4-terminal (0.2.8-5) unstable; urgency=low + + * debian/patch: 03_background-activity added. closes: #353482 + + -- Yves-Alexis Perez Mon, 21 Apr 2008 22:26:53 +0200 + +xfce4-terminal (0.2.8-4ubuntu1) hardy; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/control: adhere to DebianMaintainerField + - debian/patches/xubuntu-change-desktop-category.patch (formerly + 01_desktop_category.patch): show under the Accessories not the System + menu. + * debian/control: do not depend on exo-utils (not in hardy). + + -- Lionel Le Folgoc Sun, 02 Mar 2008 19:38:43 +0100 + +xfce4-terminal (0.2.8-4) unstable; urgency=low + + [ David Paleino ] + * Removed myself from Uploaders. + + [ Yves-Alexis Perez ] + * debian/README.Debian: add a note about --disable-server. closes: #434863 + * debian/control: + - updated standard versions to 3.7.3. + - updated my email address. + * debian/copyright: + - use © sign. + - remove GFDL text, and link to text in common-license. + - add precision that xfce4-terminal is GPLv2 or later. + + + -- Yves-Alexis Perez Thu, 28 Feb 2008 20:56:21 +0100 + +xfce4-terminal (0.2.8-3) unstable; urgency=low + + * Add dependency on new exo-utils for exo-open + + -- Simon Huggins Mon, 28 Jan 2008 11:32:30 +0000 + +xfce4-terminal (0.2.8-2ubuntu1) hardy; urgency=low + + * Merge from debian unstable, remaining changes: + - debian/rules: Keep using xfce.mk + - debian/patches/01_desktop_category.patch: + .show under the Accessories not the System menu. + - debian/compat: bump to 5. + - debian/control: + . bump debhelper b-d to (>= 5), add autotools-dev, drop chrpath. + . Adhere to DebianMaintainerField + + -- Cody A.W. Somerville Tue, 11 Dec 2007 21:46:07 +0000 + +xfce4-terminal (0.2.8-2) unstable; urgency=low + + * Bump build-dep on exo, as it requires 0.3.4. + + -- Yves-Alexis Perez Tue, 11 Dec 2007 20:15:38 +0100 + +xfce4-terminal (0.2.8-1ubuntu1) hardy; urgency=low + + * Merge with Debian unstable, remaining Ubuntu changes: + - Adhere to DebianMaintainerField + - Keep using xfce.mk + - debian/patches/01_desktop_category.patch: show under the Accessories not + the System menu. + * debian/compat: bump to 5. + * debian/control: bump debhelper b-d to (>= 5), add autotools-dev, drop chrpath. + + -- Lionel Le Folgoc Sat, 08 Dec 2007 14:51:31 +0100 + +xfce4-terminal (0.2.8-1) unstable; urgency=low + + [ Simon Huggins ] + * Add Vcs-* headers to debian/control + + [ Yves-Alexis Perez ] + * new upstream release. + * debian/patches: + - dropped 01_CVE-2007-3770, merged upstream. + + -- Yves-Alexis Perez Sun, 02 Dec 2007 22:40:32 +0100 + +xfce4-terminal (0.2.6-5ubuntu1) hardy; urgency=low + + * Merge with Debian unstable, remaining Ubuntu changes: + - Adhere to DebianMaintainerField + - Keep using xfce.mk + - debian/patches/02_desktop_category.patch: show under the Accessories not + the System menu. + + -- Lionel Le Folgoc Sun, 28 Oct 2007 18:05:16 +0100 + +xfce4-terminal (0.2.6-5) unstable; urgency=low + + [ Yves-Alexis Perez ] + * debian/rules: + - transform program name to xfce4-terminal at configure time + - rename Terminal.desktop to xfce4-terminal to avoid conflict with + Terminal.app. closes: #446329 + * debian/patches: + - added 02_dont-refresh-prefs-too-much: dont poll preferences once per + second. + + [ Simon Huggins ] + * debian/control: Move fake Homepage field to a real one now dpkg + supports it. + * debian/rules: Fix up rename so that help works again. + + -- Yves-Alexis Perez Mon, 05 Nov 2007 15:31:26 +0100 + +xfce4-terminal (0.2.6-4) unstable; urgency=low + + (David Paleino) + * debian/menu fixed: switch to new debian menu policy closes: #442386 + + (Emanuele Rocca) + * debian/README.Debian: documented the BindingBackspace config option, + interesting for screen users closes: #384526 + + -- David Paleino Sun, 16 Sep 2007 22:58:54 +0200 + +xfce4-terminal (0.2.6-3ubuntu1) gutsy; urgency=low + + * Merge with Debian Unstable, Ubuntu changes: + - Adhere to DebianMaintainerField + - Keep using xfce.mk + - debian/patches/02_desktop_category.patch: show under the Accessories not + the System menu. + + -- Lionel Le Folgoc Sun, 12 Aug 2007 20:28:03 +0200 + +xfce4-terminal (0.2.6-3) unstable; urgency=high + + (Yves-Alexis Perez) + * debian/menu: switch to new menu policy. + (Simon Huggins) + * Fix security problem in URL handling code (CVE-2007-3770) thanks to Darren + Salt closes: #437454 + * urgency high for the above. + + -- Yves-Alexis Perez Sun, 12 Aug 2007 18:00:09 +0100 + +xfce4-terminal (0.2.6-2ubuntu2) gutsy; urgency=low + + * debian/control: drop terminal.app conflict, since this package no longer + ships /usr/bin/Terminal. (LP: #119934) + + -- Lionel Le Folgoc Fri, 27 Jul 2007 22:46:53 +0200 + +xfce4-terminal (0.2.6-2ubuntu1) gutsy; urgency=low + + * Merge with Debian Unstable, Ubuntu changes: + - Adhere to DebianMaintainerField + - Conflicts terminal.app + - Keep using xfce.mk + - debian/patches/01_desktop_category.patch: show under the Accessories not + the System menu. + + -- Lionel Le Folgoc Wed, 06 Jun 2007 14:43:55 +0200 + +xfce4-terminal (0.2.6-2) unstable; urgency=low + + * Use install instead of mv for installing terminal.xpm so that the clean + target works correctly. closes: #424117 + + -- Yves-Alexis Perez Tue, 15 May 2007 22:48:49 +0200 + +xfce4-terminal (0.2.6-1ubuntu1) gutsy; urgency=low + + * Merge with Debian Unstable, Ubuntu changes: + - Adhere to DebianMaintainerField + - Conflicts terminal.app + - Keep using xfce.mk + - debian/patches/01_desktop_category.patch: show under the Accessories not + the System menu. + + -- Lionel Le Folgoc Thu, 03 May 2007 00:30:23 +0200 + +xfce4-terminal (0.2.6-1) unstable; urgency=low + + * New upstream release. + * debian/control: recommend dbus instead of dbus-1-utils. + * debian/control: update libvte build dep against 1:0.14. + * README.Debian: change newlines so it fits in a 80x24 terminal window. + * debian/rules: use sed instead of perl. + * debian/copyright: + - correct copyright dates + - add copyright notices about gnome-terminal and redhat code. + - add documentation copyright statement (GFDL without invariant sections) + + -- Yves-Alexis Perez Tue, 24 Apr 2007 17:35:00 +0100 + +xfce4-terminal (0.2.6-0ubuntu3) feisty; urgency=low + + * debian/patches/01_desktop_category.patch: + show under the Accessories not the System menu + + -- Jani Monoses Thu, 5 Apr 2007 09:19:35 +0300 + +xfce4-terminal (0.2.6-0ubuntu2) feisty; urgency=low + + * debian/control: + - Adhere to DebianMaintainerField, + - Conflicts terminal.app. + + -- Daniel T Chen Fri, 9 Mar 2007 01:15:38 -0500 + +xfce4-terminal (0.2.6-0ubuntu1) feisty; urgency=low + + * New upstream release, part of Xfce 4.4 + * debian/control: Tighten libexo-0.3-dev version + + -- Gauvain Pocentek Wed, 24 Jan 2007 11:11:28 +0100 + +xfce4-terminal (0.2.5.8rc2-1ubuntu1) feisty; urgency=low + + * Merge from debian unstable, remaining changes: + - Keep using xfce.mk + + -- Gauvain Pocentek Tue, 19 Dec 2006 11:06:59 +0100 + +xfce4-terminal (0.2.5.8rc2-1) unstable; urgency=low + + * New upstream release. + * debian/control: bumped exo build-dep to 4.4rc2. + + -- Yves-Alexis Perez Thu, 16 Nov 2006 18:36:17 +0100 + +xfce4-terminal (0.2.5.6rc1-2ubuntu1) feisty; urgency=low + + * Merge from debian unstable: + - Keep using xfce.mk + + -- Gauvain Pocentek Wed, 15 Nov 2006 15:19:58 +0100 + +xfce4-terminal (0.2.5.6rc1-2) unstable; urgency=low + + * debian/control: bumped exo build-dep to 4.4rc1 to fix FTBFS. + + -- Yves-Alexis Perez Fri, 29 Sep 2006 12:13:14 +0100 + +xfce4-terminal (0.2.5.6rc1-1) unstable; urgency=low + + * New upstream release. + * Cancel button is now called Close. Closes: #380166 + + -- Yves-Alexis Perez Sat, 23 Sep 2006 15:41:32 +0100 + +xfce4-terminal (0.2.5.4beta2-1) unstable; urgency=low + + (Yves-Alexis Perez) + * New upstream release + * debian/control: updated standards version to 3.7.2. + (Simon Huggins) + * Remove phony rpath + + -- Yves-Alexis Perez Mon, 10 Jul 2006 19:41:08 +0200 + +xfce4-terminal (0.2.5.4-0ubuntu2) edgy; urgency=low + + * Rebuild against dbus 0.90 + + -- Sebastian Dröge Thu, 24 Aug 2006 18:22:31 +0200 + +xfce4-terminal (0.2.5.4-0ubuntu1) edgy; urgency=low + + * New upstream release, part of Xfce4.4 beta2 + + -- Jani Monoses Tue, 11 Jul 2006 09:33:26 +0300 + +xfce4-terminal (0.2.5.1beta1-1) unstable; urgency=low + + * New upstream release + + -- Yves-Alexis Perez Wed, 03 May 2006 19:17:15 +0100 + +xfce4-terminal (0.2.5+r21674-0ubuntu2) dapper; urgency=low + + * Patch from upstream svn (settings not always saved, LP #41791) + + -- Jani Monoses Sat, 20 May 2006 20:13:49 +0300 + +xfce4-terminal (0.2.5+r21674-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot (update translations, fix a possible crash + when removing all terminal screens at once) + + -- Jani Monoses Mon, 15 May 2006 20:28:05 +0300 + +xfce4-terminal (0.2.5+r21256-0ubuntu2) dapper; urgency=low + + * Make /usr/bin/Terminal a symlink to /usr/bin/xfce4-terminal + to keep compatibility with upstream naming + + -- Jani Monoses Sun, 30 Apr 2006 22:37:06 +0300 + +xfce4-terminal (0.2.5+r21256-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot (new translations) + * Do not explicitely depend on libstartup-notification + + -- Jani Monoses Wed, 26 Apr 2006 15:55:01 +0300 + +xfce4-terminal (0.2.5+r21186-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot (bugfixes and new translations) + * Depend on newer exo + + -- Jani Monoses Sun, 23 Apr 2006 23:49:42 +0300 + +xfce4-terminal (0.2.5+r20521-0ubuntu2) dapper; urgency=low + + * Use xfce CDBS class + * Generate POT file for langpack support + + -- Jani Monoses Tue, 28 Mar 2006 09:47:28 +0300 + +xfce4-terminal (0.2.5+r20521-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot with new translations + * Build depend on xml-parser-perl not xml-perl + + -- Jani Monoses Thu, 23 Mar 2006 15:55:18 +0200 + +xfce4-terminal (0.2.5+r20145-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * Remove two obsoleted patches from debian/patches/ + * Add gettext domain to .desktop files for langpack support + + -- Jani Monoses Thu, 2 Mar 2006 19:46:08 +0200 + +xfce4-terminal (0.2.4svn+r19908-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + + -- Jani Monoses Fri, 17 Feb 2006 17:03:05 +0200 + +xfce4-terminal (0.2.4-7) unstable; urgency=low + + * Build-Depend on the correct version of exo. + + -- Simon Huggins Tue, 14 Mar 2006 22:46:24 +0000 + +xfce4-terminal (0.2.4-6) unstable; urgency=low + + * debian/patches + - removed patches which fixed build with exo 0.3.1.2alpha-r19548 + - added upstream patch to fix build with exo 0.3.1.4alpha2-r20235 + + -- Yves-Alexis Perez Mon, 06 Mar 2006 17:53:29 +0100 + +xfce4-terminal (0.2.4-5) unstable; urgency=low + + * (Yves-Alexis Perez) + * Build depend on dbus 0.60 Closes: #346358 + * (Simon Huggins) + * Add patch from Dann Frazier to include libxfcegui4.h explicitly to + prevent problems with pointers on ia64 Closes: #345840 + + -- Yves-Alexis Perez Sun, 08 Jan 2006 21:05:20 +0000 + +xfce4-terminal (0.2.4-4) unstable; urgency=low + + * (Yves-Alexis Perez) + * Changed default behaviour for the cycle tabs options + * Changed dependance on libexo-0.3 + * Added a patch to fix FTBS with libexo-0.3 svn + * (Rudy Godoy) + * Fixed binary name on .desktop file call since we rename it to + xfce4-terminal. + + -- Yves-Alexis Perez Mon, 19 Dec 2005 23:42:03 +0100 + +xfce4-terminal (0.2.4-3) unstable; urgency=low + + * Yves-Alexis Perez + - Updated standards in rules file to match new debian-policy + - Binary name is xfce4-terminal to avoid name conflicts + * Emanuele Rocca + - Fixed x-terminal-emulator and x-terminal-emulator.1.gz alternatives + (Closes: #316164) + - s/Terminal/xfce4-terminal in xfce4-terminal(1) and other minor things + (Closes: #316168) + - Thanks to Y Giridhar Appaji Nag + + -- Yves-Alexis Perez Wed, 22 Jun 2005 15:53:19 +0200 + +xfce4-terminal (0.2.4-2) unstable; urgency=low + + * Changed email address in copyright file + * Reverted binary name from xfce4-terminal to Terminal (as in the upstream + package) and added links to xfce4-terminal + * Moving to unstable + + -- Yves-Alexis Perez Tue, 17 May 2005 10:52:08 +0200 + +xfce4-terminal (0.2.4-1) experimental; urgency=low + + * Initial Release (Closes: #302999). + + -- Yves-Alexis Perez Sat, 23 Apr 2005 00:02:36 +0200 --- xfce4-terminal-0.4.5.orig/debian/watch +++ xfce4-terminal-0.4.5/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://archive.xfce.org/src/apps/terminal/([\d\.]+)/ \ + Terminal-([\d\.]+)\.tar\.(?:gz|bz2) --- xfce4-terminal-0.4.5.orig/debian/prerm +++ xfce4-terminal-0.4.5/debian/prerm @@ -0,0 +1,11 @@ +#!/bin/sh -e + +# remove alternatives links + +if [ "$1" = "remove" ]; then + update-alternatives --remove x-terminal-emulator /usr/bin/xfce4-terminal.wrapper +fi + +#DEBHELPER# + +exit 0 --- xfce4-terminal-0.4.5.orig/debian/docs +++ xfce4-terminal-0.4.5/debian/docs @@ -0,0 +1,5 @@ +AUTHORS +HACKING +NEWS +README +THANKS --- xfce4-terminal-0.4.5.orig/debian/copyright +++ xfce4-terminal-0.4.5/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Yves-Alexis Perez on +Sat, 23 Apr 2005 00:02:36 +0200. + +It was downloaded from http://terminal.os-cillation.com/ + +Upstream Author are: +Benedikt Meurer +Francois Le Clainche + +This software is copyright © 2004-2006 by Benedikt Meurer, os-cillation. + +Some parts are taken from gnome-terminal. Copyrights for gnome-terminal are: +Havoc Pennington +Mariano Suárez-Alvarez + +Some code is © Owen Taylor in: +terminal/terminal-toolbars-model.h +terminal/terminal-toolbars-model.c +terminal/terminal-window.c +aclocal.m4 + +Documentation is under GNU Free Documentation License v1.1 or later without +invariant sections, with the following statement: + + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 or + any later version published by the Free Software Foundation; with no + Invariant Sections, with no Front-Cover Texts, and with no Back-Cover + Texts. +On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/LGPL'. + +You are free to distribute this software under the terms of +the GNU General Public License (version 2 or later). +On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL'. --- xfce4-terminal-0.4.5.orig/debian/postinst +++ xfce4-terminal-0.4.5/debian/postinst @@ -0,0 +1,14 @@ +#!/bin/sh -e + +# install alternatives links + +if [ "$1" = "configure" ]; then + update-alternatives --install /usr/bin/x-terminal-emulator \ + x-terminal-emulator /usr/bin/xfce4-terminal.wrapper 40 \ + --slave /usr/share/man/man1/x-terminal-emulator.1.gz \ + x-terminal-emulator.1.gz /usr/share/man/man1/xfce4-terminal.wrapper.1.gz +fi + +#DEBHELPER# + +exit 0 --- xfce4-terminal-0.4.5.orig/debian/control +++ xfce4-terminal-0.4.5/debian/control @@ -0,0 +1,29 @@ +Source: xfce4-terminal +Section: xfce +Priority: optional +Maintainer: Xubuntu Developers +XSBC-Original-Maintainer: Debian Xfce Maintainers +Uploaders: Emanuele Rocca , Simon Huggins , + Yves-Alexis Perez , Lionel Le Folgoc +Build-Depends: debhelper (>= 7), libdbus-glib-1-dev, + libexo-0.3-dev (>= 0.3.100), libvte-dev (>= 1:0.17.1), libxml-perl, + libstartup-notification0-dev, cdbs, chrpath, intltool, + libgtk2.0-dev (>= 2.14) +Standards-Version: 3.8.4 +Homepage: http://goodies.xfce.org/projects/applications/terminal +Vcs-Bzr: lp:~xubuntu-dev/xfce4-terminal/maverick +Vcs-Browser: http://bazaar.launchpad.net/~xubuntu-dev/xfce4-terminal/maverick/files + +Package: xfce4-terminal +Section: xfce +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, exo-utils +Provides: x-terminal-emulator +Recommends: dbus-x11 +Description: Xfce terminal emulator + This package contains Terminal, which is a lightweight and easy to use + terminal emulator for X11. It was created to fit nicely into the Xfce + desktop environment, but it also fits nice with other environments. + . + For people that already know GNOME 2 terminal and are searching for a + lighter but comparable replacement, Terminal might be the answer. --- xfce4-terminal-0.4.5.orig/debian/compat +++ xfce4-terminal-0.4.5/debian/compat @@ -0,0 +1 @@ +7 --- xfce4-terminal-0.4.5.orig/debian/menu +++ xfce4-terminal-0.4.5/debian/menu @@ -0,0 +1,6 @@ +?package(xfce4-terminal):needs="X11"\ + section="Applications/Terminal Emulators"\ + command="/usr/bin/xfce4-terminal"\ + title="Xfce Terminal"\ + longtitle="Xfce Terminal Emulator"\ + icon="/usr/share/pixmaps/terminal.xpm" --- xfce4-terminal-0.4.5.orig/debian/README.Debian +++ xfce4-terminal-0.4.5/debian/README.Debian @@ -0,0 +1,40 @@ +* Tabs + +In Terminal when you cycle through tabs, the default behaviour is to stop at +theend and at the beginning. + +For xfce4-terminal, we have set an hidden option in +~/.config/Terminal/terminalrc, called MiscCycleTabs, and set to true by +default, so the prev/next tab command will cycle. You can change this by adding +a line with MiscCycleTabs=FALSE in the terminalrc file. + +* dbus + +If you want to use dbus support with xfce4-terminal, you should install the +package dbus-1-utils, then make sure that your session runs it. (if you run a +plain xfce4, the init script launch it, so just log out and log back in) + +When using dbus, if there's already a xfce4-terminal running, calling +xfce4-terminal will return instantly (it's just a call to the running instance +to open another window). If you use xfce4-terminal from a script (for example +to display something from mutt, see +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=434863) you may want to call +xfce4-terminal with --disable-server. + +* backspace using screen + +To delete text with backspace under screen you need to set +BindingBackspace=TERMINAL_ERASE_BINDING_ASCII_DELETE in +~/.config/Terminal/terminalrc + +* Scrolling the alternate screen + +In Terminal when you use the scroll wheel when a program is running that uses +the alternate screen and is not mouse aware, the program is sent three up or +down keys instead. + +For xfce4-terminal, we have a hidden option in ~/.config/Terminal/terminalrc, +called ScrollingAlternateScreen, which is set to FALSE by default, disabling +the alternate screen scrolling feature. You can enable the feature by adding a +line with ScrollingAlternateScreen=TRUE in the terminalrc file (however, if you +installed xubuntu-default-settings, this feature is enabled by default). --- xfce4-terminal-0.4.5.orig/debian/xfce4-terminal.wrapper +++ xfce4-terminal-0.4.5/debian/xfce4-terminal.wrapper @@ -0,0 +1,67 @@ +#! /usr/bin/perl -w +# +# Terminal.wrapper - Debian terminal wrapper script +# +# Copyright (c) 2004-2005 os-cillation +# + +while ($opt = shift(@ARGV)) +{ + if ($opt eq '-display') + { + $arg = shift(@ARGV); + push(@args, '--default-display', $arg); + } + elsif ($opt eq '-name') + { + $arg = shift(@ARGV); + } + elsif ($opt eq '-n') + { + $arg = shift(@ARGV); + } + elsif ($opt eq '-T' || $opt eq '-title') + { + push(@args, '--title', shift(@ARGV)); + } + elsif ($opt eq '-geometry') + { + $arg = shift(@ARGV); + push(@args, "--geometry=$arg"); + } + elsif ($opt eq '-fn') + { + $arg = shift(@ARGV); + } + elsif ($opt eq '-fg') + { + $arg = shift(@ARGV); + } + elsif ($opt eq '-bg') + { + $arg = shift(@ARGV); + } + elsif ($opt eq '-tn') + { + $arg = shift(@ARGV); + } + elsif ($opt eq '-e') + { + $arg = shift(@ARGV); + if (@ARGV) + { + push(@args, '-x', $arg, @ARGV); + last; + } + else + { + push(@args, '-e', $arg); + } + last; + } + elsif ($opt eq '-h' || $opt eq '--help') + { + push(@args, '--help'); + } +} +exec('xfce4-terminal',@args); --- xfce4-terminal-0.4.5.orig/debian/terminal.xpm +++ xfce4-terminal-0.4.5/debian/terminal.xpm @@ -0,0 +1,190 @@ +/* XPM */ +static char *terminal2[] = { +/* columns rows colors chars-per-pixel */ +"32 26 158 2", +" c #056205620562", +". c #061F061F061F", +"X c #088908890889", +"o c #09D209D209D2", +"O c #14D214D214D2", +"+ c #164416441644", +"@ c #188A188A188A", +"# c #192219221922", +"$ c #1FC21FC21FC2", +"% c #214F214F214F", +"& c #241824182418", +"* c #244C244C244C", +"= c #305830583058", +"- c #31B631B631B6", +"; c #33C233C233C2", +": c #34C734C734C7", +"> c #35CF35CF35CF", +", c #363736373637", +"< c #37A137A137A1", +"1 c #39A339A339A3", +"2 c #3AAF3AAF3AAF", +"3 c #3CD53CD53CD5", +"4 c #3F2E3F2E3F2E", +"5 c #3FDF3FDF3FDF", +"6 c #40A640A640A6", +"7 c #42F842F842F8", +"8 c #43B343B343B3", +"9 c #451945194519", +"0 c #45A145A145A1", +"q c #46C346C346C3", +"w c #4AD84AD84AD8", +"e c #4B504B504B50", +"r c #4C684C684C68", +"t c #4DC54DC54DC5", +"y c #4F124F124F12", +"u c #4F534F534F53", +"i c #519351935193", +"p c #541154115411", +"a c #57E357E357E3", +"s c #59E959E959E9", +"d c #5BDE5BDE5BDE", +"f c #5D795D795D79", +"g c #600D600D600D", +"h c #607560756075", +"j c #63B963B963B9", +"k c #66E566E566E5", +"l c #696269626962", +"z c #6CAB6CAB6CAB", +"x c #722F722F722F", +"c c #76C376C376C3", +"v c #79C379C379C3", +"b c #7B1A7B1A7B1A", +"n c #7E537E537E53", +"m c #7F007F007F00", +"M c #800780078007", +"N c #80DC80DC80DC", +"B c #824D824D824D", +"V c #82A482A482A4", +"C c #83A183A183A1", +"Z c #851585158515", +"A c #85F285F285F2", +"S c #86D386D386D3", +"D c #88B588B588B5", +"F c #899689968996", +"G c #8C318C318C31", +"H c #906690669066", +"J c #921192119211", +"K c #936B936B936B", +"L c #93AE93AE93AE", +"P c #971397139713", +"I c #990D990D990D", +"U c #9ACD9ACD9ACD", +"Y c #9C189C189C18", +"T c #9D7D9D7D9D7D", +"R c #9E4A9E4A9E4A", +"E c #9FC89FC89FC8", +"W c #A0F8A0F8A0F8", +"Q c #A3B3A3B3A3B3", +"! c #A51AA51AA51A", +"~ c #A5D1A5D1A5D1", +"^ c #A70EA70EA70E", +"/ c #A814A814A814", +"( c #A95EA95EA95E", +") c #AAFEAAFEAAFE", +"_ c #AC84AC84AC84", +"` c #AE41AE41AE41", +"' c #AF9AAF9AAF9A", +"] c #B136B136B136", +"[ c #B27FB27FB27F", +"{ c #B31AB31AB31A", +"} c #B413B413B413", +"| c #B4F4B4F4B4F4", +" . c #B7D4B7D4B7D4", +".. c #B9C6B9C6B9C6", +"X. c #BB58BB58BB58", +"o. c #BBC7BBC7BBC7", +"O. c #BD2CBD2CBD2C", +"+. c #BDFABDFABDFA", +"@. c #BF7FBF7FBF7F", +"#. c #C047C047C047", +"$. c #C0FEC0FEC0FE", +"%. c #C237C237C237", +"&. c #C30AC30AC30A", +"*. c #C41DC41DC41D", +"=. c #C561C561C561", +"-. c #C661C661C661", +";. c #C7AAC7AAC7AA", +":. c #C8A6C8A6C8A6", +">. c #CA59CA59CA59", +",. c #CB45CB45CB45", +"<. c #CBF5CBF5CBF5", +"1. c #CDA2CDA2CDA2", +"2. c #CE3DCE3DCE3D", +"3. c #D061D061D061", +"4. c #D144D144D144", +"5. c #D2BED2BED2BE", +"6. c #D3B2D3B2D3B2", +"7. c #D46DD46DD46D", +"8. c #D59ED59ED59E", +"9. c #D63ED63ED63E", +"0. c #D77DD77DD77D", +"q. c #D83ED83ED83E", +"w. c #D964D964D964", +"e. c #DA0EDA0EDA0E", +"r. c #DDA0DDA0DDA0", +"t. c #DEB8DEB8DEB8", +"y. c #DFC1DFC1DFC1", +"u. c #E181E181E181", +"i. c #E28CE28CE28C", +"p. c #E340E340E340", +"a. c #E40AE40AE40A", +"s. c #E552E552E552", +"d. c #E691E691E691", +"f. c #E743E743E743", +"g. c #E869E869E869", +"h. c #E969E969E969", +"j. c #EA81EA81EA81", +"k. c #EB55EB55EB55", +"l. c #EC8CEC8CEC8C", +"z. c #ED84ED84ED84", +"x. c #EE6EEE6EEE6E", +"c. c #EF49EF49EF49", +"v. c #F08FF08FF08F", +"b. c #F185F185F185", +"n. c #F38CF38CF38C", +"m. c #F4BBF4BBF4BB", +"M. c #F588F588F588", +"N. c #F67CF67CF67C", +"B. c #F71BF71BF71B", +"V. c #F853F853F853", +"C. c #F96EF96EF96E", +"Z. c #FA53FA53FA53", +"A. c #FB8BFB8BFB8B", +"S. c #FC83FC83FC83", +"D. c #FD7DFD7DFD7D", +"F. c #FE1FFE1FFE1F", +"G. c #FFB0FFB0FFB0", +"H. c gray100", +/* pixels */ +"o % * * * * * * * % * * * * * % * * * * * * * * * * * * * * % o ", +"2 X.#.#.#.#.#.#.#.#.#.#.#.#.#.O.#.#.#.#.#.O.#.#.#.#.#.#.#.#.' ; ", +"y m.=.6.7.6.7.7.7.7.7.6.7.6.7.6.7.7.7.7.6.6.7.6.7.7.6.7.>.( k.q ", +"y c.7.A.G.G.G.G.A.G.G.G.G.G.G.G.G.G.G.G.G.G.G.G.G.G.G.7.N j i.q ", +"e n.3.A.A.G.A.A.G.A.G.A.G.G.G.G.G.G.G.G.G.G.G.G.G.k.R p ; s i.q ", +"y c.>.m.A.m.A.A.A.A.A.A.A.A.G.A.G.G.G.G.G.G.G.m.O.k < ; ; s i.8 ", +"y c.=.n.m.m.n.m.m.m.A.m.m.A.A.A.A.A.A.G.G.G.7.Z q < < ; ; s f.q ", +"y c.O.f.k.k.k.c.c.c.c.c.n.n.m.m.n.n.n.m.f.! p < ; < < < ; s i.8 ", +"e k.' e.r.r.i.i.f.f.f.f.k.k.f.k.f.k.k.3.b 3 ; ; ; < ; < ; s i.q ", +"y c.! >.3.6.6.6.7.e.e.e.e.r.r.r.f.r.! a < ; < < ; < < < ; a i.q ", +"y c.R #.=.>.>.3.>.3.6.6.6.7.7.e.=.M 3 < < < ; < < < < ; ; s i.8 ", +"y c.Y O.#.#.#.=.=.>.>.>.3.6.7.( f < ; < ; < < ; < ; ; < ; s i.q ", +"e c.P } X.X.O.#.#.=.=.>.>.=.J q < < ; < ; < < < ; < < < ; s i.8 ", +"y k.J ! ' ' } O.O.O.#.=.X.M 3 < < ; ; < < < ; < < < ; ; ; s i.q ", +"y k.G R ! ( ( ' ' } O.( l 2 ; ; < < < < < ; ; < ; < ; < ; s i.8 ", +"e c.S Y R W ! ! ( ' Y a < < < < ; ; < ; ; < < < ; < < < ; s i.q ", +"y c.Z G J Y Y R R N e < < ; ; < < < ; < < < ; ; < ; < ; ; s i.q ", +"e k.M N S S J J c 8 ; ; < < < < < ; ; < ; < < < < < < ; ; s i.8 ", +"y c.b c N Z N z 8 < < < ; < < ; < ; < < ; < < ; ; ; < < ; s i.q ", +"y k.l j z x j 2 ; < ; < < ; ; < ; < < ; < ; < < < < < ; ; s i.8 ", +"y c.j e p e 2 ; < ; < < < ; < < < < < ; < < ; < ; < < ; ; s i.q ", +"e k.j 3 3 < < < ; < < ; ; < < ; < ; < < < ; < < < < ; < ; s i.q ", +"y c.s < < < < < < < ; < < < < < ; < < < ; < < < ; < < < ; s i.q ", +"y m.R Z Z Z N Z Z Z Z N Z Z Z Z Z Z N Z Z Z N Z Z Z Z Z N Y k.q ", +"< ( ' } } ' } } ' } } ' } } ' } } ' } } ' } } ' ' } ' } ' } ( ; ", +" + # # # # # # # # # # # # # # # # # # # # # + # # # # # # O " +}; --- xfce4-terminal-0.4.5.orig/debian/patches/xubuntu-scroll-alternate-screen-configurable.patch +++ xfce4-terminal-0.4.5/debian/patches/xubuntu-scroll-alternate-screen-configurable.patch @@ -0,0 +1,74 @@ +Index: xfce4-terminal-0.4.2/terminal/terminal-preferences.c +=================================================================== +--- xfce4-terminal-0.4.2.orig/terminal/terminal-preferences.c 2010-01-02 17:33:41.000000000 +0100 ++++ xfce4-terminal-0.4.2/terminal/terminal-preferences.c 2010-01-06 22:35:03.000000000 +0100 +@@ -121,6 +121,7 @@ + PROP_MISC_TAB_CLOSE_MIDDLE_CLICK, + PROP_MISC_TAB_POSITION, + PROP_MISC_HIGHLIGHT_URLS, ++ PROP_SCROLLING_ALTERNATE_SCREEN, + PROP_SCROLLING_BAR, + PROP_SCROLLING_LINES, + PROP_SCROLLING_ON_OUTPUT, +@@ -1146,6 +1147,16 @@ + "MiscTabCloseMiddleClick", + TRUE, + EXO_PARAM_READWRITE)); ++ /** ++ * TerminalPreferences:scrolling-alternate-screen: ++ **/ ++ g_object_class_install_property (gobject_class, ++ PROP_SCROLLING_ALTERNATE_SCREEN, ++ g_param_spec_boolean("scrolling-alternate-screen", ++ "scrolling-alternate-screen", ++ "ScrollingAlternateScreen", ++ FALSE, ++ EXO_PARAM_READWRITE)); + + /** + * TerminalPreferences:misc-tab-position: +Index: xfce4-terminal-0.4.2/terminal/terminal-screen.c +=================================================================== +--- xfce4-terminal-0.4.2.orig/terminal/terminal-screen.c 2010-01-02 17:33:41.000000000 +0100 ++++ xfce4-terminal-0.4.2/terminal/terminal-screen.c 2010-01-06 22:35:19.000000000 +0100 +@@ -95,6 +95,7 @@ + static void terminal_screen_update_misc_cursor_blinks (TerminalScreen *screen); + static void terminal_screen_update_misc_cursor_shape (TerminalScreen *screen); + static void terminal_screen_update_misc_mouse_autohide (TerminalScreen *screen); ++static void terminal_screen_update_scrolling_alternate (TerminalScreen *screen); + static void terminal_screen_update_scrolling_bar (TerminalScreen *screen); + static void terminal_screen_update_scrolling_lines (TerminalScreen *screen); + static void terminal_screen_update_scrolling_on_output (TerminalScreen *screen); +@@ -277,6 +278,7 @@ + "swapped-signal::notify::misc-cursor-blinks", G_CALLBACK (terminal_screen_update_misc_cursor_blinks), screen, + "swapped-signal::notify::misc-cursor-shape", G_CALLBACK (terminal_screen_update_misc_cursor_shape), screen, + "swapped-signal::notify::misc-mouse-autohide", G_CALLBACK (terminal_screen_update_misc_mouse_autohide), screen, ++ "swapped-signal::notify::scrolling-alternate-screen", G_CALLBACK (terminal_screen_update_scrolling_alternate), screen, + "swapped-signal::notify::scrolling-bar", G_CALLBACK (terminal_screen_update_scrolling_bar), screen, + "swapped-signal::notify::scrolling-lines", G_CALLBACK (terminal_screen_update_scrolling_lines), screen, + "swapped-signal::notify::scrolling-on-output", G_CALLBACK (terminal_screen_update_scrolling_on_output), screen, +@@ -295,6 +297,7 @@ + terminal_screen_update_misc_cursor_blinks (screen); + terminal_screen_update_misc_cursor_shape (screen); + terminal_screen_update_misc_mouse_autohide (screen); ++ terminal_screen_update_scrolling_alternate (screen); + terminal_screen_update_scrolling_bar (screen); + terminal_screen_update_scrolling_lines (screen); + terminal_screen_update_scrolling_on_output (screen); +@@ -780,6 +783,16 @@ + + + static void ++terminal_screen_update_scrolling_alternate (TerminalScreen *screen) ++{ ++ gboolean scroll; ++ g_object_get (G_OBJECT (screen->preferences), "scrolling-alternate-screen", &scroll, NULL); ++ vte_terminal_set_alternate_screen_scroll (VTE_TERMINAL (screen->terminal), scroll); ++} ++ ++ ++ ++static void + terminal_screen_update_scrolling_bar (TerminalScreen *screen) + { + TerminalScrollbar scrollbar; --- xfce4-terminal-0.4.5.orig/debian/patches/xubuntu-change-desktop-category.patch +++ xfce4-terminal-0.4.5/debian/patches/xubuntu-change-desktop-category.patch @@ -0,0 +1,13 @@ +=== modified file 'Terminal.desktop.in.in' +--- old/Terminal.desktop.in.in 2010-05-23 23:40:28 +0000 ++++ new/Terminal.desktop.in.in 2010-05-24 09:07:42 +0000 +@@ -7,7 +7,7 @@ + Icon=utilities-terminal + Terminal=false + Type=Application +-Categories=GTK;System;TerminalEmulator;Utility; ++Categories=GTK;TerminalEmulator;Utility; + StartupNotify=true + + # vi:set encoding=UTF-8: + --- xfce4-terminal-0.4.5.orig/debian/patches/01_fix-build-with-sealed-vte.patch +++ xfce4-terminal-0.4.5/debian/patches/01_fix-build-with-sealed-vte.patch @@ -0,0 +1,134 @@ +--- xfce4-terminal-0.4.5.orig/terminal/terminal-widget.c ++++ xfce4-terminal-0.4.5/terminal/terminal-widget.c +@@ -289,7 +289,7 @@ + return; + + /* check if we have a match */ +- match = vte_terminal_match_check (terminal, x / terminal->char_width, y / terminal->char_height, &tag); ++ match = vte_terminal_match_check (terminal, x / vte_terminal_get_char_width (terminal), y / vte_terminal_get_char_height (terminal), &tag); + if (G_UNLIKELY (match != NULL)) + { + /* prepend a separator to the menu if it does not already contain one */ +@@ -401,8 +401,8 @@ + { + /* middle-clicking on an URI fires the responsible application */ + match = vte_terminal_match_check (VTE_TERMINAL (widget), +- event->x / VTE_TERMINAL (widget)->char_width, +- event->y / VTE_TERMINAL (widget)->char_height, ++ event->x / vte_terminal_get_char_width (VTE_TERMINAL (widget)), ++ event->y / vte_terminal_get_char_height (VTE_TERMINAL (widget)), + &tag); + if (G_UNLIKELY (match != NULL)) + { +@@ -611,7 +611,7 @@ + terminal_widget_key_press_event (GtkWidget *widget, + GdkEventKey *event) + { +- GtkAdjustment *adjustment = VTE_TERMINAL (widget)->adjustment; ++ GtkAdjustment *adjustment = vte_terminal_get_adjustment (VTE_TERMINAL (widget)); + gboolean scrolling_single_line; + gboolean shortcuts_no_menukey; + gdouble value; +--- xfce4-terminal-0.4.5.orig/terminal/terminal-screen.c ++++ xfce4-terminal-0.4.5/terminal/terminal-screen.c +@@ -248,7 +248,7 @@ + NULL); + gtk_box_pack_start (GTK_BOX (screen), screen->terminal, TRUE, TRUE, 0); + +- screen->scrollbar = gtk_vscrollbar_new (VTE_TERMINAL (screen->terminal)->adjustment); ++ screen->scrollbar = gtk_vscrollbar_new (vte_terminal_get_adjustment (VTE_TERMINAL (screen->terminal))); + gtk_box_pack_start (GTK_BOX (screen), screen->scrollbar, FALSE, FALSE, 0); + g_signal_connect_after (G_OBJECT (screen->scrollbar), "button-press-event", G_CALLBACK (exo_noop_true), NULL); + gtk_widget_show (screen->scrollbar); +@@ -385,7 +385,7 @@ + } + else if (G_LIKELY (screen->terminal != NULL)) + { +- title = VTE_TERMINAL (screen->terminal)->window_title; ++ title = vte_terminal_get_window_title (VTE_TERMINAL (screen->terminal)); + } + + /* TRANSLATORS: title for the tab/window used when all other +@@ -618,7 +618,7 @@ + + case 'w': + /* window title from vte */ +- vte_title = VTE_TERMINAL (screen->terminal)->window_title; ++ vte_title = vte_terminal_get_window_title (VTE_TERMINAL (screen->terminal)); + if (G_UNLIKELY (vte_title == NULL)) + vte_title = _("Untitled"); + g_string_append (string, vte_title); +@@ -1108,12 +1108,12 @@ + #else + vte_terminal_get_padding (terminal, &xpad, &ypad); + #endif +- grid_width = (width - xpad) / terminal->char_width; +- grid_height = (height - ypad) / terminal->char_height; ++ grid_width = (width - xpad) / vte_terminal_get_char_width (terminal); ++ grid_height = (height - ypad) / vte_terminal_get_char_height (terminal); + + /* leave if there is nothing to resize */ +- if (terminal->column_count == grid_width +- && terminal->row_count == grid_height) ++ if (vte_terminal_get_column_count (terminal) == grid_width ++ && vte_terminal_get_row_count (terminal) == grid_height) + return; + + /* set the terminal size and resize the window if it is active */ +@@ -1416,8 +1416,8 @@ + if (!GTK_WIDGET_REALIZED (screen->terminal)) + gtk_widget_realize (screen->terminal); + +- *width_chars = VTE_TERMINAL (screen->terminal)->column_count; +- *height_chars = VTE_TERMINAL (screen->terminal)->row_count; ++ *width_chars = vte_terminal_get_column_count (VTE_TERMINAL (screen->terminal)); ++ *height_chars = vte_terminal_get_row_count (VTE_TERMINAL (screen->terminal)); + } + } + +@@ -1470,8 +1470,8 @@ + + hints.base_width = xpad; + hints.base_height = ypad; +- hints.width_inc = VTE_TERMINAL (screen->terminal)->char_width ; +- hints.height_inc = VTE_TERMINAL (screen->terminal)->char_height; ++ hints.width_inc = vte_terminal_get_char_width (VTE_TERMINAL (screen->terminal)); ++ hints.height_inc = vte_terminal_get_char_height (VTE_TERMINAL (screen->terminal)); + hints.min_width = hints.base_width + hints.width_inc * 4; + hints.min_height = hints.base_height + hints.height_inc * 2; + +@@ -1522,12 +1522,12 @@ + height = MAX (window_requisition.height - terminal_requisition.height, 0); + + if (force_columns < 0) +- columns = VTE_TERMINAL (screen->terminal)->column_count; ++ columns = vte_terminal_get_column_count (VTE_TERMINAL (screen->terminal)); + else + columns = force_columns; + + if (force_rows < 0) +- rows = VTE_TERMINAL (screen->terminal)->row_count; ++ rows = vte_terminal_get_row_count (VTE_TERMINAL (screen->terminal)); + else + rows = force_rows; + +@@ -1539,8 +1539,8 @@ + vte_terminal_get_padding (VTE_TERMINAL (screen->terminal), &xpad, &ypad); + #endif + +- width += xpad + VTE_TERMINAL (screen->terminal)->char_width * columns; +- height += ypad + VTE_TERMINAL (screen->terminal)->char_height * rows; ++ width += xpad + vte_terminal_get_char_width (VTE_TERMINAL (screen->terminal)) * columns; ++ height += ypad + vte_terminal_get_char_height (VTE_TERMINAL (screen->terminal)) * rows; + + if (GTK_WIDGET_MAPPED (window)) + gtk_window_resize (window, width, height); +@@ -1573,7 +1573,7 @@ + if (G_UNLIKELY (screen->custom_title != NULL)) + return terminal_screen_parse_title (screen, screen->custom_title); + +- vte_title = VTE_TERMINAL (screen->terminal)->window_title; ++ vte_title = vte_terminal_get_window_title (VTE_TERMINAL (screen->terminal)); + g_object_get (G_OBJECT (screen->preferences), + "title-mode", &mode, + "title-initial", &tmp,