mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
[libadwaita] update to 1.3.2 (#31758)
This commit is contained in:
parent
9700cf2cc6
commit
792078465c
@ -2,8 +2,8 @@ vcpkg_from_gitlab(
|
||||
GITLAB_URL https://gitlab.gnome.org/
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO GNOME/libadwaita
|
||||
REF a905117bd2150de9e85d65f8cdce8d8fb001b89e # 1.2.0
|
||||
SHA512 7fc3c054e261d09acefde5571848f36cbe0956c2a9a8c7b4dda255e2a48b96496b3481b325b13e9a93232f2280acb74d63872f3452b64d510d749109c0b0b078
|
||||
REF "${VERSION}"
|
||||
SHA512 5cea6396bab3439fb3ddef95fe86bc84955ce1eb426fc5dd323329eeab8a51e10de5f4d9c45380f905ceea43e094362a577a67386a3ddcefff362af030c8c7e3
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
)
|
||||
@ -20,7 +20,7 @@ vcpkg_configure_meson(
|
||||
-Dexamples=false
|
||||
-Dvapi=false
|
||||
ADDITIONAL_BINARIES
|
||||
glib-genmarshal='${GLIB_TOOLS_DIR}/glib-genmarshal${VCPKG_HOST_EXECUTABLE_SUFFIX}'
|
||||
glib-genmarshal='${GLIB_TOOLS_DIR}/glib-genmarshal'
|
||||
glib-mkenums='${GLIB_TOOLS_DIR}/glib-mkenums'
|
||||
glib-compile-resources='${GLIB_TOOLS_DIR}/glib-compile-resources${VCPKG_HOST_EXECUTABLE_SUFFIX}'
|
||||
glib-compile-schemas='${GLIB_TOOLS_DIR}/glib-compile-schemas${VCPKG_HOST_EXECUTABLE_SUFFIX}'
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libadwaita",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.2",
|
||||
"description": "Building blocks for modern GNOME applications",
|
||||
"homepage": "https://gnome.pages.gitlab.gnome.org/libadwaita",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
|
@ -3821,7 +3821,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"libadwaita": {
|
||||
"baseline": "1.2.0",
|
||||
"baseline": "1.3.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"libaiff": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3c273bec50ed1314ccfb55bd957905df22c9ed61",
|
||||
"version": "1.3.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "259b1d8ef5c02605235b773df4382e86ef0df01a",
|
||||
"version": "1.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user