| 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: SUSE Linux Enterprise 15 |
| Version: 0.26 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150400.3.3.1 | Build date: Thu Oct 26 13:49:37 2023 |
| Group: Development/Tools/Other | Build host: ibs-power9-11 |
| Size: 542892 | Source RPM: desktop-file-utils-0.26-150400.3.3.1.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://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-or-later
* Wed Oct 25 2023 antonio.teixeira@suse.com
- Add patches to support Desktop entry spec 1.5 (bsc#1216357):
* 0001-validate-support-SingleMainWindow-key-from-1.5.patch
* 0002-validate-Support-version-1.5.patch
* Tue Sep 07 2021 avvissu@yandex.by
- suse-update-mime-defaults: add Pantheon desktop environment
* Thu Jul 16 2020 andythe_great@pm.me
- Clean spec file.
* Mon Jun 29 2020 cunix@mail.de
- Update to version 0.26:
* Support for Autotools removed in the next release.
* update-desktop-database
+ Fix erroneous installation as "desktop-file-update"
when using the Meson build system
- Update to version 0.25:
* common
+ Add Meson build system
* desktop-file-validate
+ Allow desktop file spec version 1.4.
+ Make it possible to deprecate keys starting with "X-".
+ Add the "Implements" field from spec version 1.2.
+ Add the "PrefersNonDefaultGPU" key and deprecate "X-KDE-RunOnDiscreteGpu".
+ Set locale for correct output message encoding.
+ Add coloured output support.
+ Fix parsing of escaped double quote in quoted strings.
+ Add GNOME Flashback, GNOME Classic desktops.
- desktop-file-utils-suse-keys.patch rebased.
- Switched to Meson build system.
- "--with-lispdir" deleted because no build loop anymore visible.
- "install_man_desktop-file-edit_as_symlink.patch" added to install
duplicated manual page as a symlink instead of a file copy with
help from added script "install_man.py".
* Wed Jul 31 2019 bjorn.lie@gmail.com
- Update to version 0.24:
+ Allow desktop file spec version 1.2.
+ Add Budgie, Deepin, Enlightenment and Pantheon to list of
registered desktop environments.
+ Sort output lines internally to conserve reproducibility.
+ Use pledge(2) on OpenBSD to limit capabilities.
+ Fix missing ; when appending to a list not ending with one.
+ Add font as valid media type (bsc#1148080).
+ Fix broken emacs blocking compile.
- Drop desktop-file-utils-add-Pantheon.patch: Fixed upstream.
- Drop no longer needed manual install of emacs lisp file.
- Use modern macros.
* Wed Jul 31 2019 sbrabec@suse.com
- Remove BuildRequires: xz. Unpacking xz now works out of the box.
- Mute %filetriggerpostun on uninstall.
* Fri Jul 19 2019 sbrabec@suse.com
- Revert pkconfig package name change back to correct pkg-config.
* Wed Jun 19 2019 qzhao@suse.com
- Add desktop-file-utils-add-Pantheon.patch: Backporting upstream
patch to Add Pantheon to desktop env list(fdo#105785 bnc#1094774).
* Wed May 08 2019 dimstar@opensuse.org
- Move RPM macros to %_rpmmacrodir.
* Fri Mar 02 2018 crrodriguez@opensuse.org
- suse-update-mime-defaults requires coreutils and awk
add both to package requires
* Mon Oct 09 2017 sbrabec@suse.com
- suse-update-mime-defaults: Do not be confused by "r" environment
variable. Requires DESTDIR=/foo command line argument instead
(boo#1049867).
* Thu Jun 22 2017 dimstar@opensuse.org
- Replace %desktop_database_post/postun with respective file
triggers in desktop-file-utils: any file put into
/usr/share/applications will trigger the execution of the script.
In order to not break the macros short-term they are being
redefined to %nil.
* Sat Oct 15 2016 zaitor@opensuse.org
- Update to version 0.23:
+ Accept version 1.1 desktop files.
+ Add Cinnamon, EDE and LXQt to the list of registered desktop
environments (fdo#73497, fdo#56353, fdo#79561).
+ Allow multipart/related MIME type; it's used for MHTML
(fdo#93376).
+ Ensure DBusActivatable filenames conform to reverse-DNS
notation (fdo#66904).
+ Downgrade trailing semicolons to optional (fdo#76902).
+ Fix buffer over-read (fdo#94303).
- Drop upstreamed fixed patches:
+ desktop-file-utils-fdo94303-fix-buffer-over-read.patch.
+ U_add-Cinnamon-desktop-environment_50271fe.patch.
+ U_add-EDE-desktop-environment_97d6ba3.patch.
+ U_trailing-semicolons-are-optional_aec5711.patch.
- Rebase desktop-file-utils-suse-keys.patch.
* Wed Oct 12 2016 dimstar@opensuse.org
- Use standardized patch tags as documented at
https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines.
* Tue May 24 2016 dimstar@opensuse.org
- Fix suse-update-mime-defaults: Ensure the directory structure to
write the cache info to is in place (boo#976973).
* Mon May 09 2016 hpj@suse.com
- Add desktop-file-utils-fdo94303-fix-buffer-over-read.patch
(fdo#94303).
* Wed Apr 13 2016 hpj@suse.com
- Update to GNOME 3.20 Fate#318572
* Tue Mar 10 2015 tchvatal@suse.com
- Cleanup with spec-cleaner
- Update suse-update-mime-defaults to search subfolders for desktop
files by changing to find from simple ls bnc#867135
* Mon Jan 05 2015 dimstar@opensuse.org
- http://standards.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html
+ the mime app list is now called $desktop-mimeapps.list in place
of $desktop-defaults.list. Each DE is allowed to have 'better'
defaults.
* Mon Dec 15 2014 stefan.bruens@rwth-aachen.de
- Add U_trailing-semicolons-are-optional_aec5711.patch
bfo#76902, fixes a no longer correct rpmlint warning for some
upstream desktop files without trailing semicolon
- Add U_add-EDE-desktop-environment_97d6ba3.patch,
U_add-Cinnamon-desktop-environment_50271fe.patch
bfo#56353, bfo#73497
/usr/bin/desktop-file-edit /usr/bin/desktop-file-install /usr/bin/desktop-file-validate /usr/bin/suse-update-mime-defaults /usr/bin/update-desktop-database /usr/lib/rpm/macros.d/macros.desktop-file-utils /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/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/licenses/desktop-file-utils /usr/share/licenses/desktop-file-utils/COPYING /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 Mar 9 16:30:14 2026