Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 11:50:22 +03:00
parent ac8770868f
commit dd0f66ba72
+2 -1
View File
@@ -1,9 +1,10 @@
name: appstream name: appstream
description: Package providing the foundations to build software-center applications description: Package providing the foundations to build software-center applications
version: 1.0.4 version: 1.0.4
revision: 2
url: https://www.freedesktop.org/wiki/Distributions/AppStream/ url: https://www.freedesktop.org/wiki/Distributions/AppStream/
license: LGPL2.1-or-later license: LGPL2.1-or-later
architecture: any architecture: any
depends: ["cairo","curl","fontconfig","freetype2","gcc","gdk-pixbuf","glib","glibc","librsvg","libxml2","libxmlb","libyaml","pango","zstd"] depends: ["cairo", "curl", "fontconfig", "freetype2", "gcc-libs", "gdk-pixbuf", "glib", "glibc", "librsvg", "libxml2", "libxmlb", "libyaml", "pango", "zstd"]
make_depends: ["gobject-introspection", "gperf", "itstool", "meson", "python-setuptools", "vala", "xmlto"] make_depends: ["gobject-introspection", "gperf", "itstool", "meson", "python-setuptools", "vala", "xmlto"]
type: source type: source