GNU bug report logs - #41162
[PATCH 0/2] [core-updates] Update atril.

Previous Next

Package: guix-patches;

Reported by: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

Date: Sat, 9 May 2020 21:10:02 UTC

Severity: normal

Tags: patch

Done: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41162 in the body.
You can then email your comments to 41162 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#41162; Package guix-patches. (Sat, 09 May 2020 21:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 09 May 2020 21:10:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: guix-patches <at> gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 0/2] [core-updates] Update atril.
Date: Sat,  9 May 2020 23:09:14 +0200
This patch series is for core-updates as a change to texlive-bin is required.
atril now uses the system libsynctex and not the bundled version anymore. So build
the shared libraries of texlive-bin.

I couldn't build the series as it would take to long on my laptop :(

Jonathan Brielmaier (2):
  gnu: texlive-bin: Build shared libraries.
  gnu: atril: Update to 1.24.0.

 gnu/packages/mate.scm | 5 +++--
 gnu/packages/tex.scm  | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

--
2.26.2





Information forwarded to guix-patches <at> gnu.org:
bug#41162; Package guix-patches. (Sat, 09 May 2020 21:12:02 GMT) Full text and rfc822 format available.

Message #8 received at 41162 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 41162 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 1/2] gnu: texlive-bin: Build shared libraries.
Date: Sat,  9 May 2020 23:11:17 +0200
* gnu/packages/tex.scm (texlive-bin)[arguments]: Enable shared libraries as it's required for atril >= 1.24.
---
 gnu/packages/tex.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 683f9d7283..b206f794f8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -322,6 +322,7 @@ files from LOCATIONS with expected checksum HASH.  CODE is not currently in use.
       #:configure-flags
        '("--disable-static"
          "--disable-native-texlive-build"
+         "--enable-shared"
          "--with-system-cairo"
          "--with-system-freetype2"
          "--with-system-gd"
--
2.26.2





Information forwarded to guix-patches <at> gnu.org:
bug#41162; Package guix-patches. (Sat, 09 May 2020 21:12:02 GMT) Full text and rfc822 format available.

Message #11 received at 41162 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 41162 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 2/2] gnu: atril: Update to 1.24.0.
Date: Sat,  9 May 2020 23:11:18 +0200
* gnu/packages/mate.scm (atril): Update to 1.24.0.
[native-inputs]: Add texlive-bin for synctex.
---
 gnu/packages/mate.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index e89102c17a..c80313e205 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -716,7 +716,7 @@ infamous 'Wanda the Fish'.")
 (define-public atril
   (package
     (name "atril")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -724,7 +724,7 @@ infamous 'Wanda the Fish'.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1xd49j4qwrlg2nh2zvspf91yk033dp8a58dy9azqg2yz4bcvywxb"))))
+         "0967gxw7h2qh2kpwl0jgv58hicz6aa92kr12mnykbpikad25s95y"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list (string-append "--with-openjpeg="
@@ -768,6 +768,7 @@ infamous 'Wanda the Fish'.")
        ("glib:bin" ,glib "bin")
        ("gobject-introspection" ,gobject-introspection)
        ("gtk-doc" ,gtk-doc)
+       ("texlive-bin" ,texlive-bin) ;synctex
        ("xmllint" ,libxml2)
        ("zlib" ,zlib)))
     (inputs
--
2.26.2





Information forwarded to guix-patches <at> gnu.org:
bug#41162; Package guix-patches. (Tue, 08 Dec 2020 20:30:02 GMT) Full text and rfc822 format available.

Message #14 received at 41162 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Cc: 41162 <at> debbugs.gnu.org
Subject: Re: [bug#41162] [PATCH 0/2] [core-updates] Update atril.
Date: Tue, 08 Dec 2020 20:29:10 +0000
[Message part 1 (text/plain, inline)]
Jonathan Brielmaier <jonathan.brielmaier <at> web.de> writes:

> This patch series is for core-updates as a change to texlive-bin is required.
> atril now uses the system libsynctex and not the bundled version anymore. So build
> the shared libraries of texlive-bin.
>
> I couldn't build the series as it would take to long on my laptop :(
>
> Jonathan Brielmaier (2):
>   gnu: texlive-bin: Build shared libraries.
>   gnu: atril: Update to 1.24.0.
>
>  gnu/packages/mate.scm | 5 +++--
>  gnu/packages/tex.scm  | 1 +
>  2 files changed, 4 insertions(+), 2 deletions(-)

This looks good to me!
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#41162; Package guix-patches. (Tue, 08 Dec 2020 21:10:02 GMT) Full text and rfc822 format available.

Message #17 received at 41162 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 41162 <at> debbugs.gnu.org
Subject: Re: [bug#41162] [PATCH 0/2] [core-updates] Update atril.
Date: Tue, 8 Dec 2020 22:09:28 +0100
On 08.12.20 21:29, Christopher Baines wrote:
> This looks good to me!

So I can just push this now to core-updates now, I guess?




Information forwarded to guix-patches <at> gnu.org:
bug#41162; Package guix-patches. (Tue, 08 Dec 2020 21:29:02 GMT) Full text and rfc822 format available.

Message #20 received at 41162 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Cc: 41162 <at> debbugs.gnu.org
Subject: Re: [bug#41162] [PATCH 0/2] [core-updates] Update atril.
Date: Tue, 08 Dec 2020 21:28:13 +0000
[Message part 1 (text/plain, inline)]
Jonathan Brielmaier <jonathan.brielmaier <at> web.de> writes:

> On 08.12.20 21:29, Christopher Baines wrote:
>> This looks good to me!
>
> So I can just push this now to core-updates now, I guess?

Yeah, go ahead, the branch isn't frozen yet as far as I know.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
You have taken responsibility. (Wed, 07 Jul 2021 22:11:02 GMT) Full text and rfc822 format available.

Notification sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
bug acknowledged by developer. (Wed, 07 Jul 2021 22:11:02 GMT) Full text and rfc822 format available.

Message #25 received at 41162-done <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 41162-done <at> debbugs.gnu.org
Subject: [PATCH 0/2] [core-updates] Update atril.
Date: Thu, 8 Jul 2021 00:10:04 +0200
Pushed as 955e523bdc8ed4307103218a580b7ed9635f9c95 to core-updates in
December 2020. Closing.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 05 Aug 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 265 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.