thunderbird: add .desktop files.
--HG-- extra : convert_revision : f3394d5e6dfdea9028644113d0a5a87dd314ade4
This commit is contained in:
parent
c91a128e3e
commit
95540645b3
2 changed files with 27 additions and 4 deletions
10
srcpkgs/thunderbird/files/thunderbird.desktop
Normal file
10
srcpkgs/thunderbird/files/thunderbird.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Thunderbird
|
||||
Comment=Mail & News Reader
|
||||
Exec=thunderbird
|
||||
Icon=thunderbird.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Network;
|
||||
StartupNotify=true
|
|
@ -19,7 +19,20 @@ Mozilla Thunderbird is a redesign of the Mozilla mail component. The
|
|||
goal is to produce a cross platform stand alone mail application using
|
||||
the XUL user interface language. This version uses the gtk2 toolkit."
|
||||
|
||||
Add_dependency full zip
|
||||
Add_dependency full gtk+
|
||||
Add_dependency full alsa-lib
|
||||
Add_dependency full libIDL
|
||||
Add_dependency run libstdc++
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run xulrunner
|
||||
Add_dependency build zip
|
||||
Add_dependency build python
|
||||
Add_dependency build gtk+-devel
|
||||
Add_dependency build xulrunner-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
install -d ${DESTDIR}/usr/share/applications || return 1
|
||||
install -d ${DESTDIR}/usr/share/pixmaps || return 1
|
||||
install -m644 ${FILESDIR}/*.desktop \
|
||||
${DESTDIR}/usr/share/applications || return 1
|
||||
install -m644 ${wrksrc}/mail/branding/nightly/mailicon48.png \
|
||||
${DESTDIR}/usr/share/pixmaps/thunderbird.png || return 1
|
||||
}
|
Loading…
Reference in a new issue