Skip to content

Commit

Permalink
Drop libiconv patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Sep 28, 2023
1 parent 2d87c0f commit 5b00233
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 208 deletions.
201 changes: 0 additions & 201 deletions ports/kf5kio/fix_libiconv.patch

This file was deleted.

6 changes: 0 additions & 6 deletions ports/kf5kio/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
if(VCPKG_TARGET_IS_WINDOWS AND VCPKG_LIBRARY_LINKAGE STREQUAL "static")
list(APPEND PATCHES fix_libiconv.patch)
endif()

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDE/kio
REF "v${VERSION}"
SHA512 6ffb44963b266f806150bc3ff9a1c3cf13f2fe7b4bda57e27d9bd9b931bfd757d50ee29f4143f6d282a25f675c8024aff16dc2f91e00ec0c7663eb8effdfee30
HEAD_REF master
PATCHES
${PATCHES}
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3730,7 +3730,7 @@
},
"kf5kio": {
"baseline": "5.98.0",
"port-version": 0
"port-version": 1
},
"kf5newstuff": {
"baseline": "5.98.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/k-/kf5kio.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "952b172af9b919e3728f1ec2abd506ed5ea64380",
"version": "5.98.0",
"port-version": 1
},
{
"git-tree": "955af4dc1289c12676bac762939a7367af07c216",
"version": "5.98.0",
Expand Down

0 comments on commit 5b00233

Please sign in to comment.