25 lines
902 B
Bash
25 lines
902 B
Bash
# Template file for 'gfeeds'
|
|
pkgname=gfeeds
|
|
version=2.2.0
|
|
revision=1
|
|
build_style=meson
|
|
build_helper=gir
|
|
hostmakedepends="blueprint-compiler gettext glib-devel gtk-update-icon-cache
|
|
pkg-config"
|
|
makedepends="libadwaita-devel libwebkitgtk60-devel"
|
|
depends="libadwaita libwebkitgtk60 python3-BeautifulSoup4 python3-Pillow
|
|
python3-Pygments python3-dateutil python3-gobject python3-humanize
|
|
python3-magic python3-pytz python3-readability-lxml python3-syndom"
|
|
short_desc="RSS/Atom feed reader for GNOME"
|
|
maintainer="chrysos349 <chrysostom349@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://gfeeds.gabmus.org/"
|
|
distfiles="https://gitlab.gnome.org/World/gfeeds/-/archive/$version/gfeeds-$version.tar.gz"
|
|
checksum=13a3e99acbb0ee29389673fc0c9f9de69c29b6574acb848103ef0c5653a78b45
|
|
|
|
pre_build() {
|
|
if [ "$CROSS_BUILD" ]; then
|
|
export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
|
|
fi
|
|
}
|