# Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=gnome-feeds pkgver=0.16.2 pkgrel=1 pkgdesc="RSS/Atom feed reader for GNOME" url="https://gitlab.gnome.org/World/gfeeds" # blocked by rust -> adwaita-icon-theme -> libhandy1 arch="noarch !s390x !riscv64" license="GPL-3.0-or-later" depends="py3-html5lib webkit2gtk py3-lxml py3-requests py3-feedparser gtk+3.0 py3-beautifulsoup4 py3-listparser py3-tz py3-readability-lxml py3-pygments py3-gobject3 py3-dateutil py3-pillow libhandy1" makedepends="meson gettext glib-dev gobject-introspection-dev gtk+3.0-dev" subpackages="$pkgname-lang" source="https://gitlab.gnome.org/World/gfeeds/-/archive/$pkgver/gfeeds-$pkgver.tar.gz" builddir="$srcdir/gfeeds-$pkgver" build() { abuild-meson . output meson compile ${JOBS:+-j ${JOBS}} -C output } check() { meson test --no-rebuild -v -C output } package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } sha512sums="a92e4102506c4e6c2c61ffd32805a173c03a142664a9a6af53ae2cfaae2e36c32a1c8d4e35f8455a950401ae2702a48641e47b90e5bc957fc457388af533a8c6 gfeeds-0.16.2.tar.gz"