HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 5 and Version 6 of HaikuPorterForPM/BuildRecipes


Ignore:
Timestamp:
06/15/13 19:03:07 (2 years ago)
Author:
bonefish
Comment:

Add addAppDeskbarSymlink()

Legend:

Unmodified
Added
Removed
Modified
  • HaikuPorterForPM/BuildRecipes

    v5 v6  
    101101The following shell functions are defined by !HaikuPorter to make them available to the build recipe script: 
    102102 
     103==== addAppDeskbarSymlink() ==== 
     104 
     105 usage:: `addAppDeskbarSymlink <appPath> [ <entryName> ]` 
     106 purpose:: Creates a Deskbar symlink for an application. 
     107 params:: 
     108 - '''appPath:''' The absolute path to the application executable. 
     109 - '''entryName:''' The name of the application as it shall appear in the Deskbar. Can be omitted, in which case the file name of the application executable is used. 
     110 
    103111==== fixDevelopLibDirReferences() ==== 
    104112 
    … …  
    116124 purpose:: Moves the given entries to the packaging directory for the sibling package specified by `packageSuffix`. In effect, the given entries will not be put into the main package, but they will be put into the sibling package instead. 
    117125 params:: 
    118  - '''packageSuffix;''' The suffix of the sibling package where the entries should be moved to. 
    119  - '''entry;''' Specifies a single entry to be moved from the main package to the sibling package. The given entry paths can be absolute or relative to `$prefix`. 
     126 - '''packageSuffix:''' The suffix of the sibling package where the entries should be moved to. 
     127 - '''entry:''' Specifies a single entry to be moved from the main package to the sibling package. The given entry paths can be absolute or relative to `$prefix`. 
    120128 
    121129==== prepareInstalledDevelLib() ==== 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/