2020-10-25 13:45:52 by Nia Alarie | Files touched by this commit (1) |
Log message:
desktop-file-utils: Needs a c11 compiler
|
2020-09-01 12:21:55 by Amitai Schleier | Files touched by this commit (5) |
Log message:
Borrow patches from OpenBSD ports to fix build, adding pledge() and
unveil() support while we're at it. NFCI for other platforms.
|
2020-08-09 13:37:50 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
desktop-file-utils: Remove a patch for removed file
|
2020-07-31 11:17:53 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
desktop-file-utils: update to 0.26.
============
Version 0.26
============
This version fixes an error that snuck into the Meson build files in version
0.25. The Autotools build is unaffected. Since the previous release has only
been out for a day, Autotools support is maintained in this release.
update-desktop-database
- Fix erroneous installation as "desktop-file-update" when using the \
Meson
build system (fdo#58) (Antoine Jacoutot).
============
Version 0.25
============
This version adds support for the Meson build system and deprecates
Autotools. Support for the latter will be removed in the next release.
common
- Add Meson build system (fdo#14) (Félix Piédallu).
desktop-file-validate
- Allow desktop file spec version 1.4.
- Make it possible to deprecate keys starting with "X-" (Bastien Nocera).
- Add the "Implements" field from spec version 1.2 (fdo#55) (Dylan \
Baker).
- Add the "PrefersNonDefaultGPU" key and deprecate \
"X-KDE-RunOnDiscreteGpu"
(Bastien Nocera).
- Set locale for correct output message encoding (Philip Withnall).
- Add coloured output support (Philip Withnall).
- Fix parsing of escaped double quote in quoted strings (fdo#56). Found
by Frédéric Brière.
- Add GNOME Flashback, GNOME Classic desktops (Alberts Muktupāvels).
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-09-12 22:46:03 by Roland Illig | Files touched by this commit (2) |
Log message:
sysutils/desktop-file-utils: fix pkglint warnings
|
2019-08-16 11:29:33 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
desktop-file-utils: update to 0.24.
============
Version 0.24
============
desktop-file-validate
- Allow desktop file spec version 1.2 (Severin Glöckner).
- Add Budgie, Deepin, Enlightenment and Pantheon to list of
registered desktop environments (fdo#10, fdo#11, fdo#16, oldfdo#97385)
(Ikey Doherty, sensor.wen, Joonas Niilola, David Faure).
update-desktop-database
- Sort output lines internally to conserve reproduceability (fdo#12)
(Chris Lamb).
- Use pledge(2) on OpenBSD to limit capabilities (fdo#13) (Jasper Lievisse
Adriaanse).
common
- Fix missing ; when appending to a list not ending with one (oldfdo#97388)
(Pascal Terjan).
- Add font as valid media type (Matthias Clasen).
- Fix broken emacs blocking compile (fdo#15) (Hans Petter Jansson, reported
by John).
|
2019-06-04 15:05:28 by Maya Rashish | Files touched by this commit (1) |
Log message:
desktop-file-utils: link against libintl on SunOS. tested by wilbury, thanks.
|
2018-04-17 12:59:19 by Mark Davies | Files touched by this commit (3) |
Log message:
desktop-file-utils: Add font as valid media type
This was codified in RFC 8081, and some desktop apps are using
this now.
https://bugs.freedesktop.org/show_bug.cgi?id=105785
|