unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45696] [PATCH] Updated Liferea.
@ 2021-01-06 16:46 raingloom
  2021-01-10 11:09 ` bug#45696: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: raingloom @ 2021-01-06 16:46 UTC (permalink / raw)
  To: 45696

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

Switched to git-download because that seems to be preferred.
Added necessary new inputs.
WebKit workaround still seems to be necessary, since the relevant bug
report is still open on the Liferea issue tracker.

[-- Attachment #2: 0001-gnu-Updated-liferea-to-1.13.4.patch --]
[-- Type: text/x-patch, Size: 2822 bytes --]

From 4928367d00f8268b4be188cceec8e45bcf95d97b Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Wed, 6 Jan 2021 17:38:50 +0100
Subject: [PATCH] gnu: Updated liferea to 1.13.4.

* gnu/packages/syndiction.scm (liferea): Updated to 1.13.4.
                              [source]: Switched to git-download.
                              [native-inputs]:
                                Added autotools, automake, libtool.
---
 gnu/packages/syndication.scm | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 075fd7e3e6..efe231c92f 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -21,12 +21,15 @@
 (define-module (gnu packages syndication)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix download)
+  #:use-module (guix git-download)
   #:use-module (guix packages)
   #:use-module (guix build-system cargo)
   #:use-module (guix build-system glib-or-gtk)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system python)
   #:use-module (gnu packages)
+  #:use-module (gnu packages autotools)
+  #:use-module (gnu packages base)
   #:use-module (gnu packages check)
   #:use-module (gnu packages crates-io)
   #:use-module (gnu packages curl)
@@ -181,15 +184,15 @@ file system, and many more features.")
 (define-public liferea
   (package
     (name "liferea")
-    (version "1.12.9")
+    (version "1.13.4")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/lwindolf/liferea/"
-                           "releases/download/v" version "/liferea-"
-                           version ".tar.bz2"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/lwindolf/liferea/")
+             (commit (string-append "v" version))))
        (sha256
-        (base32 "06ybr1wjlfir8iqjx6x0v1knd4b2hsy30qmkk4kssy6ky2ahc66q"))))
+        (base32 "1g9463bvswsm899j6dfhslcg6np70m5wq143mjicr24zy8d17bm7"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:phases
@@ -208,11 +211,15 @@ file system, and many more features.")
                  `("PYTHONPATH" ":" prefix (,python-path))))
              #t)))))
     (native-inputs
-     `(("gettext" ,gettext-minimal)
+     `(("autoconf" ,autoconf)
+       ("automake" ,automake)
+       ("gettext" ,gettext-minimal)
        ("glib:bin" ,glib "bin")
        ("gobject-introspection" ,gobject-introspection)
        ("intltool" ,intltool)
-       ("pkg-config" ,pkg-config)))
+       ("libtool" ,libtool)
+       ("pkg-config" ,pkg-config)
+       ("which" ,which)))
     (inputs
      `(("glib-networking" ,glib-networking)
        ("gnome-keyring" ,gnome-keyring)
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45696: [PATCH] Updated Liferea.
  2021-01-06 16:46 [bug#45696] [PATCH] Updated Liferea raingloom
@ 2021-01-10 11:09 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-01-10 11:09 UTC (permalink / raw)
  To: raingloom; +Cc: 45696-done

Hello,

raingloom <raingloom@riseup.net> writes:

> Subject: [PATCH] gnu: Updated liferea to 1.13.4.

Applied. Thank you.

> * gnu/packages/syndiction.scm (liferea): Updated to 1.13.4.
>                               [source]: Switched to git-download.
>                               [native-inputs]:
>                                 Added autotools, automake, libtool.

I fixed indentation here.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-10 11:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-06 16:46 [bug#45696] [PATCH] Updated Liferea raingloom
2021-01-10 11:09 ` bug#45696: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).