From f07db0146f2a97686fa6c984123c4e95664dda04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E5=8C=97=E5=86=B5=E5=BD=92?= <2692032597@qq.com> Date: Thu, 25 Jan 2024 18:47:46 +0000 Subject: [PATCH] update thirdparty/glib/HPKBUILD. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 离北况归 <2692032597@qq.com> --- thirdparty/glib/HPKBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thirdparty/glib/HPKBUILD b/thirdparty/glib/HPKBUILD index 9d5b2811..f543ca38 100644 --- a/thirdparty/glib/HPKBUILD +++ b/thirdparty/glib/HPKBUILD @@ -20,6 +20,8 @@ pkgrel=0 pkgdesc="GLib is a general-purpose, portable utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a mainloop abstraction, and so on." url="https://docs.gtk.org/glib/" archs=("armeabi-v7a" "arm64-v8a") + + license=("Apache 2.0" "CC0-1.0" "GPL-2.0" "LGPL-2.1" "LLVM" "old-glib" "MIT") depends=("libffi" "pcre2") makedepends=("meson" "ninja") -- Gitee