2024-07-23 08:23:43 by Adam Ciarcinski | Files touched by this commit (5) |  |
Log message:
desktop-file-utils: updated to 0.27
Version 0.27
common
- Remove Autotools support.
- Minor updates to project documentation.
- Add pledge(2) support to remaining utilities (Antoine Jacoutot).
- Add --version support to utilities (fdo#64) (JakobDev).
desktop-file-validate
- Support desktop spec version 1.5 (fdo#59) (David King).
- Add LXQt to categories (fdo#63) (rezso).
- Use DDE category for Deepin desktop (Wang Zichong).
- Add Endless to list of desktop IDs (Philip Withnall).
- Fix field code escaping in messages (fdo#71).
desktop-entry-mode.el
- Highlight action groups when ID includes hyphens (Peter Oliver).
|
2023-12-07 23:28:44 by David Brownlee | Files touched by this commit (2) |
Log message:
Fix FILES_SUBST for APPLICATIONS_PATH & UPDATE_DESKTOPDB
Was broken in earlier change to allow apps to include desktopdb.mk
without buildlink3.mk to avoid always pulling in a full dependency
Thanks to Mark Davies for picking up the issue
Bump PKGREVISION
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-07-18 20:42:31 by Nia Alarie | Files touched by this commit (2) |
Log message:
sysutils: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES
|
2022-08-20 00:05:10 by David Brownlee | Files touched by this commit (3) |
Log message:
Switch desktopdb.mk to not depend on desktop-file-utils
Consumers of desktop entries still register a full dependency
on desktop-file-utils, but apps that install a .desktop file
in share/applications do not. They still have a POST-INSTALL
step to call UPDATE_DESKTOPDB, but only if it is already
installed.
Should be not functional difference for any system with a
consumer of desktop entries installed, but for an app
with a .desktop entry the build of python, meson & glib2
may be deferred. Helpful for small apps and lower power
systems
|
2022-08-09 14:08:36 by Jonathan Perkin | Files touched by this commit (72) |
Log message:
*: Remove hardcoded -liconv / -lintl on SunOS.
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2021-04-12 12:56:27 by Nia Alarie | Files touched by this commit (1) |
Log message:
desktop-file-utils: Set PYTHON_FOR_BUILD_ONLY
|