- make eog the default image viewer
This commit is contained in:
parent
e553b8203d
commit
89d3a1c017
@ -23,22 +23,24 @@ image/x-compressed-xcf=gimp-2.0.desktop
|
||||
image/x-xcf=gimp-2.0.desktop
|
||||
image/x-psd=gimp-2.0.desktop
|
||||
image/x-fits=gimp-2.0.desktop
|
||||
image/bmp=gtumb.desktop
|
||||
image/gif=gtumb.desktop
|
||||
image/jpeg=gtumb.desktop
|
||||
image/png=gtumb.desktop
|
||||
image/tiff=gtumb.desktop
|
||||
image/x-icb=gtumb.desktop
|
||||
image/x-ico=gtumb.desktop
|
||||
image/x-pcx=gtumb.desktop
|
||||
image/x-portable-anymap=gtumb.desktop
|
||||
image/x-portable-bitmap=gtumb.desktop
|
||||
image/x-portable-graymap=gtumb.desktop
|
||||
image/x-portable-pixmap=gtumb.desktop
|
||||
image/x-xbitmap=gtumb.desktop
|
||||
image/x-xpixmap=gtumb.desktop
|
||||
image/x-xwindowdump=gtumb.desktop
|
||||
image/svg+xml=gtumb.desktop
|
||||
image/bmp=gnome-eog.desktop
|
||||
image/gif=gnome-eog.desktop
|
||||
image/jpeg=gnome-eog.desktop
|
||||
image/jpg=gnome-eog.desktop
|
||||
image/pjpeg=gnome-eog.desktop
|
||||
image/png=gnome-eog.desktop
|
||||
image/tiff=gnome-eog.desktop
|
||||
image/x-icb=gnome-eog.desktop
|
||||
image/x-ico=gnome-eog.desktop
|
||||
image/x-pcx=gnome-eog.desktop
|
||||
image/x-portable-anymap=gnome-eog.desktop
|
||||
image/x-portable-bitmap=gnome-eog.desktop
|
||||
image/x-portable-graymap=gnome-eog.desktop
|
||||
image/x-portable-pixmap=gnome-eog.desktop
|
||||
image/x-xbitmap=gnome-eog.desktop
|
||||
image/x-xpixmap=gnome-eog.desktop
|
||||
image/x-xwindowdump=gnome-eog.desktop
|
||||
image/svg+xml=gnome-eog.desktop
|
||||
application/vnd.ms-word=openoffice.org-1.9-writer.desktop
|
||||
application/vnd.wordperfect=openoffice.org-1.9-writer.desktop
|
||||
application/vnd.sun.xml.writer=openoffice.org-1.9-writer.desktop
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Shared MIME information database
|
||||
Name: shared-mime-info
|
||||
Version: 0.16.cvs20060212
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://freedesktop.org/Software/shared-mime-info
|
||||
@ -37,7 +37,7 @@ make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
|
||||
install -m 644 %SOURCE1 $RPM_BUILD_ROOT/%{_datadir}/applications/defaults.list
|
||||
@ -62,6 +62,29 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 13 2006 Ray Strode <rstrode@redhat.com> - 0.16.cvs20060212-2
|
||||
- make eog the default image viewer
|
||||
|
||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.16.cvs20051219-2.1
|
||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||
|
||||
* Mon Jan 30 2006 Caolan McNamara <caolanm@redhat.com> - 0.16.cvs20051219-2
|
||||
- rh#179138# add openoffice.org as preferred app for oasis formats
|
||||
|
||||
* Mon Dec 19 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051219-1
|
||||
- Newer cvs snapshot
|
||||
|
||||
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Dec 1 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051201-1
|
||||
- Incorporate upstream changes
|
||||
|
||||
* Wed Nov 02 2005 John (J5) Palmieri <johnp@redhat.com> - 0.16.cvs20051018-2
|
||||
- Change all refs of eog to gthumb in defaults.list
|
||||
|
||||
* Tue Oct 18 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051018-1
|
||||
- Incorporate upstream changes
|
||||
* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> - 0.16.cvs20060212-1
|
||||
- Newer CVS snapshot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user