-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4615 from LyzardKing/master
Update snapcraft.yaml
- Loading branch information
Showing
5 changed files
with
36 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: jabref | ||
version: "git" | ||
version-script: cat build.gradle | grep "^version =" | cut -d'"' -f2 | ||
#icon: snap/gui/icon.png | ||
summary: Bibliography manager | ||
description: JabRef is an open source bibliography reference manager. The native file format used by JabRef is BibTeX, the standard LaTeX bibliography format. | ||
|
||
grade: devel | ||
confinement: strict | ||
|
||
apps: | ||
jabref: | ||
command: desktop-launch java -jar $SNAP/jar/JabRef-$SNAP_VERSION.jar | ||
environment: | ||
_JAVA_OPTIONS: "-Djava.util.prefs.systemRoot=$SNAP_USER_DATA/.java/etc/.java -Djava.util.prefs.userRoot=$SNAP_USER_DATA/.java/.userPrefs" | ||
plugs: | ||
- desktop | ||
- desktop-legacy | ||
- wayland | ||
- unity7 | ||
- home | ||
- opengl | ||
- network-bind | ||
|
||
parts: | ||
jabref: | ||
plugin: gradle | ||
source: . | ||
stage-packages: | ||
- openjdk-8-jre | ||
- openjfx | ||
- x11-utils | ||
gradle-options: [snapJar] | ||
gradle-output-dir: 'build/releases' | ||
after: [desktop-gtk3] |
This file was deleted.
Oops, something went wrong.