guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: wpebackend-fdo: Update to 1.12.0.


From: guix-commits
Subject: 02/03: gnu: wpebackend-fdo: Update to 1.12.0.
Date: Sat, 29 Jan 2022 16:40:18 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit f0bc429a52ae414f1df2470e43e1fa9d0dd343a4
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jan 16 08:29:56 2022 +0100

    gnu: wpebackend-fdo: Update to 1.12.0.
    
    * gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.12.0.
    [build-system]: Use meson-build-system.
    [inputs]: Add libepoxy.
---
 gnu/packages/webkit.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 86a96d2089..d683d0aa5b 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -99,21 +99,21 @@ the WPE-flavored port of WebKit.")
 (define-public wpebackend-fdo
   (package
     (name "wpebackend-fdo")
-    (version "1.6.1")
+    (version "1.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://wpewebkit.org/releases/";
                                   "wpebackend-fdo-" version ".tar.xz"))
               (sha256
                (base32
-                "1jdi43gciqjgvhnqxs160f3hmp1hkqhrllb0hhmldyxc4wryw3kl"))))
-    (build-system cmake-build-system)
+                "1b3l02dns1yxw3rq18cv00qan4hp95mxw5b3ssc0fh93ap0wjfb2"))))
+    (build-system meson-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
     (native-inputs
      (list pkg-config))
     (inputs
-     (list glib libwpe mesa wayland))
+     (list glib libepoxy libwpe mesa wayland))
     (home-page "https://wpewebkit.org/";)
     (synopsis "Wayland WPE backend")
     (description



reply via email to

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