Date: Saturday, December 22, 2018 @ 11:02:52 Author: bgyorgy Revision: 417531
upgpkg: buoh 0.8.2-11 Add appdata file Added: buoh/trunk/buoh.appdata.xml Modified: buoh/trunk/PKGBUILD ------------------+ PKGBUILD | 5 ++++- buoh.appdata.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-22 10:44:22 UTC (rev 417530) +++ PKGBUILD 2018-12-22 11:02:52 UTC (rev 417531) @@ -4,7 +4,7 @@ pkgname=buoh pkgver=0.8.2 -pkgrel=10 +pkgrel=11 pkgdesc="Online strips comics reader for GNOME" arch=(x86_64) url="http://buoh.steve-o.org/" @@ -13,8 +13,10 @@ makedepends=(git meson) _commit=5aed558ce52b53830f06e7328b3f38cb7db0d6f0 # master source=("git+https://gitlab.gnome.org/GNOME/buoh.git#commit=$_commit" + buoh.appdata.xml 0001-Various-fixes-related-to-gtk3-port.patch) sha256sums=('SKIP' + 'a9193bfab6775079bc59f223c2f63c698130ad81bd9c6a5c5bf163d9b5014586' '1597fb8507421e5a85e8bc89243ede8bbf027cf2d87e58ad84dd63ccf6054eb4') prepare() { @@ -31,4 +33,5 @@ package() { DESTDIR="$pkgdir" meson install -C build + install -Dm644 $pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml" } Added: buoh.appdata.xml =================================================================== --- buoh.appdata.xml (rev 0) +++ buoh.appdata.xml 2018-12-22 11:02:52 UTC (rev 417531) @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop-application"> + <id>buoh</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0</project_license> + <name>Buoh</name> + <summary>Read your favorite comic strips</summary> + + <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 has a number of features, including:</p> + <ul> + <li>Select your favorites comic through a list of more than 130 comics</li> + <li>Easy, simple an eye-candy view of an online comic</li> + <li>Browsing over the comic strip archives</li> + <li>Saving a comic to disk</li> + <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> + </screenshot> + <screenshot> + <image>http://buoh.steve-o.org/buoh-images/Screenshot-Buoh-1.png</image> + </screenshot> + <screenshot> + <image>http://buoh.steve-o.org/buoh-images/Screenshot-Buoh-2.png</image> + </screenshot> + <screenshot> + <image>http://buoh.steve-o.org/buoh-images/Screenshot-Buoh-3.png</image> + </screenshot> + </screenshots> + <url type="homepage">http://buoh.steve-o.org/</url> + <provides> + <binary>buoh</binary> + </provides> + + <translation type="gettext">buoh</translation> + <update_contact>esteban AT steve-o DOT org</update_contact> +</component>
