summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-10 17:59:24 +0000
committerjmmv <jmmv>2004-02-10 17:59:24 +0000
commit0519f6ce17ea42f2a4405380682d9e1277c4d57c (patch)
tree41c61ebae832cb8421b7b2469df3d509743ccf51 /sysutils
parentcf71a04efc38c9b96b3a8edae107e1ce596974dd (diff)
downloadpkgsrc-0519f6ce17ea42f2a4405380682d9e1277c4d57c.tar.gz
Ensure that the "Start Here" link that gets created in the desktop has write
permissions for the owner. Bump PKGREVISION to 2.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/nautilus/Makefile4
-rw-r--r--sysutils/nautilus/distinfo3
-rw-r--r--sysutils/nautilus/patches/patch-ag13
3 files changed, 17 insertions, 3 deletions
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);