Skip to content

Commit

Permalink
Update enchant, xz, libxml2, libxslt, xorg-macros, libpcre2, glib, ha…
Browse files Browse the repository at this point in the history
…rfbuzz, fribidi, pango, gdk-pixbuf, hicolor-icon-theme, openssl, sqlite, libgpg-error
  • Loading branch information
AlienCowEatCake committed Jun 22, 2024
1 parent 6fe2cdb commit 0073b7d
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 130 deletions.
8 changes: 4 additions & 4 deletions build_sylpheed_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ EOF

mkdir -p "${HOME}/gtk/inst/lib/pkgconfig" "${HOME}/gtk/inst/include/enchant-2"
cp -a "${SOURCE_DIR}/enchant/enchant.h" "${HOME}/gtk/inst/include/enchant-2/"
clang "${SOURCE_DIR}/enchant/enchant.m" -O3 -DNDEBUG -dynamiclib -fPIC -current_version 9.8.0 -compatibility_version 9.0.0 \
clang "${SOURCE_DIR}/enchant/enchant.m" -O3 -DNDEBUG -dynamiclib -fPIC -current_version 11.1.0 -compatibility_version 11.0.0 \
-mmacos-version-min=${MACOSX_DEPLOYMENT_TARGET} -arch arm64 -framework AppKit -framework Foundation \
-Weverything -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation-unknown-command -Wno-poison-system-directories \
-Wno-declaration-after-statement \
Expand All @@ -66,7 +66,7 @@ includedir=\${prefix}/include
Name: libenchant
Description: A spell checking library
Version: 2.6.8
Version: 2.8.1
Libs: -L\${libdir} -lenchant-2
Cflags: -I\${includedir}/enchant-2
EOF
Expand Down Expand Up @@ -171,7 +171,7 @@ EOF

mkdir -p "${HOME}/gtk/inst/lib/pkgconfig" "${HOME}/gtk/inst/include/enchant-2"
cp -a "${SOURCE_DIR}/enchant/enchant.h" "${HOME}/gtk/inst/include/enchant-2/"
clang "${SOURCE_DIR}/enchant/enchant.m" -O3 -DNDEBUG -dynamiclib -fPIC -current_version 9.8.0 -compatibility_version 9.0.0 \
clang "${SOURCE_DIR}/enchant/enchant.m" -O3 -DNDEBUG -dynamiclib -fPIC -current_version 11.1.0 -compatibility_version 11.0.0 \
-mmacos-version-min=${MACOSX_DEPLOYMENT_TARGET} -arch x86_64 -framework AppKit -framework Foundation \
-Weverything -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation-unknown-command -Wno-poison-system-directories \
-Wno-declaration-after-statement \
Expand All @@ -184,7 +184,7 @@ includedir=\${prefix}/include
Name: libenchant
Description: A spell checking library
Version: 2.6.8
Version: 2.8.1
Libs: -L\${libdir} -lenchant-2
Cflags: -I\${includedir}/enchant-2
EOF
Expand Down
Loading

0 comments on commit 0073b7d

Please sign in to comment.