Path to this page:
./
sysutils/desktop-file-utils,
Utilities to manage desktop entries
Branch: CURRENT,
Version: 0.15,
Package name: desktop-file-utils-0.15,
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.1 2006/06/15 20:40:16 jlam Exp $
APPLICATIONS_PATH="@APPLICATIONS_PATH@"
case ${STAGE} in
POST-DEINSTALL)
${RM} -f ${APPLICATIONS_PATH}/mimeinfo.cache
;;
esac
Required to run:[
devel/glib2]
Required to build:[
devel/libtool-base] [
devel/pkg-config]
Master sites:
SHA1: 10e9a3d2033fd676d7bb44ca7ba376f815ca0821
RMD160: ab6fc0bc116d6ec338ef2699b96d57698d4a1d03
Filesize: 340.694 KB
Version history: (Expand)
- (2008-03-14) Updated to version: desktop-file-utils-0.15
- (2008-03-04) Updated to version: desktop-file-utils-0.15
- (2007-09-09) Updated to version: desktop-file-utils-0.14
- (2007-09-08) Updated to version: desktop-file-utils-0.14
- (2007-07-24) Updated to version: desktop-file-utils-0.13nb1
- (2007-07-13) Updated to version: desktop-file-utils-0.13nb1
CVS history: (Expand)
| 2010-01-17 00:37:50 by Klaus Heinz | Files touched by this commit (12) |
Log message:
Added LICENSE.
|
| 2009-07-22 11:01:55 by Thomas Klausner | Files touched by this commit (373) |
Log message:
Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2 … 03546.html
|
| 2009-06-14 20:16:23 by Joerg Sonnenberger | Files touched by this commit (225) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
| 2008-04-30 15:38:17 by Julio M. Merino Vidal | Files touched by this commit (60) |
Log message:
Drop maintainership
Stop lying and drop maintainership of these packages. I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
|
2008-03-04 14:25:18 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 0.15:
============
Version 0.15
============
o make the extension check for Icon key a warning instead of an error for now
(Ray Strode)
o Fix a crash in update-desktop-database when there's no group (Vincent)
o Fix a crash in the validator happening for very small lines (Vincent)
|
| 2007-11-29 23:08:34 by Klaus Heinz | Files touched by this commit (1) |
Log message:
Package supports installation to DESTDIR.
|
2007-09-07 18:11:19 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 0.14:
============
Version 0.14
============
o update of the Emacs editing mode for .desktop files (Ville Skyttä)
o make desktop-file-install print an error when trying to install a
non-existing desktop file, or a desktop file that can't be read (Vincent)
o make the validator check the content of the Icon key (Vincent)
o make the validator accept X-Foo as a valid environment (this was added to
the spec) (Stanislav Brabec, Vincent)
o really handle the -m command line argument for desktop-file-install
(Matthias Clasen)
o make desktop-file-install accept as one valid argument multiple
categories/only-show-in/mime-types values. Now \
--add-category="GNOME;GTK"
works as expected. (Vincent)
o make desktop-file-install validate the created desktop file before removing
the original file, and unlink it if it's not valid (Vincent)
o code cleanups for desktop-file-install (Vincent)
|