pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/nautilus Update to 2.6.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/f33f8db02136
branches: trunk
changeset: 477283:f33f8db02136
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Mon Jun 28 19:23:22 2004 +0000
description:
Update to 2.6.3:
Major changes since 2.6.2 are:
* Improved drag and drop responsiveness
* Set working directory of launched processes to current view directory
* Zooming fix
* Crash fixes
Major changes since 2.6.1 are:
* Accessibility/keynav/theming fixes
* Leak fixes
* .desktop file updates
* Fixed help buttons in the preferences dialog
* Portability fix
* Use initial click position to anchor icon dnd
* Crash fix in the file properties dialog
* Don't overlap the close icon and text label when the sidepane is very small.
diffstat:
sysutils/nautilus/Makefile | 5 ++---
sysutils/nautilus/PLIST | 3 ++-
sysutils/nautilus/distinfo | 7 +++----
sysutils/nautilus/patches/patch-ac | 16 ----------------
4 files changed, 7 insertions(+), 24 deletions(-)
diffs (67 lines):
diff -r 21b9683bc3cd -r f33f8db02136 sysutils/nautilus/Makefile
--- a/sysutils/nautilus/Makefile Mon Jun 28 19:22:37 2004 +0000
+++ b/sysutils/nautilus/Makefile Mon Jun 28 19:23:22 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2004/05/05 14:07:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.35 2004/06/28 19:23:22 jmmv Exp $
#
-DISTNAME= nautilus-2.6.1
-PKGREVISION= 1
+DISTNAME= nautilus-2.6.3
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus/2.6/}
EXTRACT_SUFX= .tar.bz2
diff -r 21b9683bc3cd -r f33f8db02136 sysutils/nautilus/PLIST
--- a/sysutils/nautilus/PLIST Mon Jun 28 19:22:37 2004 +0000
+++ b/sysutils/nautilus/PLIST Mon Jun 28 19:23:22 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/05/03 18:20:30 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/06/28 19:23:22 jmmv Exp $
bin/nautilus
bin/nautilus-file-management-properties
include/libnautilus/libnautilus.h
@@ -150,6 +150,7 @@
${PKGLOCALEDIR}/locale/sr@ije/LC_MESSAGES/nautilus.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/nautilus.mo
${PKGLOCALEDIR}/locale/th/LC_MESSAGES/nautilus.mo
+${PKGLOCALEDIR}/locale/tk/LC_MESSAGES/nautilus.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/nautilus.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/nautilus.mo
${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/nautilus.mo
diff -r 21b9683bc3cd -r f33f8db02136 sysutils/nautilus/distinfo
--- a/sysutils/nautilus/distinfo Mon Jun 28 19:22:37 2004 +0000
+++ b/sysutils/nautilus/distinfo Mon Jun 28 19:23:22 2004 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.11 2004/05/11 12:30:15 danw Exp $
+$NetBSD: distinfo,v 1.12 2004/06/28 19:23:22 jmmv Exp $
-SHA1 (nautilus-2.6.1.tar.bz2) = 0b00ee9d74b22ff0475a13e2e197884557b6da44
-Size (nautilus-2.6.1.tar.bz2) = 5610905 bytes
+SHA1 (nautilus-2.6.3.tar.bz2) = a46b34c9bae3e0dd3164fd89483c0ab4437eb4a0
+Size (nautilus-2.6.3.tar.bz2) = 5665374 bytes
SHA1 (patch-ab) = 60dc4cf38abd51d1d6353b07e6f0eabf2a748bf3
-SHA1 (patch-ac) = 75c58b7e59fc3743df5ef50c5684771de42dc93a
SHA1 (patch-ae) = a67d8b7ba3a1b9a71958736ef4946be301e67124
SHA1 (patch-af) = dbdfb1e7e2103a3174fddaccad64868781052057
SHA1 (patch-ag) = e8d2e55efb32bf0b684ba7a67c177bf849ae9045
diff -r 21b9683bc3cd -r f33f8db02136 sysutils/nautilus/patches/patch-ac
--- a/sysutils/nautilus/patches/patch-ac Mon Jun 28 19:22:37 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2004/04/01 18:38:03 jmmv Exp $
-
-http://bugzilla.gnome.org/show_bug.cgi?id=106227
-
---- libnautilus-private/nautilus-thumbnails.c.orig 2003-03-26 00:47:25.000000000 +1000
-+++ libnautilus-private/nautilus-thumbnails.c
-@@ -155,7 +155,9 @@ thumbnail_thread_starter_cb (gpointer da
- pthread_attr_init (&thread_attributes);
- pthread_attr_setdetachstate (&thread_attributes,
- PTHREAD_CREATE_DETACHED);
-+#ifdef _POSIX_THREAD_ATTR_STACKSIZE
- pthread_attr_setstacksize (&thread_attributes, 128*1024);
-+#endif
- #ifdef DEBUG_THUMBNAILS
- g_message ("(Main Thread) Creating thumbnails thread\n");
- #endif
Home |
Main Index |
Thread Index |
Old Index