GNOME Bugzilla – Bug 783537
Improve appstream metadata for Tweak Tool
Last modified: 2018-01-24 15:24:01 UTC
I think Tweak Tool's appstream metadata could be improved. https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-releases Other GNOME apps use kudos so look into adding those too.
The appstream metadata is stored in the git tree as data/gnome-tweak-tool.appdata.xml.in
Created attachment 353717 [details] tags and dates for releases dates for tags To get download size and installed size https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=gnome-tweak-tool But some tags are missing there For the rest maybe curl -s https:/api.github.com/repos/GNOME/gnome-tweak-tool/tags | jq '.[] | .tarball_url' | xargs -n1 -Ix wget --spider application/x-gzip do not report size so without spider that can be used as aprox of size
I don't think there is any need for old release dates and info. I believe the information is used to show what's new in the current release. But you can ask in #gnome-software on irc.gnome.org during European work hours to confirm what they think.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-tweaks/issues/97.