FeedReader: update to 2.2.1.

This commit is contained in:
maxice8 2018-08-26 13:39:20 -03:00
parent 3074d73521
commit 9c0d98f6e8
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,6 +1,6 @@
# Template file for 'FeedReader'
pkgname=FeedReader
version=2.2
version=2.2.1
revision=1
build_style=meson
hostmakedepends="glib-devel intltool itstool pkg-config vala"
@ -11,13 +11,19 @@ short_desc="Modern desktop RSS desktop client"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3.0-only"
homepage="https://jangernert.github.io/FeedReader/"
distfiles="https://github.com/jangernert/$pkgname/archive/v$version.tar.gz"
checksum=621b0fc544e37101b5a0486618144e83e4fd961020a3f67e80703c18a47d704f
distfiles="https://github.com/jangernert/${pkgname}/archive/${version}.tar.gz"
checksum=4dca0fe4622cebeb7cc7d3138d404e2b35877036da7588dd6867ac90a5763cf7
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/2615/steps/shell_3/logs/stdio";;
esac
pre_configure() {
# The post-install scripts does stuff our hooks are supposed to do
# remove it.
sed '/meson.add_install_script/d' meson.build
}
pre_build() {
: sed '/\/usr\/bin\/valac/s#--pkg=goa-#--pkg=Goa-#' \
-i $(find build -name build.make)