FeedReader: update to 2.2.

Closes #14188.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-07 02:04:46 -03:00 committed by Enno Boland
parent 023c674335
commit 07a14b97e8
2 changed files with 9 additions and 33 deletions

View file

@ -1,21 +0,0 @@
https://github.com/jangernert/FeedReader/issues/410
--- Constants.vala.in.orig
+++ Constants.vala.in
@@ -43,11 +43,11 @@ namespace FeedReader {
}
public class MediaButton : GLib.Object {
- public const string PLAY = N_("Play");
- public const string PAUSE = N_("Pause");
- public const string MUTE = N_("Mute");
- public const string UNMUTE = N_("Unmute");
- public const string CLOSE = N_("Close");
+ public const string PLAY = "Play";
+ public const string PAUSE = "Pause";
+ public const string MUTE = "Mute";
+ public const string UNMUTE = "Unmute";
+ public const string CLOSE = "Close";
}
public class Constants : GLib.Object {

View file

@ -1,21 +1,18 @@
# Template file for 'FeedReader' # Template file for 'FeedReader'
pkgname=FeedReader pkgname=FeedReader
version=2.0.2 version=2.2
revision=2 revision=1
build_style=cmake build_style=meson
hostmakedepends="pkg-config intltool itstool glib-devel vala hostmakedepends="glib-devel intltool itstool pkg-config vala"
$(vopt_if gir gobject-introspection)" makedepends="gnome-online-accounts-devel gst-plugins-base1-devel json-glib-devel
makedepends="gtk+3-devel vala-devel json-glib-devel libgee08-devel libsoup-devel libcurl-devel libgee08-devel libnotify-devel libpeas-devel libsecret-devel
sqlite-devel libsecret-devel libnotify-devel libxml2-devel rest-devel rest-devel vala-devel webkit2gtk-devel"
webkit2gtk-devel libpeas-devel libcurl-devel gnome-online-accounts-devel
gst-plugins-base1-devel"
short_desc="Modern desktop RSS desktop client" short_desc="Modern desktop RSS desktop client"
maintainer="Enno Boland <gottox@voidlinux.eu>" maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3" 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=949262912bc07f8d1ec72dfa1bbeafb0ed1cea992589e1ee5901e0630c714261 checksum=621b0fc544e37101b5a0486618144e83e4fd961020a3f67e80703c18a47d704f
make_build_args="VERBOSE=1"
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";;