| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: desktop-file-utils | Distribution: openSUSE 12.2 |
| Version: 0.20 | Vendor: openSUSE |
| Release: 2.1.2 | Build date: Mon Jul 16 13:54:55 2012 |
| Group: Development/Tools/Other | Build host: build27 |
| Size: 309911 | Source RPM: desktop-file-utils-0.20-2.1.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.freedesktop.org/wiki/Software/desktop-file-utils | |
| Summary: Utilities for Manipulating Desktop Files | |
This packages contains a couple of command line utilities for working with desktop files. More information about desktop files can be found at: http://freedesktop.org/wiki/Specifications/desktop-entry-spec
GPL-2.0+
* Tue Mar 06 2012 vuntz@opensuse.org
- Update to version 0.20:
+ desktop-file-install:
- fix list of locale strings without trailing slash
+ desktop-file-validate:
- add MATE and Razor to list of registered environments
- validate Desktop Actions
- Rebase desktop-file-utils-suse-keys.patch.
* Tue Dec 20 2011 vuntz@opensuse.org
- Update to version 0.19:
+ desktop-file-install:
- respect order of edit options
- add --add-not-show-in/--remove-not-show-in options
- add options to set Name, GenericName, Comment, Icon keys
- add --set-key/--set-value options to set an arbitrary key
- remove localized keys when setting/removing a key
- copy translations when copying a key
- create a desktop-file-edit symlink to desktop-file-install to
simply edit .desktop files (without having to pass --dir)
- look at RPM_BUILD_ROOT to know where to install desktop files
- minor UI improvements
+ desktop-file-validate:
- add Unity to list of registered environments
- deal with various zz-application/zz-winassoc-XXX mime types
- mark all zz-application/* MIME types as aliases
- add support for updated Keywords key
+ update-desktop-database:
- deal with various zz-application/zz-winassoc-XXX mime types
- mark all zz-application/* MIME types as aliases
- ignore desktop files with Hidden=true
+ misc:
- modernize build system a bit
- update man pages
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
- Remove /bin/rm and /bin/rmdir PreReq: those were only needed for
the old %postun scriptlet that got removed a while ago.
- Drop desktop-file-utils-unity.patch: fixed upstream.
- Rebase desktop-file-utils-suse-keys.patch.
* Wed Oct 19 2011 vuntz@opensuse.org
- Revert the MIME defaults heuristic changes: this won't work
without a glib2 patch that will not get in for now, and this
creates warnings in scriptlets.
* Wed Oct 05 2011 sbrabec@suse.cz
- Added MIME defaults heuristic (bnc#456026, fdo#30214).
* Sun Sep 18 2011 jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
* Mon Jul 25 2011 vuntz@opensuse.org
- Add desktop-file-utils-unity.patch: add Unity to list of accepted
desktop environments; taken from git.
* Sat Feb 19 2011 vuntz@opensuse.org
- Drop SuSEconfig.desktop-file-utils: we don't use SuSEconfig
anymore to run update-desktop-database, since we now rely on each
individual package to do that with the %desktop_database_post and
%desktop_database_postun macros.
- Remove %postun scriptlet: nothing will touch
/usr/local/share/applications/ automatically anymore, so removing
the files there won't be needed anymore.
* Tue Jan 18 2011 vuntz@opensuse.org
- Fix %desktop_database_postun macros to not call
update-desktop-database twice.
* Thu Jan 13 2011 vuntz@opensuse.org
- Update to version 0.18:
+ desktop-file-validate:
- accept x-scheme-handler/* mime types
+ update-desktop-database:
- sort mime types alphabetically in generated cache
- accept x-scheme-handler/* mime types
+ misc:
- improve build system
- minor documentation fixes
* Tue Oct 12 2010 lnussel@suse.de
- fix macros
* Thu Oct 07 2010 vuntz@opensuse.org
- Add rpm macros to update the mime database:
%desktop_database_post and %desktop_database_postun. This will
replace SuSEconfig.desktop-file-utils in the future, once we have
converted packages.
- Add a %post scriptlet to update the desktop database.
* Fri Sep 10 2010 vuntz@opensuse.org
- Update to version 0.17:
+ desktop-file-validate:
- accept chemical/* mime types as valid types
- make icon names with an extension for Icon key a non-fatal
error
+ update-desktop-database:
- accept chemical/* mime types as valid types
- ignore --verbose if --quiet is also passed
- make sure to always output lists in the keyfile we generate
+ misc:
- improve build system
- update documentation
- add man pages
- Tag desktop-file-utils-suse-keys.patch.
* Wed Mar 10 2010 vuntz@opensuse.org
- Update to version 0.16:
+ desktop-file-install
- do not unlink the destination file if it's the same as the
source file in desktop-file-install
+ desktop-file-validate
- check that a main category is included in the Categories
- check that categories required by another one are present
- do not always show warnings about KDE specific uses
- check that the Comment does not look like the Name and the
GenericName
- display error about multiple keys with the same name earlier
- improve MIME type check to make sure that the MIME types are
valid
- add LXDE in the list of registered OnlyShowIn values
- add "warning" to error strings to make them easily greppable
- handle AutostartCondition key, as proposed for the autostart
specification and used in GNOME
- accept empty Categories key as valid
- make new errors non-fatal to give some time to maintainers to
fix their .desktop file after a release of desktop-file-utils
- plug leak
- code cleanups
+ update-desktop-database
- improve MIME type check to make sure that the MIME types are
valid
- improve error messages
- fix format string vulnerability warning
+ misc
- use AM_SILENT_RULES
- improve build system
- Drop desktop-file-utils-LXDE-key.patch: fixed upstream.
- Manually install desktop-entry-mode.el since we don't want to add
a BuildRequires on emacs (that would introduce a build loop), and
recent automake require an installed emacs to install this file.
* Fri Feb 19 2010 vuntz@opensuse.org
- Make Requires on aaa_base unversioned: there was no reason to
version it, or at least not anymore; and this is needed for the
Moblin merge.
* Sun Dec 13 2009 andrea@opensuse.org
- added LXDE patch, since this is now a valide DE
* Thu Aug 20 2009 beineri@opensuse.org
- remove KDE3 traces (bnc#531122), will add to kdelibs3 package
* Mon Aug 17 2009 vuntz@novell.com
- Remove emacs-nox BuildRequires, and instead pass --with-lispdir
to configure to break a build loop.
- Update description.
/etc/rpm/macros.desktop-file-utils /usr/bin/desktop-file-edit /usr/bin/desktop-file-install /usr/bin/desktop-file-validate /usr/bin/update-desktop-database /usr/share/applications/mimeinfo.cache /usr/share/doc/packages/desktop-file-utils /usr/share/doc/packages/desktop-file-utils/AUTHORS /usr/share/doc/packages/desktop-file-utils/COPYING /usr/share/doc/packages/desktop-file-utils/ChangeLog /usr/share/doc/packages/desktop-file-utils/NEWS /usr/share/doc/packages/desktop-file-utils/README /usr/share/emacs /usr/share/emacs/site-lisp /usr/share/emacs/site-lisp/desktop-entry-mode.el /usr/share/man/man1/desktop-file-edit.1.gz /usr/share/man/man1/desktop-file-install.1.gz /usr/share/man/man1/desktop-file-validate.1.gz /usr/share/man/man1/update-desktop-database.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jun 10 10:57:58 2013