guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45075: [PATCH] gnu: Add hsetroot.


From: Ludovic Courtès
Subject: bug#45075: [PATCH] gnu: Add hsetroot.
Date: Fri, 11 Dec 2020 18:56:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hi,

Z572 <873216071@qq.com> skribis:

>>From ee9f7740d38c03d4331a971dcd2dc0df327d5a6c Mon Sep 17 00:00:00 2001
> From: Zheng Junjie <873216071@qq.com>
> Date: Sun, 6 Dec 2020 21:36:11 +0800
> Subject: [PATCH 1/1] gnu: Add hsetroot.
>
> ---
>  gnu/packages/xorg.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 42 insertions(+)

I added a commit log following our conventions, made the changes below,
and committed.

Thanks!

Ludo’.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9032f418c6..ae25d093de 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4495,7 +4495,6 @@ up your screen.")
 a display running X server.")
     (license license:x11)))
 
-
 (define-public hsetroot
   (package
     (name "hsetroot")
@@ -4532,9 +4531,9 @@ a display running X server.")
      `(("pkg-config" ,pkg-config)))
     (synopsis "Imlib2-based wallpaper changer")
     (description
-     "A tool which allows you to compose wallpapers for X.
-  A fork of hsetroot by Hyriand.")
-    (license license:gpl2)))
+     "The @command{hsetroot} command composes wallpapers for X.
+This package is the fork of hsetroot by Hyriand.")
+    (license license:gpl2+)))
 
 
 (define-public xtrans

reply via email to

[Prev in Thread] Current Thread [Next in Thread]