emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45075: closed ([PATCH] gnu: Add hsetroot.)


From: GNU bug Tracking System
Subject: bug#45075: closed ([PATCH] gnu: Add hsetroot.)
Date: Fri, 11 Dec 2020 17:57:02 +0000

Your message dated Fri, 11 Dec 2020 18:56:03 +0100
with message-id <87v9d8447g.fsf@gnu.org>
and subject line Re: [bug#45075] [PATCH] gnu: Add hsetroot.
has caused the debbugs.gnu.org bug report #45075,
regarding [PATCH] gnu: Add hsetroot.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45075
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add hsetroot. Date: Sun, 06 Dec 2020 22:49:13 +0800

Attachment: 0001-gnu-Add-hsetroot.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [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

--- End Message ---

reply via email to

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