Skip to content

Commit f8c0ca9

Browse files
Siedlerchrkoppor
andauthored
Refine descriptions for linux store entries (#13149)
* Refine descriptions for linux store entries * Update org.jabref.jabref.desktop --------- Co-authored-by: Oliver Kopp <[email protected]>
1 parent e8fe5d7 commit f8c0ca9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

flatpak/org.jabref.jabref.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Desktop Entry]
22
Name=JabRef
33
GenericName=BibTeX Editor
4-
Comment=JabRef is an open source bibliography reference manager. The native file format used by JabRef is BibTeX, the standard LaTeX bibliography format.
4+
Comment=JabRef is an open source bibliography reference manager. Simplifies reference management and literature organization for academic researchers by leveraging BibTeX, native file format for LaTeX.
55
Type=Application
66
Terminal=false
77
Icon=org.jabref.jabref

jabgui/build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
12
import org.gradle.internal.os.OperatingSystem
2-
import org.gradle.kotlin.dsl.annotationProcessor
33
import org.javamodularity.moduleplugin.extensions.CompileModuleOptions
44
import org.javamodularity.moduleplugin.extensions.RunModuleOptions
55

@@ -391,7 +391,7 @@ jlink {
391391
"--win-shortcut",
392392
"--win-menu",
393393
"--win-menu-group", "JabRef",
394-
"--temp", "$buildDir/installer",
394+
"--temp", "${layout.buildDirectory.get()}/installer",
395395
"--resource-dir", "$projectDir/buildres/windows",
396396
"--license-file", "$projectDir/buildres/LICENSE_with_Privacy.md",
397397
"--file-associations", "$projectDir/buildres/windows/bibtexAssociations.properties"
@@ -415,7 +415,7 @@ jlink {
415415
"--linux-menu-group", "Office;",
416416
"--linux-rpm-license-type", "MIT",
417417
// "--license-file", "$projectDir/LICENSE.md",
418-
"--description", "JabRef is an open source bibliography reference manager. The native file format used by JabRef is BibTeX, the standard LaTeX bibliography format.",
418+
"--description", "JabRef is an open source bibliography reference manager. Simplifies reference management and literature organization for academic researchers by leveraging BibTeX, native file format for LaTeX.",
419419
"--linux-shortcut",
420420
"--file-associations", "$projectDir/buildres/linux/bibtexAssociations.properties"
421421
)
@@ -457,7 +457,7 @@ if (OperatingSystem.current().isWindows) {
457457
"JabRefHost.ps1"
458458
)
459459
}
460-
into(file("$buildDir/distribution/JabRef"))
460+
into(file("${layout.buildDirectory.get()}/distribution/JabRef"))
461461
}
462462
}
463463
}
@@ -468,7 +468,7 @@ if (OperatingSystem.current().isWindows) {
468468
from(file("$projectDir/buildres/linux")) {
469469
include("native-messaging-host/**", "jabrefHost.py")
470470
}
471-
into(file("$buildDir/distribution/JabRef/lib"))
471+
into(file("${layout.buildDirectory.get()}/distribution/JabRef/lib"))
472472
}
473473
}
474474
}
@@ -479,7 +479,7 @@ if (OperatingSystem.current().isWindows) {
479479
from(file("$projectDir/buildres/mac")) {
480480
include("native-messaging-host/**", "jabrefHost.py")
481481
}
482-
into(file("$buildDir/distribution/JabRef.app/Contents/Resources"))
482+
into(file("${layout.buildDirectory.get()}/distribution/JabRef.app/Contents/Resources"))
483483
}
484484
}
485485
}

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: MIT
55
summary: Bibliography manager
66
description: |
77
JabRef is an open source bibliography reference manager.
8-
The native file format used by JabRef is BibTeX, the standard LaTeX bibliography format.
8+
Simplifies reference management and literature organization for academic researchers by leveraging BibTeX, native file format for LaTeX..
99
To access files in external media (i.e., USB drives) you must run:
1010
`snap connect jabref:removable-media`
1111
grade: stable

0 commit comments

Comments
 (0)