unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46511] [PATCH]: gnu: thunar: Update to 4.17.0.
@ 2021-02-14 14:03 Zhu Zihao
  2021-02-14 17:14 ` Michael Rohleder
  0 siblings, 1 reply; 4+ messages in thread
From: Zhu Zihao @ 2021-02-14 14:03 UTC (permalink / raw)
  To: 46511


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



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-thunar-Update-to-4.17.0.patch --]
[-- Type: text/x-patch, Size: 1239 bytes --]

From f5f1955272be68a5d80b85cc1f7a4d04ff64fb4d Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Sun, 14 Feb 2021 21:57:26 +0800
Subject: [PATCH] gnu: thunar: Update to 4.17.0.

* gnu/packages/xfce.scm(thunar): Update to 4.17.0.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 9d8fead43c..8be4efb92e 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -765,7 +765,7 @@ like appearance, display, keyboard and mouse settings.")
 (define-public thunar
   (package
     (name "thunar")
-    (version "4.16.2")
+    (version "4.17.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -773,7 +773,7 @@ like appearance, display, keyboard and mouse settings.")
                                   "thunar-" version ".tar.bz2"))
               (sha256
                (base32
-                "1pbspa31q4kgydjzmssahq3k0wcy10ma466dlsd2y69nqjc0pab7"))))
+                "19gqd5fcv0nxwz7wkv6jydjy06hjw7in98n2dvbr59mxv014y05d"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.30.0


[-- Attachment #3: Type: text/plain, Size: 100 bytes --]


-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

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

* [bug#46511] [PATCH]: gnu: thunar: Update to 4.17.0.
  2021-02-14 14:03 [bug#46511] [PATCH]: gnu: thunar: Update to 4.17.0 Zhu Zihao
@ 2021-02-14 17:14 ` Michael Rohleder
  2021-02-15  4:14   ` Zhu Zihao
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Rohleder @ 2021-02-14 17:14 UTC (permalink / raw)
  To: Zhu Zihao; +Cc: 46511

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

Hello Zhu,

Thank you for the patch!

I think, 4.17.0 is a development release.  From the release notes:

Release notes for 4.17.0
========================
I am pleased to provide you this thunar development release, adding
plenty of new features.
...


-- 
Computers don't actually think.
You just think they think.
(We think.)

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

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

* [bug#46511] [PATCH]: gnu: thunar: Update to 4.17.0.
  2021-02-14 17:14 ` Michael Rohleder
@ 2021-02-15  4:14   ` Zhu Zihao
  2021-02-22 10:10     ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Zhu Zihao @ 2021-02-15  4:14 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 46511

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


Michael Rohleder writes:

> Hello Zhu,
>
> Thank you for the patch!
>
> I think, 4.17.0 is a development release.  From the release notes:
>
> Release notes for 4.17.0
> ========================
> I am pleased to provide you this thunar development release, adding
> plenty of new features.
> ...

Thanks for your reminder, I just read the page
https://www.xfce.org/about/releasemodel.

IMO, the called "stable release" just like LTS, the development release
doesn't mean it's a buggy verion. So if it's not suitable to upgrade the
original definition, we may provide it as an alternative packages(e.g.
thunar@4.17.0 vs thunar@4.16.2).
-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

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

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

* [bug#46511] [PATCH]: gnu: thunar: Update to 4.17.0.
  2021-02-15  4:14   ` Zhu Zihao
@ 2021-02-22 10:10     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2021-02-22 10:10 UTC (permalink / raw)
  To: Zhu Zihao; +Cc: Michael Rohleder, 46511

Hi,

Zhu Zihao <all_but_last@163.com> skribis:

> Michael Rohleder writes:
>
>> Hello Zhu,
>>
>> Thank you for the patch!
>>
>> I think, 4.17.0 is a development release.  From the release notes:
>>
>> Release notes for 4.17.0
>> ========================
>> I am pleased to provide you this thunar development release, adding
>> plenty of new features.
>> ...
>
> Thanks for your reminder, I just read the page
> https://www.xfce.org/about/releasemodel.
>
> IMO, the called "stable release" just like LTS, the development release
> doesn't mean it's a buggy verion. So if it's not suitable to upgrade the
> original definition, we may provide it as an alternative packages(e.g.
> thunar@4.17.0 vs thunar@4.16.2).

Normally we’d just provide what upstream calls “stable”, so 4.16 in this
case.  I don’t think it’s reasonable to maintain two versions.

Thoughts?

Thanks,
Ludo’.




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

end of thread, other threads:[~2021-02-22 10:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-14 14:03 [bug#46511] [PATCH]: gnu: thunar: Update to 4.17.0 Zhu Zihao
2021-02-14 17:14 ` Michael Rohleder
2021-02-15  4:14   ` Zhu Zihao
2021-02-22 10:10     ` Ludovic Courtès

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