Bas Couwenberg pushed to branch master at Debian GIS Project / mkgmap
Commits: 3cddc8bf by Bas Couwenberg at 2024-08-15T16:32:24+02:00 Apply patch by Petter Reinholdtsen to add AppStream metadata. (closes: 1078746) - - - - - 4 changed files: - debian/changelog - debian/install - + debian/patches/1000-appstream-metainfo.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,8 @@ mkgmap (0.0.0+svn4921-2) UNRELEASED; urgency=medium * Bump Standards-Version to 4.7.0, no changes. + * Apply patch by Petter Reinholdtsen to add AppStream metadata. + (closes: 1078746) -- Bas Couwenberg <[email protected]> Sun, 28 Jul 2024 19:45:41 +0200 ===================================== debian/install ===================================== @@ -1 +1,2 @@ -dist/mkgmap.jar usr/share/mkgmap/ +org.mkgmap.cli.metainfo.xml usr/share/metainfo +dist/mkgmap.jar usr/share/mkgmap/ ===================================== debian/patches/1000-appstream-metainfo.patch ===================================== @@ -0,0 +1,33 @@ +Description: Added AppStream metainfo XML with hardware provide info. + This allow isenkram to propose this package when the relevant hardware is + present. +Author: Petter Reinholdtsen +Forwarded: https://www.mkgmap.org.uk/pipermail/mkgmap-dev/2024q3/034322.html + +--- /dev/null ++++ b/org.mkgmap.cli.metainfo.xml +@@ -0,0 +1,24 @@ ++<?xml version="1.0" encoding="UTF-8"?> ++<component> ++ <id>org.mkgmap.cli</id> ++ <metadata_license>MIT</metadata_license> ++ <name>mkgmap</name> ++ <summary>Generate Garmin maps from OpenStreetMap data</summary> ++ <description> ++ <p>This program converts OpenStreetMap data into a map that ++ can be loaded onto compatible Garmin GPS units.</p> ++ <p>Main features:</p> ++ <ul> ++ <li>Full control which OSM data is integrated into the map (style system)</li> ++ <li>Full control how POIs, streets and all other elements are displayed ++ (TYP file compiler)</li> ++ <li>Full address search support</li> ++ <li>Routing support</li> ++ <li>Many options for fine control over the map creation process</li> ++ </ul> ++ </description> ++ <url type="homepage">https://www.mkgmap.org.uk</url> ++ <provides> ++ <modalias>usb:v091Ep0003d*</modalias> ++ </provides> ++</component> ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ build_xml.patch +1000-appstream-metainfo.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/-/commit/3cddc8bf07e642f4d040722ab0768b5a6dac2f60 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/-/commit/3cddc8bf07e642f4d040722ab0768b5a6dac2f60 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
