unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40380] Update gnome-online-accounts Package description
@ 2020-04-01 19:19 Naga Malleswari
  2020-04-04 10:26 ` bug#40380: " Danny Milosavljevic
  2020-04-04 17:32 ` [bug#40380] Update gnome-online-accounts Package description Marius Bakke
  0 siblings, 2 replies; 7+ messages in thread
From: Naga Malleswari @ 2020-04-01 19:19 UTC (permalink / raw)
  To: 40380; +Cc: Danny Milosavljevic, Gábor Boskovits

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

Submitting patch to update package description for gnome-online-accounts
package.

Please review.

-- 
Regards
NagaMalli


[-- Attachment #2: 0001-gnu-Update-gnome-online-accounts-to-3.36.0.patch --]
[-- Type: text/x-patch, Size: 1581 bytes --]

From 966bf4d9d197e14cd69e2f937f803aed188da59f Mon Sep 17 00:00:00 2001
From: Naga Malleswari <nagamalli@riseup.net>
Date: Thu, 2 Apr 2020 00:45:56 +0530
Subject: [PATCH] gnu: Update gnome-online-accounts to 3.36.0.

* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.36.0.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bae20bae76..0e9768c70d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -49,6 +49,7 @@
 ;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright © 2020 raingloom <raingloom@riseup.net>
 ;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6081,7 +6082,7 @@ window manager.")
 (define-public gnome-online-accounts
   (package
     (name "gnome-online-accounts")
-    (version "3.32.1")
+    (version "3.36.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -6089,7 +6090,7 @@ window manager.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "08g9kdj8fzcgp76z2zsj9m7wfjks9z6xfrfrbfmcr69k40mapfx8"))))
+                "0bigfi225g1prnxpb9lcc1i7mdcrkplwb05vilc43jik12cn53qw"))))
     (outputs '("out" "lib"))
     (build-system glib-or-gtk-build-system)
     (arguments
-- 
2.25.1


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

* bug#40380: Update gnome-online-accounts Package description
  2020-04-01 19:19 [bug#40380] Update gnome-online-accounts Package description Naga Malleswari
@ 2020-04-04 10:26 ` Danny Milosavljevic
       [not found]   ` <75fd5cea-6e00-baa6-60cf-e204404555c7@riseup.net>
  2020-04-04 17:32 ` [bug#40380] Update gnome-online-accounts Package description Marius Bakke
  1 sibling, 1 reply; 7+ messages in thread
From: Danny Milosavljevic @ 2020-04-04 10:26 UTC (permalink / raw)
  To: Naga Malleswari; +Cc: 40380-done, Gábor Boskovits

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

Hi Naga,

thanks for the patch!

Pushed to guix master as commit dd233e4dfa705c9824c39eb7ce02aa7b25b1c9a5.

Note: gnome-todo didn't work both before and after this patch.
Note: gnome-tweaks was not reproducible both before and after this patch.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* [bug#40380] Update gnome-online-accounts Package description
  2020-04-01 19:19 [bug#40380] Update gnome-online-accounts Package description Naga Malleswari
  2020-04-04 10:26 ` bug#40380: " Danny Milosavljevic
@ 2020-04-04 17:32 ` Marius Bakke
  1 sibling, 0 replies; 7+ messages in thread
From: Marius Bakke @ 2020-04-04 17:32 UTC (permalink / raw)
  To: Naga Malleswari, 40380; +Cc: Danny Milosavljevic, Gábor Boskovits

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

Naga Malleswari <nagamalli@riseup.net> writes:

> Submitting patch to update package description for gnome-online-accounts
> package.

Thanks for the patch.  I see it has been pushed already, but I want to
ask whether you have tried using the Evolution mail client with this
patch?  Typically it needs to be updated together with
gnome-online-accounts.

Generally all the GNOME libraries and packages need to be updated
in lockstep to avoid incompatibilities.  But if you have tested these
patches on a GNOME system it's probably fine, just want to make sure.  :-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* [bug#40452] gnu: Update libxfce4util to 4.15.0
       [not found]             ` <20200404230745.21e697cf@scratchpost.org>
@ 2020-04-05 19:40               ` Naga Malleswari
       [not found]                 ` <handler.40452.B.15861156798459.ack@debbugs.gnu.org>
  2020-04-19 18:09                 ` [bug#40452] libxfce4util Danny Milosavljevic
  0 siblings, 2 replies; 7+ messages in thread
From: Naga Malleswari @ 2020-04-05 19:40 UTC (permalink / raw)
  To: dannym, 40452; +Cc: Gábor Boskovits

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

Hi

Submitting a patch for update of  I am adding a note

Note: lightdm didn't work both before and after this patch.


On 05/04/20 2:37 am, Danny Milosavljevic wrote:
> Hi Naga,
>
>> Which FAILED to build at lightdm-1.24.0
> please try whether lightdm was already broken before your change:
>
> Back out your change and then try again via
>
> ./pre-inst-env guix build lightdm

-- 
Regards
NagaMalli


[-- Attachment #2: 0001-gnu-Update-libxfce4util-to-4.15.0.patch --]
[-- Type: text/x-patch, Size: 1500 bytes --]

From ce933cb7a6514a9e9317bb44dc7e39423003b1b9 Mon Sep 17 00:00:00 2001
From: Naga Malleswari <nagamalli@riseup.net>
Date: Mon, 6 Apr 2020 01:04:39 +0530
Subject: [PATCH] gnu: Update libxfce4util to 4.15.0.

* gnu/packages/xfce.scm (libxfce4util): Update to 4.15.0.
---
 gnu/packages/xfce.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 428d89dd1b..aee579503b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2019 L  p R n  d n <guix@lprndn.info>
 ;;; Copyright © 2019 Ingo Ruhnke <grumbel@gmail.com>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
+;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -93,7 +94,7 @@
 (define-public libxfce4util
   (package
     (name "libxfce4util")
-    (version "4.14.0")
+    (version "4.15.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://archive.xfce.org/xfce/"
@@ -101,7 +102,7 @@
                                   "/src/" name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "093338faqqsrlc8dkmzr7qv411ysxczg1wlg7s3gvhrfk6vpkb9j"))))
+                "1lq9i30jdci4if2daxdcqni0x5jvpnaflgp19za9sks3gm4jma5v"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.25.1


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

* [bug#40452] Acknowledgement (gnu: Update libxfce4util to 4.15.0)
       [not found]                 ` <handler.40452.B.15861156798459.ack@debbugs.gnu.org>
@ 2020-04-07 11:57                   ` Naga Malleswari
  2020-04-07 12:31                     ` bug#40452: gnu: Update libxfce4util to 4.15.0 Danny Milosavljevic
  0 siblings, 1 reply; 7+ messages in thread
From: Naga Malleswari @ 2020-04-07 11:57 UTC (permalink / raw)
  To: 40452

Hi

I request to review my patch so that i can add it to my Outreachy
Application.

On 06/04/20 1:12 am, GNU bug Tracking System wrote:
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 40452@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
-- 
Regards
NagaMalli

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

* bug#40452: gnu: Update libxfce4util to 4.15.0
  2020-04-07 11:57                   ` [bug#40452] Acknowledgement (gnu: Update libxfce4util to 4.15.0) Naga Malleswari
@ 2020-04-07 12:31                     ` Danny Milosavljevic
  0 siblings, 0 replies; 7+ messages in thread
From: Danny Milosavljevic @ 2020-04-07 12:31 UTC (permalink / raw)
  To: Naga Malleswari; +Cc: 40452-done

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

Hi,

pushed to guix master as commit c0bff513a41a12b446565f3c0de06343acbb6e23
after changing the source URL because it didn't work.

Could you also update libxfce4ui - which is closely related - to 4.15.2 ?

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* [bug#40452] libxfce4util
  2020-04-05 19:40               ` [bug#40452] gnu: Update libxfce4util to 4.15.0 Naga Malleswari
       [not found]                 ` <handler.40452.B.15861156798459.ack@debbugs.gnu.org>
@ 2020-04-19 18:09                 ` Danny Milosavljevic
  1 sibling, 0 replies; 7+ messages in thread
From: Danny Milosavljevic @ 2020-04-19 18:09 UTC (permalink / raw)
  To: 40452

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

Hi,

reverted libxfce4util to 4.14.0, the latest stable version.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2020-04-19 18:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01 19:19 [bug#40380] Update gnome-online-accounts Package description Naga Malleswari
2020-04-04 10:26 ` bug#40380: " Danny Milosavljevic
     [not found]   ` <75fd5cea-6e00-baa6-60cf-e204404555c7@riseup.net>
     [not found]     ` <20200404154425.264cea7e@scratchpost.org>
     [not found]       ` <036b95d5-b230-67eb-8879-d00ad3df4135@riseup.net>
     [not found]         ` <20200404190119.703a41b2@scratchpost.org>
     [not found]           ` <a3b8e049-4b94-17a3-90a0-a035ea218668@riseup.net>
     [not found]             ` <20200404230745.21e697cf@scratchpost.org>
2020-04-05 19:40               ` [bug#40452] gnu: Update libxfce4util to 4.15.0 Naga Malleswari
     [not found]                 ` <handler.40452.B.15861156798459.ack@debbugs.gnu.org>
2020-04-07 11:57                   ` [bug#40452] Acknowledgement (gnu: Update libxfce4util to 4.15.0) Naga Malleswari
2020-04-07 12:31                     ` bug#40452: gnu: Update libxfce4util to 4.15.0 Danny Milosavljevic
2020-04-19 18:09                 ` [bug#40452] libxfce4util Danny Milosavljevic
2020-04-04 17:32 ` [bug#40380] Update gnome-online-accounts Package description Marius Bakke

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).