Skip to content

Commit

Permalink
[gtk][gtk3][libsecret][libsoup] python packaging after glib/gdbus-cod…
Browse files Browse the repository at this point in the history
…egen 2.79.0
  • Loading branch information
WangWeiLin-MV committed Mar 19, 2024
1 parent a77d075 commit 81b0f6e
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 6 deletions.
2 changes: 2 additions & 0 deletions ports/gtk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ else()
set(GIR_TOOL_DIR ${CURRENT_HOST_INSTALLED_DIR})
endif()

x_vcpkg_get_python_packages(PYTHON_VERSION "3" PACKAGES packaging) # after glib/gdbus-codegen 2.79.0

vcpkg_configure_meson(
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
Expand Down
6 changes: 5 additions & 1 deletion ports/gtk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gtk",
"version": "4.10.5",
"port-version": 1,
"port-version": 2,
"description": "Portable library for creating graphical user interfaces.",
"homepage": "https://www.gtk.org/",
"license": "LGPL-2.0-only",
Expand Down Expand Up @@ -51,6 +51,10 @@
"name": "sassc",
"host": true
},
{
"name": "vcpkg-get-python-packages",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
Expand Down
2 changes: 2 additions & 0 deletions ports/gtk3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ else()
list(APPEND OPTIONS -Dintrospection=false)
endif()

x_vcpkg_get_python_packages(PYTHON_VERSION "3" PACKAGES packaging) # after glib/gdbus-codegen 2.79.0

vcpkg_configure_meson(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
Expand Down
6 changes: 5 additions & 1 deletion ports/gtk3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gtk3",
"version": "3.24.38",
"port-version": 1,
"port-version": 2,
"description": "Portable library for creating graphical user interfaces.",
"homepage": "https://www.gtk.org/",
"license": null,
Expand Down Expand Up @@ -47,6 +47,10 @@
},
"libepoxy",
"pango",
{
"name": "vcpkg-get-python-packages",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
Expand Down
2 changes: 2 additions & 0 deletions ports/libsecret/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ vcpkg_from_gitlab(
HEAD_REF master
)

x_vcpkg_get_python_packages(PYTHON_VERSION "3" PACKAGES packaging) # after glib/gdbus-codegen 2.79.0

vcpkg_configure_meson(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
Expand Down
5 changes: 5 additions & 0 deletions ports/libsecret/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "libsecret",
"version": "0.21.4",
"port-version": 1,
"description": "libsecret is a GObject-based library for accessing the Secret Service API of the freedesktop.org project, a cross-desktop effort to access passwords, tokens and other types of secrets. libsecret provides a convenient wrapper for these methods so consumers do not have to call the low-level DBus methods.",
"homepage": "https://gitlab.gnome.org/GNOME/libsecret/",
"license": "LGPL-2.1-or-later",
Expand All @@ -12,6 +13,10 @@
"host": true
},
"libgcrypt",
{
"name": "vcpkg-get-python-packages",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
Expand Down
2 changes: 2 additions & 0 deletions ports/libsoup/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ vcpkg_from_gitlab(
HEAD_REF main
)

x_vcpkg_get_python_packages(PYTHON_VERSION "3" PACKAGES packaging) # after glib/gdbus-codegen 2.79.0

vcpkg_configure_meson(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
Expand Down
5 changes: 5 additions & 0 deletions ports/libsoup/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "libsoup",
"version": "3.4.4",
"port-version": 1,
"description": "HTTP Library for GLib",
"homepage": "https://libsoup.org",
"license": "LGPL-2.0-or-later",
Expand All @@ -15,6 +16,10 @@
"libpsl",
"nghttp2",
"sqlite3",
{
"name": "vcpkg-get-python-packages",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
Expand Down
8 changes: 4 additions & 4 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3206,11 +3206,11 @@
},
"gtk": {
"baseline": "4.10.5",
"port-version": 1
"port-version": 2
},
"gtk3": {
"baseline": "3.24.38",
"port-version": 1
"port-version": 2
},
"gtkmm": {
"baseline": "4.10.0",
Expand Down Expand Up @@ -4878,7 +4878,7 @@
},
"libsecret": {
"baseline": "0.21.4",
"port-version": 0
"port-version": 1
},
"libsercomm": {
"baseline": "1.3.2",
Expand Down Expand Up @@ -4930,7 +4930,7 @@
},
"libsoup": {
"baseline": "3.4.4",
"port-version": 0
"port-version": 1
},
"libspatialindex": {
"baseline": "1.9.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gtk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a374c95a62087060f7d6f8493b657b51bd73d648",
"version": "4.10.5",
"port-version": 2
},
{
"git-tree": "814624705f6cc11a3468d9c3418bc20521b6b207",
"version": "4.10.5",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gtk3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bdddebd147a0eaf18236393ff17b5ff2e81c290c",
"version": "3.24.38",
"port-version": 2
},
{
"git-tree": "1362bb3978886e043fd12c089f2c1337a4f1adf8",
"version": "3.24.38",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libsecret.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4049279375db32de3d3113f15729ecbf8d32ea1a",
"version": "0.21.4",
"port-version": 1
},
{
"git-tree": "fe57a1ceea0f28f2945dab68cca4e29358ca5e71",
"version": "0.21.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libsoup.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "58082b604b094be48ce1490196f9b0780796de50",
"version": "3.4.4",
"port-version": 1
},
{
"git-tree": "967e4400de0619b73df7b3a48e392b36fa4cf6ba",
"version": "3.4.4",
Expand Down

0 comments on commit 81b0f6e

Please sign in to comment.