Skip to content

Commit

Permalink
[tmx] Update tmx port to 1.1.0 (#15421)
Browse files Browse the repository at this point in the history
* [tmx] Update tmx port to 1.1.0

* Update control file version and copyright file.

* Remove port-version field from CONTROL.
  • Loading branch information
jarruda authored Jan 8, 2021
1 parent aa83f4b commit 45e0eb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 32 deletions.
3 changes: 1 addition & 2 deletions ports/tmx/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Source: tmx
Version: 1.0.0
Port-Version: 2
Version: 1.1.0
Description: A portable C library to load tiled maps in your games.
Build-Depends: zlib, libxml2
26 changes: 0 additions & 26 deletions ports/tmx/fix-build-error.patch

This file was deleted.

7 changes: 3 additions & 4 deletions ports/tmx/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO baylej/tmx
REF tmx_1.0.0
REF tmx_1.1.0
HEAD_REF master
SHA512 d045c45efd03f91a81dae471cb9ddc80d222b3ac52e13b729deeaf3e07d0a03b8e0956b30336ef410c72ddbbf33bea6811da5454b88d44b1db75683ef2a9383a
PATCHES fix-build-error.patch
SHA512 4f57cea30cf01518812cb7279e4d09fd3524e02a29950c2a40aed07ed0f5bd44601517d8a6216a3ca878e1d6bfa15651e92b9e8024e0325baae1dadc7a79acd1
)

vcpkg_configure_cmake(
Expand All @@ -25,4 +24,4 @@ file(REMOVE_RECURSE
)

# Handle copyright
configure_file(${SOURCE_PATH}/COPYING ${CURRENT_PACKAGES_DIR}/share/tmx/copyright COPYONLY)
configure_file(${SOURCE_PATH}/COPYING ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)

0 comments on commit 45e0eb4

Please sign in to comment.