guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: next-gtk-webkit: Update to 1.3.0 and hide package.


From: guix-commits
Subject: 03/05: gnu: next-gtk-webkit: Update to 1.3.0 and hide package.
Date: Thu, 29 Aug 2019 13:10:00 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit aae704ddff32d938cc706b8eac1140af43a1fb55
Author: Pierre Neidhardt <address@hidden>
Date:   Thu Aug 29 18:59:10 2019 +0200

    gnu: next-gtk-webkit: Update to 1.3.0 and hide package.
    
    * gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.3.0.
    We hide the package because it is not usable on its own, it's a necessary
    backend for the `next' package.
---
 gnu/packages/web-browsers.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 366dc9d..eb144ba 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -365,10 +365,10 @@ vim editor and also easily configurable during runtime.  
Vimb is mostly keyboard
 driven and does not detract you from your daily work.")
     (license license:gpl3+)))
 
-(define-public next-gtk-webkit
+(define next-gtk-webkit
   (package
     (name "next-gtk-webkit")
-    (version "1.2.2")
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
@@ -377,7 +377,7 @@ driven and does not detract you from your daily work.")
              (commit version)))
        (sha256
         (base32
-         "1bif1k738knhifxhkn0d2x1m521zkx40pri44vyjqncp9r95hkbk"))
+         "0ibq30xrf871pkpasi8p9krn0pmd86rsdzb3jqvz3wnp4wa3hl9d"))
        (file-name (git-file-name "next" version))))
     (build-system glib-or-gtk-build-system)
     (arguments
@@ -399,7 +399,7 @@ driven and does not detract you from your daily work.")
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("webkitgtk" ,webkitgtk-2.24)))
     (native-inputs
-     `(("gcc-7" ,gcc-7) ; needed because webkitgtk-2.22 and above are compiled 
with gcc-7
+     `(("gcc-7" ,gcc-7)   ; needed because webkitgtk-2.24 and above are 
compiled with gcc-7
        ("pkg-config" ,pkg-config)))
     (home-page "https://next.atlas.engineer";)
     (synopsis "Infinitely extensible web-browser (user interface only)")



reply via email to

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