diff options
author | Michael Lass | 2020-12-26 10:37:00 +0100 |
---|---|---|
committer | Michael Lass | 2020-12-26 11:20:26 +0100 |
commit | 1dbe92bd7e7fc957310ff4568e2294910e361a3f (patch) | |
tree | 0c18bf1747d2bf5cd6f5d501d6b06f94f496aa7f /jabref.desktop | |
parent | 2a2e9f02ff1fada3eb3991e160c9f0266e68588f (diff) | |
download | aur-1dbe92bd7e7fc957310ff4568e2294910e361a3f.tar.gz |
Update to 5.2
Notes:
* Remove patch for jabrefHost.py which is now included upstream.
* Update start script.
* Update StartupWMClass in desktop file.
* Bump required JDK version to 14. Officially, version 15 is required
but 14 still seems to work. I cannot test 13 anymore and there is only
a single JDK 13 package in AUR, so let's drop support for that.
* In contrast to the devdocs, javafx is not required to build jabref
when using gradle. See https://github.com/JabRef/jabref/pull/6679.
Diffstat (limited to 'jabref.desktop')
-rw-r--r-- | jabref.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jabref.desktop b/jabref.desktop index c8b299b8c5a4..1ed13a35672e 100644 --- a/jabref.desktop +++ b/jabref.desktop @@ -8,5 +8,5 @@ Icon=jabref Exec=JabRef %U Keywords=bibtex;biblatex;latex;bibliography Categories=Office; -StartupWMClass=org.jabref.JabRefMain +StartupWMClass=org.jabref.gui.JabRefMain MimeType=text/x-bibtex; |