Fix MimeTypes -> MimeType in .desktop file,
so that JabRef gets registered as application for text/x-bibtex files.
This commit is contained in:
parent
29ab783049
commit
f3adea88f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309797
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= jabref
|
||||
PORTVERSION= 2.9.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= print java editors
|
||||
MASTER_SITES= SF
|
||||
|
@ -36,6 +36,6 @@ do-install:
|
|||
${INSTALL_DATA} ${FILESDIR}/JabRef-icon-48.png "${icon}"
|
||||
${MKDIR} ${DESKTOPDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${DESKTOPDIR}
|
||||
-${LOCALBASE}/bin/update-desktop-database > /dev/null
|
||||
-${LOCALBASE}/bin/update-desktop-database -q
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -6,6 +6,6 @@ GenericName=Bibliographic Reference Manager
|
|||
Comment=Open Source Bibliography Reference Manager for BibTeX databases
|
||||
Icon=%%DATADIR%%/jabref-icon48x48.png
|
||||
Exec=%%PREFIX%%/bin/jabref %f
|
||||
MimeTypes=text/x-bibtex;
|
||||
MimeType=text/x-bibtex;
|
||||
Categories=Education;Science;
|
||||
StartupNotify=false
|
||||
|
|
Loading…
Reference in a new issue