~ruther/guix-local

38ee0d55285e3107386bc48a962f3f3c09ca24ec — Rutherther 2 months ago 1ed4f2b
gnu: webkitgtk: Ungraft.

* gnu/packages/webkit.scm
(webkitgtk): Ungraft.
(webkitgtk/fixed): Remove variable.

Change-Id: I7a21401afefac90c273b6b2e0159849cbb3652db
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 24 deletions(-)

M gnu/packages/webkit.scm
M gnu/packages/webkit.scm => gnu/packages/webkit.scm +3 -24
@@ 131,21 131,13 @@ engine that uses Wayland for graphics output.")
(define-public webkitgtk
  (package
    (name "webkitgtk")
    (version "2.48.1")
    (replacement webkitgtk/fixed)
    (version "2.50.3")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.webkitgtk.org/releases/"
                                  name "-" version ".tar.xz"))
                                  "webkitgtk-" version ".tar.xz"))
              (sha256
               (base32 "13r5xfhvy7gpjdm026wv5njmlfq9ab5sid9snzh0zjndqhhxzvwq"))
              (snippet
               #~(begin
                   (use-modules (guix build utils))
                   ;; https://bugs.webkit.org/show_bug.cgi?id=268739
                   ;; Fix a FTBFS on i686, powerpc64le.
                   (substitute* "Source/JavaScriptCore/llint/LowLevelInterpreter.cpp"
                     (("UNUSED_VARIABLE\\(t[67]\\);") ""))))
               (base32 "0kymjkskp2ndvs10hvqc0l7i3x19s2hga0g8azhv5djvd6s0d83h"))
              (patches (search-patches
                        "webkitgtk-adjust-bubblewrap-paths.patch"))))
    (build-system cmake-build-system)


@@ 302,19 294,6 @@ propagated by default) such as @code{gst-plugins-good} and
                   license:bsd-2
                   license:bsd-3))))

(define webkitgtk/fixed
  (package
    (inherit webkitgtk)
    (version "2.50.3")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.webkitgtk.org/releases/"
                                  "webkitgtk-" version ".tar.xz"))
              (sha256
               (base32 "0kymjkskp2ndvs10hvqc0l7i3x19s2hga0g8azhv5djvd6s0d83h"))
              (patches (search-patches
                        "webkitgtk-adjust-bubblewrap-paths.patch"))))))

(define-public webkitgtk-for-gtk3
  (package/inherit webkitgtk
    (name "webkitgtk-for-gtk3")