void-packages/srcpkgs/FeedReader/template
2018-09-24 16:33:07 -03:00

30 lines
1.1 KiB
Bash

# Template file for 'FeedReader'
pkgname=FeedReader
version=2.3.0
revision=1
build_style=meson
hostmakedepends="glib-devel intltool itstool pkg-config vala"
makedepends="gnome-online-accounts-devel gst-plugins-base1-devel json-glib-devel
libcurl-devel libgee08-devel libnotify-devel libpeas-devel libsecret-devel
rest-devel vala-devel webkit2gtk-devel gumbo-parser-devel"
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=afb549b67ce35d51c2a1bd3bddec3cc9f22a8339f92eff860aee27302017146e
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)
}