Skip to content

Commit

Permalink
[kf5parts] Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
  • Loading branch information
leha-bot and Cheney-W committed May 24, 2023
1 parent d878039 commit 5124a47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ports/kf5parts/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDE/kparts
REF v5.98.0
REF "v${VERSION}"
SHA512 07ba359faf15f6bc398b64e0534842532e1a3ade94caa6b8dc7886417aa49526b7e0f54bd29805e64b8661f4c402e022bd211a932ee13b0ac4b97e516ae6dbef
HEAD_REF master
)
Expand Down Expand Up @@ -29,5 +29,3 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})


0 comments on commit 5124a47

Please sign in to comment.