aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-05-09 15:22:47 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-05-09 15:22:47 +0000
commit85315ecc01a84fffc492690715e42289cbb7f1f3 (patch)
tree4624fc779c56048297b9b8e61acf5eaba3a7df27 /CHANGES
parent05b617f3799829c3e2b1ae43c58795b1a793859c (diff)
downloadports-85315ecc01a84fffc492690715e42289cbb7f1f3.tar.gz
ports-85315ecc01a84fffc492690715e42289cbb7f1f3.zip
Document new USES: desktop-file-utils and shared-mime-info.
Notes
Notes: svn path=/head/; revision=317738
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 744293b0c91d..9bfa99356be1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,32 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20130509:
+AUTHOR: kwm@FreeBSD.org
+
+ * Two new USES macros to handle mime data of ports.
+
+ USES= desktop-file-utils
+ Handles MimeType in .desktop files that are installed in
+ share/applications.
+ USES= shared-mime-info
+ For supporting mime xml files installed in
+ share/mime/packages.
+
+ The desktop-file-utils USES is only needed if the .desktop files
+ installed by the port has a MimeType field.
+ USE_GNOME=desktopfileutils is deprecated.
+
+ The shared-mime-info USES handles mime types xml files.
+ Please note that only the packages/${NAME}.xml file should be listed in
+ the plist. The shared-mime-info port will clean up the share/mime/*
+ directories and generated files.
+
+ Both USES have there own post-install and code that adds @exec/@unexec
+ lines to the pkg-plist. This means that when a port switches to the
+ USES macro, the related post-install command and @exec/@unexec
+ lines can be removed from the prot.
+
20130507:
AUTHOR: bapt@FreeBSD.org