[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10939: update webkitgtk to 2.46.5
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10939: update webkitgtk to 2.46.5 |
Date: |
Thu, 26 Dec 2024 02:31:30 -0500 (EST) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10939
revision-id: carlhansen@gnu.org-20241226073124-7sj3lsk5ubac221k
parent: carlhansen@gnu.org-20241226010127-tup36gre8556so34
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Thu 2024-12-26 07:31:24 +0000
message:
update webkitgtk to 2.46.5
modified:
pkg/gnome/webkitgtk/Makefile makefile-20180422233759-95ky68kzp3jzrcr4-3
pkg/gnome/webkitgtk/config.mk config.mk-20180422233759-95ky68kzp3jzrcr4-2
pkg/gnome/webkitgtk/sha256sums sha256sums-20180422233759-95ky68kzp3jzrcr4-4
=== modified file 'pkg/gnome/webkitgtk/Makefile'
--- a/pkg/gnome/webkitgtk/Makefile 2024-11-28 13:28:54 +0000
+++ b/pkg/gnome/webkitgtk/Makefile 2024-12-26 07:31:24 +0000
@@ -21,7 +21,7 @@
NAME = WebKitGTK
GARNAME = webkitgtk
-GARVERSION = 2.46.4
+GARVERSION = 2.46.5
HOME_URL = https://www.webkitgtk.org/
DESCRIPTION = lib for applications interacting with the WWW, using GTK+
define BLURB
@@ -35,19 +35,23 @@
BUILDDEPS =
# fontconfig freetype2
+# apt install unifdef woff2 libhyphen-dev
+#
LIBDEPS =
-# FIXME doesn't build for me
######################################################################
include ../../../gar/gar.lib/cmake.mk
include config.mk
-# error message:
+CMAKE_CONFIGURE_ARGS += -D PORT="GTK"
# check that when version updated
# need to
# set(PORT "GTK")
+# Above line does it; there are other options.
+#
+
=== modified file 'pkg/gnome/webkitgtk/config.mk'
--- a/pkg/gnome/webkitgtk/config.mk 2024-11-19 18:51:20 +0000
+++ b/pkg/gnome/webkitgtk/config.mk 2024-12-26 07:31:24 +0000
@@ -1,5 +1,8 @@
## Configuration options
## adjust as needed
-CONFIGURE_OPTS ?= -DPORT=GTK
-BUILD_OPTS ?= CFLAGS=-DPORT=GTK
+CONFIGURE_OPTS ?=
+#-DPORT=GTK
+BUILD_OPTS ?=
+#CFLAGS=-DPORT=GTK
+# CMAKEFLAG?
=== modified file 'pkg/gnome/webkitgtk/sha256sums'
--- a/pkg/gnome/webkitgtk/sha256sums 2024-11-28 13:28:54 +0000
+++ b/pkg/gnome/webkitgtk/sha256sums 2024-12-26 07:31:24 +0000
@@ -1,1 +1,1 @@
-0eff5f0ab0a2872ec87df62bc32e3289c8af625716ac71e94b298d74e0374176
download/webkitgtk-2.46.4.tar.xz
+bad4020bb0cfb3e740df3082c2d9cbf67cf4095596588a56aecdde6702137805
download/webkitgtk-2.46.5.tar.xz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10939: update webkitgtk to 2.46.5,
Carl Hansen <=