From af78bfc3db4dfec730d17929c52dac7fcce4f2d8 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:25:10 +0300 Subject: [PATCH] Switch gcc dependenency to gcc-libs --- pkg.info | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 091472e..0a5d1f8 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: webkitgtk description: Cross-platform web browser engine for GTK version: 2.48.1 +revision: 2 url: https://webkitgtk.org/ license: AFL2.0 OR GPL2-or-later,Apache-2.0,Apache-2.0 WITH LLVM-exception,BSD-2-Clause,BSD-2-Clause-Views,BSD-3-Clause,BSD-Source-Code,BSL1.0,GPL2-only,GPL3-only WITH Autoconf-exception-3.0,GPL3-or-later WITH Bison-exception-2.2,ICU,ISC,LGPL2.1-only,LGPL2.1-or-later,MIT,MPL1.1,MPL2,NCSA,NCSA OR MIT,OFL1.1,SunPro,Unicode-TOU,bzip2-1.0.6 architecture: any -depends: ["at-spi2-core","bubblewrap","cairo","enchant","expat","fontconfig","freetype2","gcc","gdk-pixbuf","glib","glibc","gst-plugins-bad","gst-plugins-base","gstreamer","gtk3","harfbuzz","icu","libavif","libdrm","libepoxy","libgcrypt","libglvnd","libjpeg-turbo","libjxl","libpng","libseccomp","libsecret","libsoup","libtasn1","libwebp","libx11","libxml2","libxslt","mesa","openjpeg","pango","sqlite","wayland","woff2","xdg-dbus-proxy","zlib"] -make_depends: ["cmake","gobject-introspection","gperf","python3","ruby","unifdef","wayland-protocols"] +depends: ["at-spi2-core", "bubblewrap", "cairo", "enchant", "expat", "fontconfig", "freetype2", "gcc-libs", "gdk-pixbuf", "glib", "glibc", "gst-plugins-bad", "gst-plugins-base", "gstreamer", "gtk3", "harfbuzz", "icu", "libavif", "libdrm", "libepoxy", "libgcrypt", "libglvnd", "libjpeg-turbo", "libjxl", "libpng", "libseccomp", "libsecret", "libsoup", "libtasn1", "libwebp", "libx11", "libxml2", "libxslt", "mesa", "openjpeg", "pango", "sqlite", "wayland", "woff2", "xdg-dbus-proxy", "zlib"] +make_depends: ["cmake", "gobject-introspection", "gperf", "python3", "ruby", "unifdef", "wayland-protocols"] type: source