Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: josm 18360-2 - FS#72953 - [josm] new runtime flags required
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-community/svn@1126551 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
jlichtblau authored and svntogit committed Feb 5, 2022
1 parent a4ea113 commit ef93f76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
10 changes: 5 additions & 5 deletions trunk/PKGBUILD
Expand Up @@ -3,7 +3,7 @@

pkgname=josm
pkgver=18360
pkgrel=1
pkgrel=2
pkgdesc="An editor for OpenStreetMap written in Java"
arch=('any')
url="https://josm.openstreetmap.de/"
Expand All @@ -13,12 +13,12 @@ makedepends=('subversion')
changelog=$pkgname.changelog
backup=('etc/conf.d/josm')
source=(https://josm.openstreetmap.de/download/$pkgname-snapshot-$pkgver.jar
$pkgname::svn+https://josm.openstreetmap.de/svn/trunk#revision=$pkgver
$pkgname.conf.d)
$pkgname.conf.d
$pkgname::svn+https://josm.openstreetmap.de/svn/trunk#revision=$pkgver)
noextract=($pkgname-snapshot-$pkgver.jar)
sha256sums=('d4e3043ccb541a4c500a0a66c953f5876e604836b630a17b975ae876beb53b9b'
'SKIP'
'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
'29377ce55c50951b1bd0e39003a977d8ea558c0657d613cea5f0056ce255e60e'
'SKIP')

package() {
cd "${srcdir}"
Expand Down
4 changes: 4 additions & 0 deletions trunk/josm.changelog
@@ -1,3 +1,7 @@
2022-02-05 Jaroslav Lichtblau <svetlemodry@archlinux.org>-
* josm 18360-2
* FS#72953 - [josm] new runtime flags required

2022-01-16 Jaroslav Lichtblau <svetlemodry@archlinux.org>-
* josm 18360-1

Expand Down
3 changes: 3 additions & 0 deletions trunk/josm.conf.d
Expand Up @@ -2,3 +2,6 @@
# Parameters for JOSM editor
#
#JOSM_ARGS="-Xmx800M"

#FS#72953 https://bugs.archlinux.org/task/72953
JOSM_ARGS="--add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED"

0 comments on commit ef93f76

Please sign in to comment.