FeedReader: update to 2.6.0.

This commit is contained in:
maxice8 2018-12-04 05:19:44 -02:00 committed by maxice8
parent f7305ac77b
commit 5c322e003b

View file

@ -1,6 +1,6 @@
# Template file for 'FeedReader' # Template file for 'FeedReader'
pkgname=FeedReader pkgname=FeedReader
version=2.5.1 version=2.6.0
revision=1 revision=1
build_style=meson build_style=meson
hostmakedepends="glib-devel intltool itstool pkg-config vala" hostmakedepends="glib-devel intltool itstool pkg-config vala"
@ -12,19 +12,13 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3.0-only" license="GPL-3.0-only"
homepage="https://jangernert.github.io/FeedReader/" homepage="https://jangernert.github.io/FeedReader/"
distfiles="https://github.com/jangernert/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/jangernert/${pkgname}/archive/v${version}.tar.gz"
checksum=a6d666599100b1d5f8e76539e0abe907dd1cf078d4d4dbe5afc655c326bd2ff9 checksum=f41440b87c02b41174ccb26bc1ce5d04ff19393dbf2582777ca122dcb021d731
case "$XBPS_TARGET_MACHINE" in 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";; x86_64-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/2615/steps/shell_3/logs/stdio";;
esac esac
pre_configure() { pre_configure() {
# The post-install scripts does stuff our hooks are supposed to do # Remove DecSync plugin which is a git submodule
# remove it. sed -i "s|'decsync', ||g" meson_options.txt
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)
} }