diff --git a/srcpkgs/FeedReader/template b/srcpkgs/FeedReader/template index be733226a18..63777ce3d9f 100644 --- a/srcpkgs/FeedReader/template +++ b/srcpkgs/FeedReader/template @@ -1,6 +1,6 @@ # Template file for 'FeedReader' pkgname=FeedReader -version=2.5.1 +version=2.6.0 revision=1 build_style=meson hostmakedepends="glib-devel intltool itstool pkg-config vala" @@ -12,19 +12,13 @@ maintainer="Enno Boland " license="GPL-3.0-only" homepage="https://jangernert.github.io/FeedReader/" distfiles="https://github.com/jangernert/${pkgname}/archive/v${version}.tar.gz" -checksum=a6d666599100b1d5f8e76539e0abe907dd1cf078d4d4dbe5afc655c326bd2ff9 +checksum=f41440b87c02b41174ccb26bc1ce5d04ff19393dbf2582777ca122dcb021d731 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) + # Remove DecSync plugin which is a git submodule + sed -i "s|'decsync', ||g" meson_options.txt }