FeedReader: update to 2.2.
Closes #14188. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
023c674335
commit
07a14b97e8
|
@ -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 {
|
|
@ -1,21 +1,18 @@
|
|||
# Template file for 'FeedReader'
|
||||
pkgname=FeedReader
|
||||
version=2.0.2
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config intltool itstool glib-devel vala
|
||||
$(vopt_if gir gobject-introspection)"
|
||||
makedepends="gtk+3-devel vala-devel json-glib-devel libgee08-devel libsoup-devel
|
||||
sqlite-devel libsecret-devel libnotify-devel libxml2-devel rest-devel
|
||||
webkit2gtk-devel libpeas-devel libcurl-devel gnome-online-accounts-devel
|
||||
gst-plugins-base1-devel"
|
||||
version=2.2
|
||||
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"
|
||||
short_desc="Modern desktop RSS desktop client"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://jangernert.github.io/FeedReader/"
|
||||
distfiles="https://github.com/jangernert/$pkgname/archive/v$version.tar.gz"
|
||||
checksum=949262912bc07f8d1ec72dfa1bbeafb0ed1cea992589e1ee5901e0630c714261
|
||||
make_build_args="VERBOSE=1"
|
||||
checksum=621b0fc544e37101b5a0486618144e83e4fd961020a3f67e80703c18a47d704f
|
||||
|
||||
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";;
|
||||
|
|
Loading…
Reference in New Issue