[PATCH]: gnu: thunar: Update to 4.17.0.

  • Done
  • quality assurance status badge
Details
3 participants
  • Zhu Zihao
  • Ludovic Courtès
  • Michael Rohleder
Owner
unassigned
Submitted by
Zhu Zihao
Severity
normal
Z
Z
Zhu Zihao wrote on 14 Feb 2021 15:03
(address . guix-patches@gnu.org)
86lfbqhhlu.fsf@163.com

-----BEGIN PGP SIGNATURE-----

iIsEARYIADMWIQTUepyLKuOQW1Y9kTW+QrNSqfaCHwUCYCktnhUcYWxsX2J1dF9s
YXN0QDE2My5jb20ACgkQvkKzUqn2gh9JmAEAyw+FC0RkhCcGJxNPgcgDMsxclWln
9rIrb9nrgryBcrIBAJ+C+KvATySrz5zDVATz6yxI+KQ735OTCQCGvAXtDbAJ
=ANe3
-----END PGP SIGNATURE-----

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

Toggle diff (24 lines)
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
--
Retrieve my PGP public key:

gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao
M
M
Michael Rohleder wrote on 14 Feb 2021 18:14
(name . Zhu Zihao)(address . all_but_last@163.com)(address . 46511@debbugs.gnu.org)
87sg5yzi4k.fsf@rohleder.de
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.)
-----BEGIN PGP SIGNATURE-----

iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAmApWnsRHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyUmhAf+K75CQZ+w421lOrlX4l52O9mCzSqLV+mO
KbOzUNiwmDUW1AyTgKVLla1LjOhk00kRGp7Pnp9Bkvkss7T28OMvJoVkIs3CoNIw
LtTYHVXY7tNOcKftpmYhpkUz+x5QaIphD+Ob5M8bUqRNgwmfo/JhKl8qsaBC3XPE
ymEqdKF0mtHJQeQzoqX4+PBu4+q0ek1PLhPERSjs0W5h66nx0eTZkypxZvZPZA6c
ype7nfIUP+iTXiX0oy9HMO35D+difRQYhjdSCU9bS+Bl3s80tSIhBar/isXaamxt
RNrVSIO7XVDzFiPlrlyqG+fS3DuNvsI3BGZrkO4pkvaL0cQtL1cOkQ==
=VsCU
-----END PGP SIGNATURE-----

Z
Z
Zhu Zihao wrote on 15 Feb 2021 05:14
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 46511@debbugs.gnu.org)
86o8gmge6h.fsf@163.com
Michael Rohleder writes:

Toggle quote (12 lines)
> 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

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
-----BEGIN PGP SIGNATURE-----

iIsEARYIADMWIQTUepyLKuOQW1Y9kTW+QrNSqfaCHwUCYCn1NhUcYWxsX2J1dF9s
YXN0QDE2My5jb20ACgkQvkKzUqn2gh8jGQD/T5MkKPPZhILX6MaoEZ0lSfnE9DcT
ViXB/dR9IeyGed8BAOp9rThXc61KVALJ5A9GS6VfczB3pNMohxP0PdClyqEP
=nuQ5
-----END PGP SIGNATURE-----

L
L
Ludovic Courtès wrote on 22 Feb 2021 11:10
Re: bug#46511: [PATCH]: gnu: thunar: Update to 4.17.0.
(name . Zhu Zihao)(address . all_but_last@163.com)
874ki4ct01.fsf_-_@gnu.org
Hi,

Zhu Zihao <all_but_last@163.com> skribis:

Toggle quote (22 lines)
> 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’.
L
L
Ludovic Courtès wrote on 17 Mar 2021 22:32
control message for bug #46511
(address . control@debbugs.gnu.org)
87im5pxy7s.fsf@gnu.org
tags 46511 wontfix
close 46511
quit
?