guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: imlib2: Reintroduce 1.7.1.


From: guix-commits
Subject: 01/05: gnu: imlib2: Reintroduce 1.7.1.
Date: Thu, 2 Jun 2022 07:34:09 -0400 (EDT)

civodul pushed a commit to branch staging
in repository guix.

commit 405019f590255da5138b9666339787e41d4c1d39
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jun 2 13:02:47 2022 +0200

    gnu: imlib2: Reintroduce 1.7.1.
    
    * gnu/packages/image.scm (imlib2-1.7): New variable.
---
 gnu/packages/image.scm | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 27cb74d2a3..b3b211a856 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2017, 2019, 2021 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2013, 2017, 2019, 2021-2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2013, 2015, 2016 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2014, 2015, 2016, 2020 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2014, 2015 Alex Kost <alezost@gmail.com>
@@ -1024,6 +1024,19 @@ This is a complete rewrite over the Imlib 1.x series.  
The architecture is
 more modular, simple, and flexible.")
     (license license:imlib2)))
 
+(define-public imlib2-1.7
+  (package
+    (inherit imlib2)
+    (version "1.7.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://sourceforge/enlightenment/imlib2-src/" version
+                    "/imlib2-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "01y45cdml2dr9cqgybrgxr86sd77d1qfa1gzclzy1j6bkminlfh3"))))))
+
 (define-public giblib
   (package
     (name "giblib")



reply via email to

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