diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-12-28 21:45:59 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-12-28 21:45:59 +0000 |
commit | 8f0fb97bada907e06c260e770214b7e3b7e1befb (patch) | |
tree | 0f0fb7b8d10d0e3696d676e42146f91417d872f4 /sysutils | |
parent | e96c0f988f75d3f4b0d496b059b4d105c57eda6e (diff) | |
download | pkgsrc-8f0fb97bada907e06c260e770214b7e3b7e1befb.tar.gz |
Update to 2.8.2:
Major changes since 2.8.1 are:
* On mime mismatch, allow open with default app as open with
* On dnd of mozilla link, create desktop file with .desktop ending
* Delay activation when keyboard navigating in tree sidebar
* Add open new window menu item in browser mode
* Fix race condition that made up not alway select the folder
* Better error message when there is no handler for a file
* Fix throbber right-alignment with latest bonoboui
* Alt-up selects the directory you came from
* Display a frame on DnD hover if accepting
* Fix off-by-one bug in icon positioning on DnD
* Make creating new files in list view auto-rename
* Add the icon text to the DnD icon
* Add eject to volumes in free sidebar
* Don't close browser window when the showed path is unmounted
* Save browser window geometry
* Handle the new env vars for filesystem charset
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/nautilus/Makefile | 7 | ||||
-rw-r--r-- | sysutils/nautilus/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/nautilus/Makefile b/sysutils/nautilus/Makefile index cc10caec1a5..305fde3356b 100644 --- a/sysutils/nautilus/Makefile +++ b/sysutils/nautilus/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2004/10/30 04:35:26 minskim Exp $ +# $NetBSD: Makefile,v 1.42 2004/12/28 21:45:59 jmmv Exp $ # -DISTNAME= nautilus-2.8.1 -PKGREVISION= 1 +DISTNAME= nautilus-2.8.2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus/2.8/} EXTRACT_SUFX= .tar.bz2 @@ -26,6 +25,8 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} GCONF2_SCHEMAS= apps_nautilus_preferences.schemas +BUILDLINK_DEPENDS.eel2+= eel2>=2.8.2 + .include "../../audio/esound/buildlink3.mk" .include "../../devel/GConf2/schemas.mk" .include "../../devel/eel2/buildlink3.mk" diff --git a/sysutils/nautilus/distinfo b/sysutils/nautilus/distinfo index 4caafb43cb5..fa55ce88929 100644 --- a/sysutils/nautilus/distinfo +++ b/sysutils/nautilus/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2004/11/03 12:40:53 jmmv Exp $ +$NetBSD: distinfo,v 1.17 2004/12/28 21:45:59 jmmv Exp $ -SHA1 (nautilus-2.8.1.tar.bz2) = 76ef92ee99365c56528b16ba5edf1f652edcc97f -Size (nautilus-2.8.1.tar.bz2) = 5767420 bytes +SHA1 (nautilus-2.8.2.tar.bz2) = cf85656656550d1e8c4be405434cd3e81c7ad7bb +Size (nautilus-2.8.2.tar.bz2) = 5808170 bytes SHA1 (patch-ab) = 60dc4cf38abd51d1d6353b07e6f0eabf2a748bf3 SHA1 (patch-ae) = a67d8b7ba3a1b9a71958736ef4946be301e67124 SHA1 (patch-af) = dbdfb1e7e2103a3174fddaccad64868781052057 |