summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2013-01-02 01:27:48 +0000
committerMatthias Andree <mandree@FreeBSD.org>2013-01-02 01:27:48 +0000
commit29ab7830493466edc89a3c7d34a13e0fcaeedae7 (patch)
treef12161c3374e1611d4cedf8ad2bbc6f6d87d74a8 /deskutils
parent- Update to 11.87. (diff)
Fix MimeTypes -> MimeType in .desktop file,
so that docear gets registered as application for text/x-docear files.
Notes
Notes: svn path=/head/; revision=309796
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/docear/Makefile1
-rw-r--r--deskutils/docear/files/docear.desktop.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/docear/Makefile b/deskutils/docear/Makefile
index 1ccd7a4c734b..02920e38e423 100644
--- a/deskutils/docear/Makefile
+++ b/deskutils/docear/Makefile
@@ -3,6 +3,7 @@
PORTNAME= docear
PORTVERSION= 1.0.0.b07
+PORTREVISION= 1
CATEGORIES= deskutils java
MASTER_SITES= SF/docear/1.x/${PORTVERSION:S/.b/_beta/}
DISTNAME= docear_linux
diff --git a/deskutils/docear/files/docear.desktop.in b/deskutils/docear/files/docear.desktop.in
index 34a1e9f7fe16..2f7a84fb8ea9 100644
--- a/deskutils/docear/files/docear.desktop.in
+++ b/deskutils/docear/files/docear.desktop.in
@@ -6,6 +6,6 @@ Name=Docear
Comment=Academic literature suite: Digital library, reference manager, PDF and file manager, note taking and mind mapping
Icon=%%PREFIX%%/share/docear/docear-icon48x48.png
Exec=%%PREFIX%%/bin/docear %f
-MimeTypes=text/x-docear;
+MimeType=text/x-docear;
Categories=Education;Science;
StartupNotify=false