mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -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
|
PORTNAME= shared-mime-info
|
||||||
DISTVERSION= 2.4
|
DISTVERSION= 2.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= misc gnome
|
CATEGORIES= misc gnome
|
||||||
|
|
||||||
MAINTAINER= desktop@FreeBSD.org
|
MAINTAINER= desktop@FreeBSD.org
|
||||||
|
@ -17,7 +18,6 @@ USE_GNOME= glib20 libxml2
|
||||||
USE_GITLAB= YES
|
USE_GITLAB= YES
|
||||||
GL_SITE= https://gitlab.freedesktop.org/
|
GL_SITE= https://gitlab.freedesktop.org/
|
||||||
GL_ACCOUNT= xdg
|
GL_ACCOUNT= xdg
|
||||||
GL_PROJECT= shared-mime-info
|
|
||||||
GL_TUPLE= xdg:xdgmime:e861d3eb3d522a9c22c5a870526728e2a3d9fc04:xdgmime/src/xdgmime
|
GL_TUPLE= xdg:xdgmime:e861d3eb3d522a9c22c5a870526728e2a3d9fc04:xdgmime/src/xdgmime
|
||||||
bash_CMD= /bin/sh
|
bash_CMD= /bin/sh
|
||||||
SHEBANG_FILES= ${WRKSRC}/tests/*.py \
|
SHEBANG_FILES= ${WRKSRC}/tests/*.py \
|
||||||
|
@ -25,8 +25,9 @@ SHEBANG_FILES= ${WRKSRC}/tests/*.py \
|
||||||
${WRKSRC}/tests/*.sh \
|
${WRKSRC}/tests/*.sh \
|
||||||
${WRKSRC}/po/check_translations.sh
|
${WRKSRC}/po/check_translations.sh
|
||||||
|
|
||||||
MIMESUBDIRS= application audio image inode message model multipart \
|
# these come from update-mime-database.cpp:const char *media_types[]
|
||||||
packages text video x-epoc x-content font
|
MIMESUBDIRS= all application audio chemical font image inode message model \
|
||||||
|
multipart print text uri video x-content x-epoc x-scheme-handler
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|g' \
|
${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/locale/zh_TW/LC_MESSAGES/shared-mime-info.mo
|
||||||
share/man/man1/update-mime-database.1.gz
|
share/man/man1/update-mime-database.1.gz
|
||||||
share/mime/packages/freedesktop.org.xml
|
share/mime/packages/freedesktop.org.xml
|
||||||
|
@dir share/mime/all
|
||||||
@dir share/mime/application
|
@dir share/mime/application
|
||||||
@dir share/mime/audio
|
@dir share/mime/audio
|
||||||
|
@dir share/mime/chemical
|
||||||
@dir share/mime/font
|
@dir share/mime/font
|
||||||
@dir share/mime/image
|
@dir share/mime/image
|
||||||
@dir share/mime/inode
|
@dir share/mime/inode
|
||||||
@dir share/mime/message
|
@dir share/mime/message
|
||||||
@dir share/mime/model
|
@dir share/mime/model
|
||||||
@dir share/mime/multipart
|
@dir share/mime/multipart
|
||||||
|
@dir share/mime/print
|
||||||
@dir share/mime/text
|
@dir share/mime/text
|
||||||
|
@dir share/mime/uri
|
||||||
@dir share/mime/video
|
@dir share/mime/video
|
||||||
@dir share/mime/x-content
|
@dir share/mime/x-content
|
||||||
@dir share/mime/x-epoc
|
@dir share/mime/x-epoc
|
||||||
|
@dir share/mime/x-scheme-handler
|
||||||
|
|
Loading…
Add table
Reference in a new issue