libcaca: disable ruby bindings

we don't have ruby for ucrt yet, and this doesn't seem very important
(feel free to complain and I'll have another look)
This commit is contained in:
Christoph Reiter
2021-04-15 09:50:59 +02:00
parent 951e487ad2
commit a26c038c34

View File

@@ -4,7 +4,7 @@ _realname=libcaca
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.99.beta19
pkgrel=5
pkgrel=6
pkgdesc="Color AsCii Art library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64')
@@ -14,8 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cppunit"
"${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-pkg-config"
#"${MINGW_PACKAGE_PREFIX}-ncurses"
"${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-ruby")
"${MINGW_PACKAGE_PREFIX}-python")
depends=("${MINGW_PACKAGE_PREFIX}-fontconfig"
"${MINGW_PACKAGE_PREFIX}-freetype"
"${MINGW_PACKAGE_PREFIX}-zlib")
@@ -56,6 +55,7 @@ build() {
--enable-shared \
--disable-ncurses \
--disable-csharp \
--disable-ruby \
--disable-doc
make