8ae0c7630c
Ebuild based on Fitzcarraldo's ebuild [1] for 3.4.5 with a bit of cleanup, this ebuild will work on both x86 and amd64 with the same manifest, due to the design of the original ebuild, that was not the case. This also includes a seperate .desktop and icon file included. 1. http://forums.gentoo.org/viewtopic-t-789777.html
12 lines
210 B
Desktop File
Executable File
12 lines
210 B
Desktop File
Executable File
#!/usr/bin/env xdg-open
|
|
[Desktop Entry]
|
|
Version=1.0
|
|
Encoding=UTF-8
|
|
Type=Application
|
|
Name=DavMail Gateway
|
|
Comment=Exchange connector
|
|
Icon=davmail
|
|
Terminal=false
|
|
Categories=Office;Email;
|
|
Exec=/opt/bin/davmail.sh
|