diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,13 +1,14 @@ name : josm -version : '15553' -release : 6 +version : '17084' +release : 7 source : - - https://getsol.us/sources/josm-15553.tar.xz : 8c1b0473e18cae8012b2ca45c301d55f2008ee0e7eeb427f0691ef42248a0a96 + - https://getsol.us/sources/josm-17084.tar.xz : af0de23379c74da2d4498c326b8a66e5e7c05f52b0bf8746198bc58d65f87972 license : GPL-2.0-or-later component : office summary : An extensible editor for OpenStreetMap description: | JOSM is an extensible editor for OpenStreetMap. It supports loading GPX tracks, background imagery and OSM data from local sources as well as from online sources and allows to edit the OSM data (nodes, ways, and relations) and their metadata tags. +networking : yes builddeps : - apache-ant rundeps : @@ -15,8 +16,11 @@ setup : | sed -e "s|\${version.entry.commit.revision}|$version|g" -i build.xml build : | - ant dist + ant dist -Divy.default.ivy.user.dir=$workdir/.ivy2 install : | install -Dm00755 dist/josm-custom.jar $installdir/usr/share/josm/josm.jar - cp -a linux/tested/usr/share/{applications,icons,man,metainfo,pixmaps} $installdir/usr/share install -Dm00755 $pkgfiles/josm -t $installdir/usr/bin + + find native/linux/tested/usr/share -type d -empty -delete + rm -rf native/linux/tested/usr/share/doc + cp -a native/linux/tested/usr/share $installdir/usr diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ josm - Campbell Jones - dev@serebit.com + Fabio Forni + livingsilver94.solus@redaril.me GPL-2.0-or-later office @@ -42,16 +42,17 @@ /usr/share/josm/josm.jar /usr/share/man/man1/josm.1 /usr/share/metainfo/org.openstreetmap.josm.appdata.xml + /usr/share/mime/packages/josm.xml /usr/share/pixmaps/org.openstreetmap.josm.png - - 2020-06-05 - 15553 + + 2020-10-20 + 17084 Packaging update - Campbell Jones - dev@serebit.com + Fabio Forni + livingsilver94.solus@redaril.me \ No newline at end of file