Path to this page:
./
sysutils/desktop-file-utils,
Utilities to manage desktop entries
Branch: CURRENT,
Version: 0.27,
Package name: desktop-file-utils-0.27,
Maintainer: pkgsrc-usersdesktop-file-utils contains a couple of command line utilities for working
with desktop entries and the applications database. More specifically,
it contains the update-desktop-database utility, used to rebuild the database
that connects MIME types to applications.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2011/11/11 22:36:43 marino Exp $
APPLICATIONS_PATH="@APPLICATIONS_PATH@"
case ${STAGE} in
POST-DEINSTALL)
${RM} -f ${APPLICATIONS_PATH}/mimeinfo.cache
${RMDIR} ${APPLICATIONS_PATH} 2>/dev/null || true
;;
esac
Required to run:[
devel/glib2]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 78.914 KB
Version history: (Expand)
- (2024-07-23) Updated to version: desktop-file-utils-0.27
- (2023-12-08) Updated to version: desktop-file-utils-0.26nb4
- (2023-08-14) Updated to version: desktop-file-utils-0.26nb3
- (2022-08-20) Updated to version: desktop-file-utils-0.26nb2
- (2021-12-08) Updated to version: desktop-file-utils-0.26nb1
- (2020-07-31) Updated to version: desktop-file-utils-0.26
CVS history: (Expand)
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
|