summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-06-28 19:23:22 +0000
committerjmmv <jmmv@pkgsrc.org>2004-06-28 19:23:22 +0000
commitb37eced7023023532c8cbbf1cfaebc001e006352 (patch)
tree0077da9fe7daffd9d8d6a33306d71d96c505476a
parent04705e7382f67a367c9dd46f021c4108f0148bfc (diff)
downloadpkgsrc-b37eced7023023532c8cbbf1cfaebc001e006352.tar.gz
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.
-rw-r--r--sysutils/nautilus/Makefile5
-rw-r--r--sysutils/nautilus/PLIST3
-rw-r--r--sysutils/nautilus/distinfo7
-rw-r--r--sysutils/nautilus/patches/patch-ac16
4 files changed, 7 insertions, 24 deletions
diff --git a/sysutils/nautilus/Makefile b/sysutils/nautilus/Makefile
index 4df54ab08cd..a8acc86a3c5 100644
--- a/sysutils/nautilus/Makefile
+++ b/sysutils/nautilus/Makefile
@@ -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 --git a/sysutils/nautilus/PLIST b/sysutils/nautilus/PLIST
index ec45f24de1e..e8181dba6a8 100644
--- a/sysutils/nautilus/PLIST
+++ b/sysutils/nautilus/PLIST
@@ -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@Latn/LC_MESSAGES/nautilus.mo
${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 --git a/sysutils/nautilus/distinfo b/sysutils/nautilus/distinfo
index f0116fe738c..abea90b6592 100644
--- a/sysutils/nautilus/distinfo
+++ b/sysutils/nautilus/distinfo
@@ -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 --git a/sysutils/nautilus/patches/patch-ac b/sysutils/nautilus/patches/patch-ac
deleted file mode 100644
index 12f0668c018..00000000000
--- a/sysutils/nautilus/patches/patch-ac
+++ /dev/null
@@ -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