Skip to content

Commit

Permalink
[libadwaita] update to 1.3.2 (#31758)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheney-W committed Jun 2, 2023
1 parent 9700cf2 commit 7920784
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ports/libadwaita/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand All @@ -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}'
Expand Down
2 changes: 1 addition & 1 deletion ports/libadwaita/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3821,7 +3821,7 @@
"port-version": 1
},
"libadwaita": {
"baseline": "1.2.0",
"baseline": "1.3.2",
"port-version": 0
},
"libaiff": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libadwaita.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3c273bec50ed1314ccfb55bd957905df22c9ed61",
"version": "1.3.2",
"port-version": 0
},
{
"git-tree": "259b1d8ef5c02605235b773df4382e86ef0df01a",
"version": "1.2.0",
Expand Down

0 comments on commit 7920784

Please sign in to comment.