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
|
|
|
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)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
gimp2 added
|
Problem was that the gimp.desktop file was symlinked slightly off target.