Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
name: libical
|
name: libical
|
||||||
description: Open Source implementation of the iCalendar protocols and protocol data units
|
description: Open Source implementation of the iCalendar protocols and protocol data units
|
||||||
version: 3.0.20
|
version: 3.0.20
|
||||||
|
revision: 2
|
||||||
url: https://github.com/libical/libical
|
url: https://github.com/libical/libical
|
||||||
license: MPL2 OR LGPL2.1-or-later
|
license: MPL2 OR LGPL2.1-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["gcc","glib","glibc","icu","libxml2"]
|
depends: ["gcc-libs", "glib", "glibc", "icu", "libxml2"]
|
||||||
make_depends: ["cmake","gobject-introspection","ninja","vala","python-pygobject"]
|
make_depends: ["cmake", "gobject-introspection", "ninja", "vala", "python-pygobject"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user