all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50438] [PATCH] gnu: thunar: Update to 4.17.1
@ 2021-09-06 19:47 André A. Gomes
  2021-09-15 14:51 ` bug#50438: " Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: André A. Gomes @ 2021-09-06 19:47 UTC (permalink / raw)
  To: 50438

[-- Attachment #1: 0001-gnu-thunar-Update-to-4.17.1.patch --]
[-- Type: text/x-patch, Size: 1961 bytes --]

From f8c178fdff2fd8de69a7a09777d2b7588b6fe5de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= <andremegafone@gmail.com>
Date: Mon, 6 Sep 2021 22:37:12 +0300
Subject: [PATCH] gnu: thunar: Update to 4.17.1.

* gnu/packages/xfce.scm (thunar): Update to 4.17.1.
[inputs]: Add gvfs.
---
 gnu/packages/xfce.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index c506f5e463..b40c5ce70a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 ;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
+;;; Copyright © 2021 André A. Gomes <andremegafone@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -781,7 +782,7 @@ like appearance, display, keyboard and mouse settings.")
 (define-public thunar
   (package
     (name "thunar")
-    (version "4.16.8")
+    (version "4.17.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -789,7 +790,7 @@ like appearance, display, keyboard and mouse settings.")
                                   "thunar-" version ".tar.bz2"))
               (sha256
                (base32
-                "159ircj0mahx54fqsr3l3ynk690zlpc6ar5pnyhhpk90s8la5303"))))
+                "0w957z22asd7dgchib99013csr628pvakagsqg38w6zhsmb9dy9k"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
@@ -797,6 +798,7 @@ like appearance, display, keyboard and mouse settings.")
     (inputs
      `(("exo" ,exo)
        ("gobject-introspection" ,gobject-introspection)
+       ("gvfs" ,gvfs)
        ("libexif" ,libexif)
        ("libgudev" ,libgudev)
        ("libnotify" ,libnotify)
-- 
2.33.0





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

* bug#50438: [PATCH] gnu: thunar: Update to 4.17.1
  2021-09-06 19:47 [bug#50438] [PATCH] gnu: thunar: Update to 4.17.1 André A. Gomes
@ 2021-09-15 14:51 ` Ludovic Courtès
  2021-09-15 15:10   ` [bug#50438] " Michael Rohleder
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2021-09-15 14:51 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 50438-done

Hi,

André A. Gomes <andremegafone@gmail.com> skribis:

>>From f8c178fdff2fd8de69a7a09777d2b7588b6fe5de Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= <andremegafone@gmail.com>
> Date: Mon, 6 Sep 2021 22:37:12 +0300
> Subject: [PATCH] gnu: thunar: Update to 4.17.1.
>
> * gnu/packages/xfce.scm (thunar): Update to 4.17.1.
> [inputs]: Add gvfs.

Applied, thanks!

Ludo’.




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

* [bug#50438] [PATCH] gnu: thunar: Update to 4.17.1
  2021-09-15 14:51 ` bug#50438: " Ludovic Courtès
@ 2021-09-15 15:10   ` Michael Rohleder
  2021-09-15 18:48     ` André A. Gomes
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Rohleder @ 2021-09-15 15:10 UTC (permalink / raw)
  To: 50438; +Cc: andremegafone, ludo

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

Ludovic Courtès <ludo@gnu.org> writes:
>>>From f8c178fdff2fd8de69a7a09777d2b7588b6fe5de Mon Sep 17 00:00:00 2001
>> From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= <andremegafone@gmail.com>
>> Date: Mon, 6 Sep 2021 22:37:12 +0300
>> Subject: [PATCH] gnu: thunar: Update to 4.17.1.
>>
>> * gnu/packages/xfce.scm (thunar): Update to 4.17.1.
>> [inputs]: Add gvfs.
>
> Applied, thanks!
>

I think, 4.17 is the development branch of xfce/thunar, no?

(https://lists.nongnu.org/archive/html/guix-patches/2021-02/msg00839.html)

-- 
Sind Sie auch vom Vögeln wachgeworden?
Und verwechseln Sie auch manchmal Dativ und Akkusativ?

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

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

* [bug#50438] [PATCH] gnu: thunar: Update to 4.17.1
  2021-09-15 15:10   ` [bug#50438] " Michael Rohleder
@ 2021-09-15 18:48     ` André A. Gomes
  2021-09-15 20:22       ` Michael Rohleder
  0 siblings, 1 reply; 6+ messages in thread
From: André A. Gomes @ 2021-09-15 18:48 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: ludo, 50438

Michael Rohleder <mike@rohleder.de> writes:

> Ludovic Courtès <ludo@gnu.org> writes:
>>>>From f8c178fdff2fd8de69a7a09777d2b7588b6fe5de Mon Sep 17 00:00:00 2001
>>> From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= <andremegafone@gmail.com>
>>> Date: Mon, 6 Sep 2021 22:37:12 +0300
>>> Subject: [PATCH] gnu: thunar: Update to 4.17.1.
>>>
>>> * gnu/packages/xfce.scm (thunar): Update to 4.17.1.
>>> [inputs]: Add gvfs.
>>
>> Applied, thanks!
>>
>
> I think, 4.17 is the development branch of xfce/thunar, no?
>
> (https://lists.nongnu.org/archive/html/guix-patches/2021-02/msg00839.html)

Oh, I wasn't aware of this.  I was confused myself, so I checked thunar's
wikipedia page that states that the stable release is 4.17.1.  The
latest is 4.17.5 so I thought it made sense.  

https://en.wikipedia.org/wiki/Thunar

My goal with this patch was mainly to include gvfs.  I don't really care
about the version.

How shall I proceed?  Thanks.


-- 
André A. Gomes
"Free Thought, Free World"




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

* [bug#50438] [PATCH] gnu: thunar: Update to 4.17.1
  2021-09-15 18:48     ` André A. Gomes
@ 2021-09-15 20:22       ` Michael Rohleder
  2021-09-16 19:59         ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Rohleder @ 2021-09-15 20:22 UTC (permalink / raw)
  To: André A. Gomes; +Cc: ludo, 50438

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

André A. Gomes <andremegafone@gmail.com> writes:
>> I think, 4.17 is the development branch of xfce/thunar, no?
>>
>> (https://lists.nongnu.org/archive/html/guix-patches/2021-02/msg00839.html)
>
> Oh, I wasn't aware of this.  I was confused myself, so I checked thunar's
> wikipedia page that states that the stable release is 4.17.1.  The
> latest is 4.17.5 so I thought it made sense.  
>
> https://en.wikipedia.org/wiki/Thunar

xfce has a release model like this:
https://www.xfce.org/about/releasemodel

Currently, this means 4.16 is the released version, 4.17 is the
development version (which becomes 4.18).

I think wikipedia is wrong here, because the announcement of 4.17.5
(https://mail.xfce.org/pipermail/xfce-announce/2021-September/001059.html)
says:

...
Release notes for 4.17.5
========================
[Please note that this is a development release.]
...

> My goal with this patch was mainly to include gvfs.  I don't really care
> about the version.
>
> How shall I proceed?  Thanks.

Make a patch that just does that.
Maybe, it could be useful to mention the reason for the inclusion of
gvfs, but I'm not sure.


Regards
mike

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

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

* [bug#50438] [PATCH] gnu: thunar: Update to 4.17.1
  2021-09-15 20:22       ` Michael Rohleder
@ 2021-09-16 19:59         ` Ludovic Courtès
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2021-09-16 19:59 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: André A. Gomes, 50438

Hi,

Michael Rohleder <mike@rohleder.de> skribis:

> André A. Gomes <andremegafone@gmail.com> writes:
>>> I think, 4.17 is the development branch of xfce/thunar, no?
>>>
>>> (https://lists.nongnu.org/archive/html/guix-patches/2021-02/msg00839.html)

Oh sorry, I had forgotten about that.  :-/

I’ll revert the upgrade and keep the gvfs addition.

Thanks,
Ludo’.




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

end of thread, other threads:[~2021-09-16 20:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 19:47 [bug#50438] [PATCH] gnu: thunar: Update to 4.17.1 André A. Gomes
2021-09-15 14:51 ` bug#50438: " Ludovic Courtès
2021-09-15 15:10   ` [bug#50438] " Michael Rohleder
2021-09-15 18:48     ` André A. Gomes
2021-09-15 20:22       ` Michael Rohleder
2021-09-16 19:59         ` Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.