FeedReader: update to 2.2.1.
This commit is contained in:
parent
3074d73521
commit
9c0d98f6e8
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'FeedReader'
|
# Template file for 'FeedReader'
|
||||||
pkgname=FeedReader
|
pkgname=FeedReader
|
||||||
version=2.2
|
version=2.2.1
|
||||||
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"
|
||||||
@ -11,13 +11,19 @@ short_desc="Modern desktop RSS desktop client"
|
|||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
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/${version}.tar.gz"
|
||||||
checksum=621b0fc544e37101b5a0486618144e83e4fd961020a3f67e80703c18a47d704f
|
checksum=4dca0fe4622cebeb7cc7d3138d404e2b35877036da7588dd6867ac90a5763cf7
|
||||||
|
|
||||||
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() {
|
||||||
|
# The post-install scripts does stuff our hooks are supposed to do
|
||||||
|
# remove it.
|
||||||
|
sed '/meson.add_install_script/d' meson.build
|
||||||
|
}
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
: sed '/\/usr\/bin\/valac/s#--pkg=goa-#--pkg=Goa-#' \
|
: sed '/\/usr\/bin\/valac/s#--pkg=goa-#--pkg=Goa-#' \
|
||||||
-i $(find build -name build.make)
|
-i $(find build -name build.make)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user