Opened 18 years ago

Closed 18 years ago

Last modified 8 years ago

#9151 closed defect (fixed)

broken gimp.desktop link in gimp2 portfile (patch provided)

Reported by: rhwood@… Owned by: yves@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port: gimp2

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/gimp2/Portfile,v
retrieving revision 1.34
diff --unified=3 -r1.34 Portfile
--- Portfile	27 May 2006 18:42:35 -0000	1.34
+++ Portfile	28 May 2006 19:12:46 -0000
@@ -37,9 +37,9 @@
                  --mandir=${prefix}/share/man
 
 post-destroot {
-    cd ${destroot}${prefix}/share
-    file mkdir applications
-	system "ln -s gimp/2.0/misc/gimp.desktop applications/gimp.desktop"
+	file mkdir ${destroot}${prefix}/share/applications
+	cd ${destroot}${prefix}/share/applications
+	system "ln -s ../gimp/2.0/misc/gimp.desktop gimp.desktop"
 }
 
 variant enable_python {

Change History (3)

comment:1 Changed 18 years ago by rhwood@…

Problem was that the gimp.desktop file was symlinked slightly off target.

comment:2 Changed 18 years ago by yves@…

Resolution: fixed
Status: newclosed

committed - thanks

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: gimp2 added
Note: See TracTickets for help on using tickets.