aboutsummaryrefslogtreecommitdiff
path: root/Build/InstallDesktopFile.hs
Commit message (Collapse)AuthorAge
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* Install XDG desktop icon files.Gravatar Joey Hess2013-07-09
| | | | | | | | | | | | | | | | The icon files will be installed when running make install or cabal install. Did not try to run update-icon-caches, since I think it's debian specific, and dh_icons will take care of that for the Debian package. Using the favicon as a 16x16 icon. At 24x24 the svg displays pretty well, although the dotted lines are rather faint. The svg is ok at all higher resolutions. The standalone linux build auto-installs the desktop and autostart files when run. I have not made it auto-install the icon file too, because a) that would take more work to include them in the tarball and find them b) it would need to be an install to ~/.icons/, and I don't know if that really works!
* fix buildGravatar Joey Hess2013-04-24
|
* split out libraryGravatar Joey Hess2013-04-17
|
* argleGravatar Joey Hess2013-04-17
|
* remove module definitions for these standalone programsGravatar Joey Hess2013-04-17
| | | | | Sometimes ghc --make skips building these binaries, as it sees no Main module.
* 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