MFH: r495180
Add USES=shared-mime-info Starting with version 18.12.0, Ark has included a custom kerfuffle.xml mime type to support zstd-compressed files (the mimetype was only added to shared-mime-info starting with version 1.11, which we don't ship yet). We need to make sure update-mime-database is run, otherwise Ark will still fail to recognize those archives. Approved by: ports-secteam (blanket approval)
This commit is contained in:
parent
390d1f2d51
commit
57ac59fed1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q1/; revision=495181
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= ark
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= archivers kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -12,7 +12,7 @@ LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake compiler:c++11-lang gettext libarchive kde:5 \
|
||||
qt:5 tar:xz
|
||||
qt:5 shared-mime-info tar:xz
|
||||
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash dbusaddons doctools ecm i18n iconthemes \
|
||||
itemmodels itemviews jobwidgets khtml kio parts pty service \
|
||||
|
Loading…
Reference in New Issue
Block a user