GNU bug report logs - #41161
[PATCH 0/2] MATE: Some clean ups

Previous Next

Package: guix-patches;

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

Date: Sat, 9 May 2020 20:05:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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 41161 in the body.
You can then email your comments to 41161 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#41161; Package guix-patches. (Sat, 09 May 2020 20:05: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 20:05: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] MATE: Some clean ups
Date: Sat,  9 May 2020 22:04:10 +0200
Hi,

after core-updates got merged, we can remove the glib:bin hack again :)

In the 1.24 update series I somehow forget to update mate-common :P

atril is still on 1.22 and it's not trivial to update to 1.24. Upstream moved from a bundled version of synctex
to an external one. On Guix it's provided by texlive-bin, though we don't build texlive-bin with
`--enabled-shared` or `-fPIC`. So atril fails during build.

Jonathan Brielmaier (2):
  gnu: mate-common: Update to 1.24.1.
  gnu: mate: Don't propagate glib:bin anymore.

 gnu/packages/mate.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

--
2.26.2





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

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

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 41161 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 0/2] MATE: Some clean ups
Date: Sat,  9 May 2020 22:06:07 +0200
Hi,

after core-updates got merged, we can remove the glib:bin hack again :)

In the 1.24 update series I somehow forget to update mate-common :P

atril is still on 1.22 and it's not trivial to update to 1.24. Upstream moved from a bundled version of synctex
to an external one. On Guix it's provided by texlive-bin, though we don't build texlive-bin with
`--enabled-shared` or `-fPIC`. So atril fails during build.

Jonathan Brielmaier (2):
  gnu: mate-common: Update to 1.24.1.
  gnu: mate: Don't propagate glib:bin anymore.

 gnu/packages/mate.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

--
2.26.2





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

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

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 41161 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 2/2] gnu: mate: Don't propagate glib:bin anymore.
Date: Sat,  9 May 2020 22:06:08 +0200
* gnu/packages/mate.scm (mate)[propagated-inputs]: Remove as the proper fix arrived from core-updates.
---
 gnu/packages/mate.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 8ee7229d1c..e89102c17a 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1596,10 +1596,6 @@ used to bring up authentication dialogs.")
        ("shared-mime-info"          ,shared-mime-info)
        ("yelp"                      ,yelp)
        ("zenity"                    ,zenity)))
-    ;; FIXME: Propagating glib:bin fixes http://issues.guix.gnu.org/issue/38135
-    ;; The proper fix is in core-updates. So we can remove this after next merge.
-    (propagated-inputs
-     `(("glib:bin" ,glib "bin")))
     (synopsis "The MATE desktop environment")
     (home-page "https://mate-desktop.org/")
     (description
--
2.26.2





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

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

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 41161 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 1/2] gnu: mate-common: Update to 1.24.1.
Date: Sat,  9 May 2020 22:09:45 +0200
I forget this in the MATE 1.24 update patch series.

* gnu/packages/mate.scm (mate-common): Update to 1.24.1.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index d913836825..8ee7229d1c 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -75,7 +75,7 @@
 (define-public mate-common
   (package
     (name "mate-common")
-    (version "1.22.0")
+    (version "1.24.1")
     (source
      (origin
        (method url-fetch)
@@ -83,7 +83,7 @@
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "11lwckndizawbq993ws8lqp59vsc873zri0m8s1i5zyc4qx9f69z"))))
+         "1dgp6k2l6dz7x2lnqk4y5xfkld376726hda3mrc777f821kk99nr"))))
     (build-system gnu-build-system)
     (home-page "https://mate-desktop.org/")
     (synopsis "Common files for development of MATE packages")
--
2.26.2





Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Mon, 22 Jun 2020 18:33:01 GMT) Full text and rfc822 format available.

Notification sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
bug acknowledged by developer. (Mon, 22 Jun 2020 18:33:01 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Cc: 41161-done <at> debbugs.gnu.org
Subject: Re: [bug#41161] [PATCH 0/2] MATE: Some clean ups
Date: Mon, 22 Jun 2020 21:31:22 +0300
[Message part 1 (text/plain, inline)]
Thanks! Patches pushed.


-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#41161; Package guix-patches. (Mon, 22 Jun 2020 19:48:02 GMT) Full text and rfc822 format available.

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

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 41161-done <at> debbugs.gnu.org
Subject: [PATCH 0/2] MATE: Some clean ups
Date: Mon, 22 Jun 2020 21:46:53 +0200
Pushed by Efraim as a2ebd098d79ef2c9039854bff4002d1c77e82d3e and
5d9540ddcf8c61682a35ad56a9493bbee43d0747. Thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 Jul 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 272 days ago.

Previous Next


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