summaryrefslogtreecommitdiff
path: root/x11/gnome2-terminal
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-04-01 18:50:21 +0000
committerjmmv <jmmv>2004-04-01 18:50:21 +0000
commitd5339c07a6d5a7495c4eb88f86068a05cbaa0106 (patch)
treef4c7db75461c60b1fd54dca7719bd1d9bd41ac53 /x11/gnome2-terminal
parentd676b0e347f607afb89d55f9053733717644358b (diff)
downloadpkgsrc-d5339c07a6d5a7495c4eb88f86068a05cbaa0106.tar.gz
Update to 2.6.0. Changes since previous stable branch (2.4.x):
2.6.0 ===== - Make new tabs/windows open in the current directory of the current tab. - Handle icon and window titles separately when needed. - Set window roles on all windows, so that window managers can use this information. - Lots of changes so that the interface follows the HIG more closely and plays well and consistently with the rest of GNOME, becoming in general more usable. This includes from wording changes to various rearrangements in the interface to behaviour changes.- Updated and enhanced manual. - Better URL recognition. - Some accessibility improvements. - Better handling of session saving. - Lots of amazing work by translators; since last time, we have added Tamil, Norwegian Nynorsk, Croatia/Hrvatska, Thai and Canadian English. - Moved to the new GTK+ widgets in most places. - Fixed quite a few bugs and memory leaks. Thanks go to everybody who participated in this: translators, documenters, bug herders, testers, bug reporters and a big et caetera. 2.5.90 ====== - Fixed an accelerator clash in the popup, caught by Ben Maurer. - Code cleanups in accessilibity code, spotted by Padraig O'Briain - Updated translations: Mətin Əmirov (az), Miloslav Trmac (cs), Ole Laursen (da), Christian Neumair (de), Kostas Papadimas (el), Francisco Javier F. Serrador (es), Christophe Merlet (fr), Takeshi AIHANA (ja), Žygimantas Beručka (lt), Sanlig Badral (mn), Vincent van Adrighem (nl), Kjartan Maraas (no), Artur Flinta (pl), Duarte Loreto (pt), Laurent Dhima (sq), Danilo Šegan (sr), Christian Rose (sv). - New translations: Adam Weinberger (en_CA), Chatchawarn Hansakunbuntheung and Chanchai Junlouchai (th). 2.5.5 ===== - Fixed a crash under IceWM, thanks to Owen, who “spent quite some time looking at protocol traces”. - Use the new file chooser, now that libgnomeui allows us to do that. - Be better w.r.t. a11y; Muktha Narayan. - A couple of minor miscellaneous fixes. - Updated translations: Mətin Əmirov (az), Miloslav Trmac (cs), Nikos Charonitakis (el), Francisco Javier F. Serrador (es), Pauli Virtanen (fi), Christophe Merlet (RedFox) (fr), Takeshi AIHANA (ja), Young-Ho Cha (ko), Daniel van Eeden (nl), Kjartan Maraas (no), Gnome PL Team (pl), Laurent Dhima (sq), Слободан Средојевић (sr), Christian Rose (sv), Maxim Dziumanenko (uk). 2.5.4 ===== - Fixed saving the geometry of windows with tabs to the session. - Be smarter on Solaris (Robert Basch) - Use the new GTK+ API in more places. - Make keyboard shortcuts work even when the menubar is hidden. - Updated translations: Arafat Medini (ar), Mətin Əmirov (az), Miloslav Trmac (cs), Ole Laursen (da), Christian Neumair (de), Francisco Javier F. Serrador (es), Christophe Merlet (RedFox) (fr), Alastair McKinstry (ga), Robert Sedak (hr), Takeshi AIHANA (ja), Young-Ho Cha (ko), Žygimantas Beručka (lt), Sanlig Badral (mn), Daniel van Eeden (nl), Åsmund Skjæveland (nn), Kjartan Maraas (no), Gnome PL Team (pl), Duarte Loreto (pt), Laurent Dhima (sq), Слободан Средојевић (sr). 2.5.1 ===== - Fixed the navigation among notebook tabs. - Make sure the profile editor sets mnemonic widgets on things so that we are nice to gnopernicus/GOK users. - Updates to the manual. - Follow the HIG and the GDSG more closely. - Make uris go through gnome_vfs_make_uri_from_input so that things like www.gnome.org are properly handled (Behdad Esfahbod). 2.5.0 ===== Thanks to Kjartan Maraas for hunting memleaks, and the translation team. - Make new windows/tabs open in the current tab's working directory, and make factory calls start shells in the directory current at the call. - Fixed a couple of crasher bugs. - Fixed a couple of ngettext related problems. - Various UI enhancements in menus, key navigation et caetera. - Make sensible use of xterm's control sequences for setting icon titles. - Set roles on all windows, so that window managers can use them. - Fix a few memory leaks, found by Kjartan Maraas.
Diffstat (limited to 'x11/gnome2-terminal')
-rw-r--r--x11/gnome2-terminal/Makefile7
-rw-r--r--x11/gnome2-terminal/PLIST10
-rw-r--r--x11/gnome2-terminal/distinfo6
3 files changed, 14 insertions, 9 deletions
diff --git a/x11/gnome2-terminal/Makefile b/x11/gnome2-terminal/Makefile
index 6a378fb9e34..86c9357a1c8 100644
--- a/x11/gnome2-terminal/Makefile
+++ b/x11/gnome2-terminal/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.27 2004/03/26 02:27:59 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2004/04/01 18:50:21 jmmv Exp $
#
-DISTNAME= gnome-terminal-2.4.2
+DISTNAME= gnome-terminal-2.6.0
PKGNAME= ${DISTNAME:S/-/2-/}
-PKGREVISION= 5
CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-terminal/2.4/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-terminal/2.6/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= sab@posix.org.uk
diff --git a/x11/gnome2-terminal/PLIST b/x11/gnome2-terminal/PLIST
index 5fbf1713c54..6a547452ef6 100644
--- a/x11/gnome2-terminal/PLIST
+++ b/x11/gnome2-terminal/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/01/08 20:58:39 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/04/01 18:50:21 jmmv Exp $
bin/gnome-terminal
lib/bonobo/servers/gnome-terminal.server
share/application-registry/gnome-terminal.applications
@@ -72,6 +72,7 @@ ${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gnome-terminal.mo
+${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/et/LC_MESSAGES/gnome-terminal.mo
@@ -82,6 +83,7 @@ ${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/gnome-terminal.mo
+${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/id/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gnome-terminal.mo
@@ -94,6 +96,7 @@ ${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gnome-terminal.mo
+${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gnome-terminal.mo
@@ -107,6 +110,7 @@ ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/gnome-terminal.mo
+${PKGLOCALEDIR}/locale/th/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gnome-terminal.mo
${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gnome-terminal.mo
@@ -125,6 +129,7 @@ share/omf/gnome-terminal/gnome-terminal-sv.omf
share/omf/gnome-terminal/gnome-terminal-zh_CN.omf
share/omf/gnome-terminal/gnome-terminal-zh_TW.omf
share/pixmaps/gnome-terminal.png
+@comment in xdg-dirs: @dirrm share/pixmaps
@dirrm share/omf/gnome-terminal
@comment in scrollkeeper: @dirrm share/omf
@dirrm share/gnome/help/gnome-terminal/zh_TW/figures
@@ -154,5 +159,6 @@ share/pixmaps/gnome-terminal.png
@dirrm share/gnome-terminal/glade
@dirrm share/gnome-terminal
@comment in GConf2: @dirrm share/gconf/schemas
-@comment in gnome2-dirs: @dirrm share/applications
+@comment in xdg-dirs: @dirrm share/applications
+@comment in xdg-dirs: @dirrm share/application-registry
@comment in libbonobo: @dirrm lib/bonobo/servers
diff --git a/x11/gnome2-terminal/distinfo b/x11/gnome2-terminal/distinfo
index ac024120ffd..e06f392fed7 100644
--- a/x11/gnome2-terminal/distinfo
+++ b/x11/gnome2-terminal/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2004/01/10 04:56:14 xtraeme Exp $
+$NetBSD: distinfo,v 1.8 2004/04/01 18:50:21 jmmv Exp $
-SHA1 (gnome-terminal-2.4.2.tar.bz2) = 991969769afc6b151bb345b1f4e4c064fe85fa16
-Size (gnome-terminal-2.4.2.tar.bz2) = 1658743 bytes
+SHA1 (gnome-terminal-2.6.0.tar.bz2) = 62b146d51ba43ee399e1f894e382f75780234b72
+Size (gnome-terminal-2.6.0.tar.bz2) = 1911916 bytes