diff mbox series

[bug#40452] gnu: Update libxfce4util to 4.15.0

Message ID 1a20744a-719b-3a06-d366-e90e4c3c1533@riseup.net
State Accepted
Headers show
Series [bug#40452] gnu: Update libxfce4util to 4.15.0 | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Naga Malleswari April 5, 2020, 7:40 p.m. UTC
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

Comments

Naga Malleswari April 7, 2020, 11:57 a.m. UTC | #1
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.
>
Danny Milosavljevic April 7, 2020, 12:31 p.m. UTC | #2
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 ?
Danny Milosavljevic April 19, 2020, 6:09 p.m. UTC | #3
Hi,

reverted libxfce4util to 4.14.0, the latest stable version.
diff mbox series

Patch

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