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:
Жунёва Мария Михайловна 2024-12-23 20:43:59 +03:00 committed by Gleb Popov
parent c3f4fca565
commit 177a300009
2 changed files with 9 additions and 3 deletions

View file

@ -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' \

View file

@ -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