Date: Thursday, December 27, 2018 @ 17:16:24 Author: bgyorgy Revision: 418515
upgpkg: buoh 0.8.2-12 Fix AppStream metadata Modified: buoh/trunk/PKGBUILD buoh/trunk/buoh.appdata.xml ------------------+ PKGBUILD | 4 ++-- buoh.appdata.xml | 24 ++++++++---------------- 2 files changed, 10 insertions(+), 18 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-27 16:35:28 UTC (rev 418514) +++ PKGBUILD 2018-12-27 17:16:24 UTC (rev 418515) @@ -4,7 +4,7 @@ pkgname=buoh pkgver=0.8.2 -pkgrel=11 +pkgrel=12 pkgdesc="Online strips comics reader for GNOME" arch=(x86_64) url="http://buoh.steve-o.org/" @@ -16,7 +16,7 @@ buoh.appdata.xml 0001-Various-fixes-related-to-gtk3-port.patch) sha256sums=('SKIP' - 'a9193bfab6775079bc59f223c2f63c698130ad81bd9c6a5c5bf163d9b5014586' + '883bdf97f0db99ad41d27eed19e235126aed1e7a128774b01af96c0441fea67c' '1597fb8507421e5a85e8bc89243ede8bbf027cf2d87e58ad84dd63ccf6054eb4') prepare() { Modified: buoh.appdata.xml =================================================================== --- buoh.appdata.xml 2018-12-27 16:35:28 UTC (rev 418514) +++ buoh.appdata.xml 2018-12-27 17:16:24 UTC (rev 418515) @@ -1,16 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <component type="desktop-application"> - <id>buoh</id> + <id>org.gnome.buoh</id> + <launchable type="desktop-id">buoh.desktop</launchable> + <name>Buoh</name> + <summary>Read your favorite comic strips</summary> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-2.0</project_license> - <name>Buoh</name> - <summary>Read your favorite comic strips</summary> - + <developer_name>Esteban Sanchez</developer_name> <description> - <p> - Buoh is a reader for online strips comics. It is free software, designed to - work well under the GNOME Desktop. - </p> + <p>Buoh is a reader for online strips comics. It is free software, designed to work well under the GNOME Desktop.</p> <p>Buoh has a number of features, including:</p> <ul> <li>Select your favorites comic through a list of more than 130 comics</li> @@ -20,9 +18,6 @@ <li>Integration with GNOME (respecting the lockdowns and HIG compliance)</li> </ul> </description> - - <launchable type="desktop-id">buoh.desktop</launchable> - <screenshots> <screenshot type="default"> <image>http://buoh.steve-o.org/buoh-images/Screenshot-Buoh.png</image> @@ -37,11 +32,8 @@ <image>http://buoh.steve-o.org/buoh-images/Screenshot-Buoh-3.png</image> </screenshot> </screenshots> + <url type="bugtracker">https://gitlab.gnome.org/GNOME/buoh/issues</url> <url type="homepage">http://buoh.steve-o.org/</url> - <provides> - <binary>buoh</binary> - </provides> - + <update_contact>[email protected]</update_contact> <translation type="gettext">buoh</translation> - <update_contact>esteban AT steve-o DOT org</update_contact> </component>
