mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
misc/shared-mime-info: add new mimesubdirs
Sponsored by: Future Crew, LLC Pull Request: https://github.com/freebsd/freebsd-ports/pull/335
This commit is contained in:
parent
c3f4fca565
commit
177a300009
2 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= shared-mime-info
|
||||
DISTVERSION= 2.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc gnome
|
||||
|
||||
MAINTAINER= desktop@FreeBSD.org
|
||||
|
@ -17,7 +18,6 @@ USE_GNOME= glib20 libxml2
|
|||
USE_GITLAB= YES
|
||||
GL_SITE= https://gitlab.freedesktop.org/
|
||||
GL_ACCOUNT= xdg
|
||||
GL_PROJECT= shared-mime-info
|
||||
GL_TUPLE= xdg:xdgmime:e861d3eb3d522a9c22c5a870526728e2a3d9fc04:xdgmime/src/xdgmime
|
||||
bash_CMD= /bin/sh
|
||||
SHEBANG_FILES= ${WRKSRC}/tests/*.py \
|
||||
|
@ -25,8 +25,9 @@ SHEBANG_FILES= ${WRKSRC}/tests/*.py \
|
|||
${WRKSRC}/tests/*.sh \
|
||||
${WRKSRC}/po/check_translations.sh
|
||||
|
||||
MIMESUBDIRS= application audio image inode message model multipart \
|
||||
packages text video x-epoc x-content font
|
||||
# these come from update-mime-database.cpp:const char *media_types[]
|
||||
MIMESUBDIRS= all application audio chemical font image inode message model \
|
||||
multipart print text uri video x-content x-epoc x-scheme-handler
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|g' \
|
||||
|
|
|
@ -81,15 +81,20 @@ share/locale/zh_HK/LC_MESSAGES/shared-mime-info.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/shared-mime-info.mo
|
||||
share/man/man1/update-mime-database.1.gz
|
||||
share/mime/packages/freedesktop.org.xml
|
||||
@dir share/mime/all
|
||||
@dir share/mime/application
|
||||
@dir share/mime/audio
|
||||
@dir share/mime/chemical
|
||||
@dir share/mime/font
|
||||
@dir share/mime/image
|
||||
@dir share/mime/inode
|
||||
@dir share/mime/message
|
||||
@dir share/mime/model
|
||||
@dir share/mime/multipart
|
||||
@dir share/mime/print
|
||||
@dir share/mime/text
|
||||
@dir share/mime/uri
|
||||
@dir share/mime/video
|
||||
@dir share/mime/x-content
|
||||
@dir share/mime/x-epoc
|
||||
@dir share/mime/x-scheme-handler
|
||||
|
|
Loading…
Add table
Reference in a new issue