Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
203 changes: 0 additions & 203 deletions ports/gexiv2/msvc_def.patch

This file was deleted.

4 changes: 1 addition & 3 deletions ports/gexiv2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ vcpkg_download_distfile(ARCHIVE
"https://download.gnome.org/sources/${PORT}/${VERSION_MAJOR_MINOR}/${PORT}-${VERSION}.tar.xz"
"https://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/${PORT}/${VERSION_MAJOR_MINOR}/${PORT}-${VERSION}.tar.xz"
FILENAME "${PORT}-${VERSION}.tar.xz"
SHA512 24c97fa09b9ee32cb98da4637ea78eb72ae7e2d1792f9ebb31d63e305b3e0e1f6935b8647589c76c39ba631a15c1d8d2f3879c7dff81433786e9533b6348b6a0
SHA512 1750964e539ed449c77bed5fc469fcd83a8534b25c4ea57a43671443b845ac6c2760236b03c1af936fd75b6517c8b2bd4873e066f0479e42ed521ab71a75efc9
)

vcpkg_extract_source_archive(
SOURCE_PATH
ARCHIVE "${ARCHIVE}"
PATCHES
msvc_def.patch
)

if("introspection" IN_LIST FEATURES)
Expand Down
3 changes: 1 addition & 2 deletions ports/gexiv2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "gexiv2",
"version": "0.14.3",
"port-version": 3,
"version": "0.14.6",
"description": "A GObject-based Exiv2 wrapper.",
"homepage": "https://gitlab.gnome.org/GNOME/gexiv2/",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3377,8 +3377,8 @@
"port-version": 6
},
"gexiv2": {
"baseline": "0.14.3",
"port-version": 3
"baseline": "0.14.6",
"port-version": 0
},
"gflags": {
"baseline": "2.3.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gexiv2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "30e0b5600383cbd394ddeb9fba26fb1e904c20e6",
"version": "0.14.6",
"port-version": 0
},
{
"git-tree": "9678b2c75bb1e3a83eaa9cfe8a0575a1e6a1b1d6",
"version": "0.14.3",
Expand Down