[PATCH] gnu: xfce4-settings: Update to 4.16.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Tobias Geerinckx-Rice
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20210424102524.19614-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.1.
---
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 cdb0c8adcd..d8addd019e 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -727,7 +727,7 @@ allows you to shut down the computer from Xfce.")
(define-public xfce4-settings
(package
(name "xfce4-settings")
- (version "4.16.0")
+ (version "4.16.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -735,7 +735,7 @@ allows you to shut down the computer from Xfce.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "1hnx88a8xmi38mdf5gxdvx7n8yax1vzah8hy8g37bijlqx7l18b7"))
+ "1iim6sbh58hjwdmwsdlbh9bdnrs2k98crapv3kdhwkd3gazf2a5v"))
(patches (search-patches "xfce4-settings-defaults.patch"))))
(build-system gnu-build-system)
(arguments
--
2.31.1
Tobias Geerinckx-Rice wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)
871rb03prs.fsf@nckx
Michael,

Michael Rohleder writes:
Toggle quote (2 lines)
> * gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.1.

Thanks! Pushed as 289c5e7040b6bccd88d09b907be3492edb833791.

As a presumed user, do you have an opinion about enabling upower
and/or colord support?

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYIP7xw0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15p0YBAN7PLi3t2R0xLh9cKOdrSC7kHYjvPpZJNov/xvFD
HMQzAQCtBuFILwOQ/taOd8venibfELbvZdZflSnQH12pxPvSDQ==
=LvBh
-----END PGP SIGNATURE-----

Michael Rohleder wrote 4 years ago
(name . Tobias Geerinckx-Rice)(address . me@tobias.gr)(address . 47990@debbugs.gnu.org)
87czui7hin.fsf@rohleder.de
Hey nckx!

Tobias Geerinckx-Rice <me@tobias.gr> writes:
Toggle quote (4 lines)
> As a presumed user, do you have an opinion about enabling upower
> and/or colord support?
>

No, I don't have an opinion about this. Maybe because the (xfce) power
management (gui) works good enough for me and I don't use/need colord...

--
On the eigth day, God started debugging
-----BEGIN PGP SIGNATURE-----

iQFEBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAmCFTJARHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyWPhwf40gbTVeSljkcOA8hrjRKMiZmcckz6uE6b
02u6owWY31+DDlgrSAcqMd48GKlZgAtyzEM1E7H1O215+hNCuSU3J/UeBAr/A0Qz
3n9kbWRjyfHWEX2+uFhKafwtv2Kwja7bUcPaX6XruYdCm0ZLcz0M36JSCgwtR1cb
otRZgLAWHZAbut8T2naheNeaXUzbEKn7cou19sB+lL34S8WCsPGX0Wl04Tk3t1bw
yINKoA/LdsOGYr7dii1AMnjg85Mwytfecs7bg6N7MGw7MzbEuQKo/I3T2UxadQhv
sxI+Px96MkWIbaVfRRXW+VSA8+WqgXbqnmlYtvk/S1TnrWikd4kL
=YSAl
-----END PGP SIGNATURE-----

Tobias Geerinckx-Rice wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 47990@debbugs.gnu.org)
87h7ju34m7.fsf@nckx
Michael Rohleder writes:
Toggle quote (5 lines)
> No, I don't have an opinion about this. Maybe because the
> (xfce) power
> management (gui) works good enough for me and I don't use/need
> colord...

OK, let's keep it small(er) for now.

Thanks!

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYIVm4A0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW156tkA/Rt9AgCpKJE1E6I0AJgFLNvqWMrawHHTXRt6ygBQ
EWlyAQCC5XepLxl3rPpMBvz4OTggek+YNpad3xX6cwr6bWkzCw==
=wa8D
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 47990@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 47990
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help