Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[graphene] update to 1.10.8 (microsoft#27397) #27398

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions ports/graphene/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@

set(VERSION 1.10.2)

vcpkg_download_distfile(ARCHIVE
URLS "https://download.gnome.org/sources/graphene/1.10/graphene-${VERSION}.tar.xz"
FILENAME "graphene-${VERSION}.tar.xz"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VERSION was removed in cb3f98c by @BillyONeal rather then me

SHA512 a8a8ef1e4ccffee2313a18b9b8dda06c7ede6d49fdde8578694500634e3c90278fd30af7d88938d5ecb08c519cc3e09d21fe69d0f21cb766e056ceedbb3eafb0
SHA512 c56dab6712cf58387d0512a213cd0cd456679e46a495ee5cfd9bc25440cda2d72d56974af4e462f3c863869a1e2e506b702f468933045609d35fdf006212c67d
)

vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE}
ARCHIVE "${ARCHIVE}"
PATCHES
fix_clang-cl.patch
)

vcpkg_configure_meson(
SOURCE_PATH ${SOURCE_PATH}
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-Dgtk_doc=false #Enable generating the API reference (depends on GTK-Doc)
-Dgobject_types=true #Enable GObject types (depends on GObject)
-Dintrospection=false #Enable GObject Introspection (depends on GObject)'
-Dintrospection=disabled #Enable GObject Introspection (depends on GObject)'
JonLiu1993 marked this conversation as resolved.
Show resolved Hide resolved
-Dtests=false
-Dinstalled_tests=false
ADDITIONAL_NATIVE_BINARIES glib-genmarshal='${CURRENT_HOST_INSTALLED_DIR}/tools/glib/glib-genmarshal'
Expand All @@ -34,4 +31,4 @@ vcpkg_copy_pdbs()

vcpkg_fixup_pkgconfig()

file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
3 changes: 1 addition & 2 deletions ports/graphene/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "graphene",
"version": "1.10.2",
"port-version": 3,
"version": "1.10.8",
"description": "A thin layer of types for graphic libraries.",
"homepage": "https://www.gtk.org/",
"supports": "!(arm & windows)",
JonLiu1993 marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2737,8 +2737,8 @@
"port-version": 2
},
"graphene": {
"baseline": "1.10.2",
"port-version": 3
"baseline": "1.10.8",
"port-version": 0
},
"graphicsmagick": {
"baseline": "1.3.37",
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": "f19e919ba9a4904aa9cc7ee317216510e638f33e",
"version": "1.10.8",
"port-version": 0
},
{
"git-tree": "a55f155dd8a61f69cfd04bc85fcbb7bba5efcaed",
"version": "1.10.2",
Expand Down