diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-13 16:33:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-13 16:33:42 +0000 |
commit | a84b08bc7e74f7f5ace2fdcb7391640dfbac95ed (patch) | |
tree | d52838961c4dd7b206b8a4c131b22ab7757469c1 /net/gtm | |
parent | 54dfcb04c346934c25fecba7fdba2eca3a4d1a0d (diff) | |
download | pkgsrc-a84b08bc7e74f7f5ace2fdcb7391640dfbac95ed.tar.gz |
Update to 0.4.6, provided by Mario Kemper in pkg/12309.
Changes:
* New dialog box to add a list of files to be downloaded differing
only in a sequence number (code contributed by Matthew Tuck
<matty@chariot.net.au>).
* Fixed lot of error messages showing when network was down (thanks
to Gianluca Montecchi <gianluca@pluto.linux.it> for the patch)
* Scroll the file list to make the file just started visible
(automatically or manually started)
* Applet properly resizes to different panel sizes
* Fixed incorrect CORBA communication error messages reported to the
user
* Applet transparency problems solved. Now the applet properly
sets its background with different GTK themes and panel backgrounds
* GTM and GTM applet now set their icons (looks cool when iconized)
* Fixed wget timeout bad argument
* Added ability to drag files from GTM, also the new file dialogs
now accept drag data.
Diffstat (limited to 'net/gtm')
-rw-r--r-- | net/gtm/Makefile | 6 | ||||
-rw-r--r-- | net/gtm/files/md5 | 4 | ||||
-rw-r--r-- | net/gtm/pkg/PLIST | 13 |
3 files changed, 17 insertions, 6 deletions
diff --git a/net/gtm/Makefile b/net/gtm/Makefile index 8951608b3b1..dfcdcc78fd3 100644 --- a/net/gtm/Makefile +++ b/net/gtm/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 18:18:57 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/13 16:33:42 wiz Exp $ -DISTNAME= gtm-0.4.5 +DISTNAME= gtm-0.4.6 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtm/} -MAINTAINER= magick@bundy.lip.owl.de +MAINTAINER= magick@zhadum.de HOMEPAGE= http://gtm.sourceforge.net/ COMMENT= Gnome Transfer Manager diff --git a/net/gtm/files/md5 b/net/gtm/files/md5 index 4d3630d81fe..0da6bb5b360 100644 --- a/net/gtm/files/md5 +++ b/net/gtm/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/07/28 06:27:14 tron Exp $ +$NetBSD: md5,v 1.2 2001/03/13 16:33:42 wiz Exp $ -MD5 (gtm-0.4.5.tar.gz) = d894e7e408027d134f8275ac0a9f35eb +SHA1 (gtm-0.4.6.tar.gz) = 0f600cbebcc401b70d965419badd0fdf65e4f546 diff --git a/net/gtm/pkg/PLIST b/net/gtm/pkg/PLIST index 85ab12340e5..6dd530a0eb1 100644 --- a/net/gtm/pkg/PLIST +++ b/net/gtm/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2000/09/17 21:48:23 tron Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/03/13 16:33:42 wiz Exp $ bin/gtm_applet bin/gtm etc/sound/events/gtm.soundlist @@ -16,6 +16,17 @@ share/locale/da/LC_MESSAGES/gtm.mo share/locale/pt_BR/LC_MESSAGES/gtm.mo share/locale/uk/LC_MESSAGES/gtm.mo share/locale/tr/LC_MESSAGES/gtm.mo +share/locale/ca/LC_MESSAGES/gtm.mo +share/locale/el/LC_MESSAGES/gtm.mo +share/locale/et/LC_MESSAGES/gtm.mo +share/locale/fi/LC_MESSAGES/gtm.mo +share/locale/gl/LC_MESSAGES/gtm.mo +share/locale/hu/LC_MESSAGES/gtm.mo +share/locale/ja/LC_MESSAGES/gtm.mo +share/locale/ro/LC_MESSAGES/gtm.mo +share/locale/sk/LC_MESSAGES/gtm.mo +share/locale/sl/LC_MESSAGES/gtm.mo +share/locale/sv/LC_MESSAGES/gtm.mo share/pixmaps/gtm.png share/idl/Gtm.idl share/gnome/help/gtm/C/index.html |