Skip to content

Commit

Permalink
[graphene] remove arm & windows exclusion (#43335)
Browse files Browse the repository at this point in the history
Co-authored-by: Billy Robert O'Neal III <[email protected]>
Co-authored-by: Victor Romero <[email protected]>
  • Loading branch information
3 people authored Feb 1, 2025
1 parent b879c59 commit 45f61fd
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
3 changes: 1 addition & 2 deletions ports/graphene/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "graphene",
"version": "1.10.8",
"port-version": 3,
"port-version": 4,
"description": "A thin layer of types for graphic libraries.",
"homepage": "https://www.gtk.org/",
"license": "MIT",
"supports": "!(arm & windows)",
"dependencies": [
"gettext",
"glib",
Expand Down
4 changes: 2 additions & 2 deletions ports/gtk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "gtk",
"version": "4.16.3",
"port-version": 1,
"port-version": 2,
"description": "Portable library for creating graphical user interfaces.",
"homepage": "https://www.gtk.org/",
"license": "LGPL-2.0-only",
"supports": "!xbox",
"supports": "!xbox & !(arm64 & windows)",
"dependencies": [
"atk",
{
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3242,7 +3242,7 @@
},
"graphene": {
"baseline": "1.10.8",
"port-version": 3
"port-version": 4
},
"graphicsmagick": {
"baseline": "1.3.41",
Expand Down Expand Up @@ -3298,7 +3298,7 @@
},
"gtk": {
"baseline": "4.16.3",
"port-version": 1
"port-version": 2
},
"gtk3": {
"baseline": "3.24.43",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/graphene.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "63272f3237114a43e4b7114eac99f43fba302cc6",
"version": "1.10.8",
"port-version": 4
},
{
"git-tree": "d751924be6e02050b5d52a0790e165aa39d4b605",
"version": "1.10.8",
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": "29d5e39faeb0a2e312574c3077d2726e90e9218a",
"version": "4.16.3",
"port-version": 2
},
{
"git-tree": "aa1209292e5b299b787ddbf6ec49075f1d895719",
"version": "4.16.3",
Expand Down

0 comments on commit 45f61fd

Please sign in to comment.