pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/nautilus Ensure that the "Start Here" link th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/de72f249ab13
branches: trunk
changeset: 468129:de72f249ab13
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue Feb 10 17:59:24 2004 +0000
description:
Ensure that the "Start Here" link that gets created in the desktop has write
permissions for the owner. Bump PKGREVISION to 2.
diffstat:
sysutils/nautilus/Makefile | 4 ++--
sysutils/nautilus/distinfo | 3 ++-
sysutils/nautilus/patches/patch-ag | 13 +++++++++++++
3 files changed, 17 insertions(+), 3 deletions(-)
diffs (45 lines):
diff -r ae1b4ede3949 -r de72f249ab13 sysutils/nautilus/Makefile
--- a/sysutils/nautilus/Makefile Tue Feb 10 17:58:07 2004 +0000
+++ b/sysutils/nautilus/Makefile Tue Feb 10 17:59:24 2004 +0000
@@ -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 -r ae1b4ede3949 -r de72f249ab13 sysutils/nautilus/distinfo
--- a/sysutils/nautilus/distinfo Tue Feb 10 17:58:07 2004 +0000
+++ b/sysutils/nautilus/distinfo Tue Feb 10 17:59:24 2004 +0000
@@ -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-ad) = 3a41dc22f3b0f76dc0efbc8efb71605be73a547a
SHA1 (patch-ae) = a67d8b7ba3a1b9a71958736ef4946be301e67124
SHA1 (patch-af) = dbdfb1e7e2103a3174fddaccad64868781052057
+SHA1 (patch-ag) = d01a15e0e0e624fcf7fee66d1aa3456a0639e643
diff -r ae1b4ede3949 -r de72f249ab13 sysutils/nautilus/patches/patch-ag
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/nautilus/patches/patch-ag Tue Feb 10 17:59:24 2004 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index