From 190d8877a4abe47f40b2ce7ddd6a90f4aa9558b2 Mon Sep 17 00:00:00 2001 From: jmmv Date: Tue, 10 Feb 2004 17:59:24 +0000 Subject: Ensure that the "Start Here" link that gets created in the desktop has write permissions for the owner. Bump PKGREVISION to 2. --- sysutils/nautilus/Makefile | 4 ++-- sysutils/nautilus/distinfo | 3 ++- sysutils/nautilus/patches/patch-ag | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 sysutils/nautilus/patches/patch-ag (limited to 'sysutils/nautilus') diff --git a/sysutils/nautilus/Makefile b/sysutils/nautilus/Makefile index 4bf05d959dc..5072f2091d8 100644 --- a/sysutils/nautilus/Makefile +++ b/sysutils/nautilus/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2004/02/09 18:47:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.21 2004/02/10 17:59:24 jmmv Exp $ # DISTNAME= nautilus-2.4.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus/2.4/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/nautilus/distinfo b/sysutils/nautilus/distinfo index 18f227f6165..88b78bcb2a5 100644 --- a/sysutils/nautilus/distinfo +++ b/sysutils/nautilus/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/02/06 22:30:23 jmmv Exp $ +$NetBSD: distinfo,v 1.7 2004/02/10 17:59:24 jmmv Exp $ SHA1 (nautilus-2.4.2.tar.bz2) = 16e8e6bb2a8263d32358fd03c9d11663f09f7421 Size (nautilus-2.4.2.tar.bz2) = 5687876 bytes @@ -8,3 +8,4 @@ SHA1 (patch-ac) = ee6b0d6df93fa3aa44ab86754322067f586dd0e2 SHA1 (patch-ad) = 3a41dc22f3b0f76dc0efbc8efb71605be73a547a SHA1 (patch-ae) = a67d8b7ba3a1b9a71958736ef4946be301e67124 SHA1 (patch-af) = dbdfb1e7e2103a3174fddaccad64868781052057 +SHA1 (patch-ag) = d01a15e0e0e624fcf7fee66d1aa3456a0639e643 diff --git a/sysutils/nautilus/patches/patch-ag b/sysutils/nautilus/patches/patch-ag new file mode 100644 index 00000000000..7560d135aba --- /dev/null +++ b/sysutils/nautilus/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2004/02/10 17:59:24 jmmv Exp $ + +--- src/nautilus-application.c.orig 2003-10-21 14:52:52.000000000 +0200 ++++ src/nautilus-application.c +@@ -346,6 +346,8 @@ create_starthere_link_callback (gpointer + g_warning ("Failed to execute command '%s'\n", cmd); + } + ++ chmod(desktop_link_file, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); ++ + g_free (desktop_path); + g_free (desktop_link_file); + g_free (cmd); -- cgit v1.2.3