new official icon from sgarrity, containing padding for gnome-panel
This commit is contained in:
parent
42717a8176
commit
c8d56dfc45
@ -5,7 +5,7 @@ Name=Thunderbird Email
|
||||
GenericName=Email
|
||||
Comment=Send and Receive Email
|
||||
Exec=thunderbird
|
||||
Icon=thunderbird-icon.png
|
||||
Icon=thunderbird.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupWMClass=Thunderbird-bin
|
||||
|
BIN
thunderbird.png
Normal file
BIN
thunderbird.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
@ -16,7 +16,7 @@ Group: Applications/Internet
|
||||
Source0: thunderbird-%{version}-source.tar.bz2
|
||||
Source1: thunderbird.desktop
|
||||
# This icon is used with the permission of mozilla.org.
|
||||
Source2: thunderbird-icon.png
|
||||
Source2: thunderbird.png
|
||||
Source3: thunderbird.sh.in
|
||||
Source4: thunderbird-mozconfig
|
||||
Source5: release-notes.html
|
||||
@ -144,7 +144,7 @@ cd dist/bin
|
||||
cd -
|
||||
|
||||
# menu entry
|
||||
install -p -D %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/thunderbird-icon.png
|
||||
install -p -D %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/thunderbird.png
|
||||
desktop-file-install --vendor mozilla \
|
||||
--dir %{buildroot}%{_datadir}/applications \
|
||||
--add-category X-Red-Hat \
|
||||
@ -191,7 +191,7 @@ cd -
|
||||
%defattr(-,root,root,-)
|
||||
%attr(755,root,root) %{_bindir}/thunderbird
|
||||
%attr(644,root,root) %{_datadir}/applications/mozilla-thunderbird.desktop
|
||||
%attr(644,root,root) %{_datadir}/pixmaps/thunderbird-icon.png
|
||||
%attr(644,root,root) %{_datadir}/pixmaps/thunderbird.png
|
||||
%{tbdir}
|
||||
%doc release-notes.html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user