Skip to content

Commit

Permalink
[graphicsmagick] Add delegates.mgk (#15245)
Browse files Browse the repository at this point in the history
Co-authored-by: Billy Robert O'Neal III <[email protected]>
  • Loading branch information
NancyLi1013 and BillyONeal authored Dec 31, 2020
1 parent 3012425 commit 50ea8c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ports/graphicsmagick/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Source: graphicsmagick
Version: 1.3.35-2
Version: 1.3.35
Port-Version: 3
Build-Depends: zlib, bzip2, freetype, libjpeg-turbo, libpng, tiff
Homepage: https://sourceforge.net/projects/graphicsmagick/
Description: Image processing library
1 change: 1 addition & 0 deletions ports/graphicsmagick/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ file(READ ${SOURCE_PATH}/config/type-windows.mgk.in TYPE_MGK)
string(REPLACE "@windows_font_dir@" "$ENV{SYSTEMROOT}/Fonts/" TYPE_MGK "${TYPE_MGK}")
file(WRITE ${CURRENT_PACKAGES_DIR}/share/graphicsmagick/config/type.mgk "${TYPE_MGK}")

configure_file(${SOURCE_PATH}/config/delegates.mgk.in ${CURRENT_PACKAGES_DIR}/share/${PORT}/config/delegates.mgk @ONLY)
vcpkg_copy_pdbs()

0 comments on commit 50ea8c0

Please sign in to comment.