guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: setroot: Depend on imlib2@1.7.


From: guix-commits
Subject: 04/05: gnu: setroot: Depend on imlib2@1.7.
Date: Thu, 2 Jun 2022 07:34:10 -0400 (EDT)

civodul pushed a commit to branch staging
in repository guix.

commit 0602444b7995358c404a2ff51a80f9f9a444e99a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jun 2 13:27:54 2022 +0200

    gnu: setroot: Depend on imlib2@1.7.
    
    * gnu/packages/xorg.scm (setroot)[inputs]: Use IMLIB2-1.7 instead of
    IMLIB2.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ee3e0b81d3..daf253a30f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2014, 2015, 2017, 2018, 2020 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2014, 2015 Eric Bavier <bavier@member.fsf.org>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès 
<ludo@gnu.org>
+;;; Copyright © 2015-2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
 ;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
 ;;; Copyright © 2015 Cyrill Schenkel <cyrill.schenkel@gmail.com>
@@ -6948,7 +6948,7 @@ the server and cleaning up before returning the exit 
status of the command.")
        (modify-phases %standard-phases
          (delete 'configure))))
     (inputs
-     (list imlib2 libx11 libxinerama))
+     (list imlib2-1.7 libx11 libxinerama))
     (home-page "https://github.com/ttzhou/setroot";)
     (synopsis "Simple X background setter inspired by imlibsetroot and feh")
     (description "Setroot is a lightweight X background setter with feh's



reply via email to

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