File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ status.md
10
10
# Install4J
11
11
install4j6 /
12
12
13
+ # Snap
14
+ parts /
15
+ stage /
16
+ prime /
17
+ * .snap
18
+ jabref_source.tar.bz2
19
+ snap /.snapcraft /
20
+
13
21
# Gradle
14
22
# generated when `gradlew --gui` is called
15
23
ui /
Original file line number Diff line number Diff line change 1
1
name : jabref
2
2
version : " git"
3
3
version-script : cat build.gradle | grep "^version =" | cut -d'"' -f2
4
- # icon: snap/gui/icon .png
4
+ # icon: snap/gui/jabref .png
5
5
summary : Bibliography manager
6
6
description : JabRef is an open source bibliography reference manager. The native file format used by JabRef is BibTeX, the standard LaTeX bibliography format.
7
7
8
8
grade : devel
9
9
confinement : strict
10
10
11
+ architectures :
12
+ - build-on : amd64
13
+ - build-on : i386
14
+
11
15
apps :
12
16
jabref :
13
17
command : desktop-launch java -jar $SNAP/jar/JabRef-$SNAP_VERSION.jar
14
18
environment :
15
- _JAVA_OPTIONS : " -Djava.util.prefs.systemRoot =$SNAP_USER_DATA/.java/etc/.java -Djava.util.prefs.userRoot=$SNAP_USER_DATA/.java/.userPrefs "
19
+ _JAVA_OPTIONS : " -Duser.home =$SNAP_USER_DATA"
16
20
plugs :
17
21
- desktop
18
22
- desktop-legacy
@@ -21,15 +25,17 @@ apps:
21
25
- home
22
26
- opengl
23
27
- network-bind
28
+ - removable-media
24
29
25
30
parts :
26
31
jabref :
27
32
plugin : gradle
28
33
source : .
34
+ source-type : git
29
35
stage-packages :
30
36
- openjdk-8-jre
31
37
- openjfx
32
38
- x11-utils
33
- gradle-options : [snapJar]
39
+ gradle-options : [snapJar, -xtest ]
34
40
gradle-output-dir : ' build/releases'
35
- after : [desktop-gtk3 ]
41
+ after : [desktop-gtk2 ]
You can’t perform that action at this time.
0 commit comments