summaryrefslogtreecommitdiff
path: root/Build/InstallDesktopFile.hs
Commit message (Collapse)AuthorAge
* where indentingGravatar Joey Hess2012-11-11
|
* OSX: Stop installing non-self-contained webapp into Desktop directory.Gravatar Joey Hess2012-10-21
| | | | This was a stopgap, and we have the self-contained webapp now.
* fix name of path to osx app directoryGravatar Joey Hess2012-10-06
|
* moveGravatar Joey Hess2012-10-01
|
* osx build fixGravatar Joey Hess2012-09-29
|
* standalone linux app nearly readyGravatar Joey Hess2012-09-28
| | | | also made several fixes that apply to the OSX app
* Always do a system wide installation when DESTDIR is set. Closes: #689052Gravatar Joey Hess2012-09-28
|
* install a git-annex-shell shim script when the standalone OSX app runsGravatar Joey Hess2012-09-26
| | | | | | | I put it in ~/.ssh/ because there's no reliable way to get it into PATH, and OSX ssh doesn't even honor user's PATH by default. authorized_keys generators will need to check if it's there. Not done yet.
* make the standalone OSX app automatically install itself when runGravatar Joey Hess2012-09-26
|
* file name changedGravatar Joey Hess2012-09-25
|
* use copyFile (supports binary icon file)Gravatar Joey Hess2012-09-23
|
* install in /ApplicationsGravatar Joey Hess2012-09-23
|
* install Jimmy's .app on OS XGravatar Joey Hess2012-09-23
| | | | | | | I'm guessing that ~/Desktop/git-annex.app will be visiable. For the system-wide installation, I don't know where to put it, though somewhere in /Library seems likely.
* flip catchDefaultIOGravatar Joey Hess2012-09-17
|
* typosGravatar Joey Hess2012-09-06
|
* install a .command file on OSX in the DesktopGravatar Joey Hess2012-09-06
|
* make directoryGravatar Joey Hess2012-09-06
|
* honor destdir for osx tooGravatar Joey Hess2012-09-06
|
* write a OSX autostart fileGravatar Joey Hess2012-09-06
| | | | Not tested.
* honor DESTDIRGravatar Joey Hess2012-09-06
|
* use the ~/.config/git-annex/program file to find command when running transfersGravatar Joey Hess2012-08-27
|
* Fix imports and casing in Build.InstallDesktopFileGravatar Nicolas Pouillard2012-08-02
|
* only write data file when installing as normal userGravatar Joey Hess2012-08-02
|
* full autostart supportGravatar Joey Hess2012-08-02
| | | | | | | | git annex assistant --autostart will start separate daemons in each listed autostart repo running the webapp outside any git-annex repo will open it on the first listed autostart repo
* install autostart file tooGravatar Joey Hess2012-08-01
|
* hook desktop menu file installation into makefile and cabalGravatar Joey Hess2012-08-01