svn commit: r309797 - in head/print/jabref: . files
Matthias Andree
mandree at FreeBSD.org
Wed Jan 2 01:35:11 UTC 2013
Author: mandree
Date: Wed Jan 2 01:35:10 2013
New Revision: 309797
URL: http://svnweb.freebsd.org/changeset/ports/309797
Log:
Fix MimeTypes -> MimeType in .desktop file,
so that JabRef gets registered as application for text/x-bibtex files.
Modified:
head/print/jabref/Makefile
head/print/jabref/files/jabref.desktop.in
Modified: head/print/jabref/Makefile
==============================================================================
--- head/print/jabref/Makefile Wed Jan 2 01:27:48 2013 (r309796)
+++ head/print/jabref/Makefile Wed Jan 2 01:35:10 2013 (r309797)
@@ -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>
Modified: head/print/jabref/files/jabref.desktop.in
==============================================================================
--- head/print/jabref/files/jabref.desktop.in Wed Jan 2 01:27:48 2013 (r309796)
+++ head/print/jabref/files/jabref.desktop.in Wed Jan 2 01:35:10 2013 (r309797)
@@ -6,6 +6,6 @@ GenericName=Bibliographic Reference Mana
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
More information about the svn-ports-all
mailing list