@@ -102,17 +102,17 @@ build() {
102
102
103
103
export MSYS2_ARG_CONV_EXCL=" -DLOCALEDIR=;-DLIBDIR=;-DLOCALE_ALIAS_PATH="
104
104
105
- # msg2 "Build static libraries"
106
- # mkdir -p ${srcdir}/build-${MSYSTEM}-static && cd ${srcdir}/build-${MSYSTEM}-static
107
- # _build "--enable-static --disable-shared"
105
+ # msg2 "Build static libraries"
106
+ # mkdir -p ${srcdir}/build-${MSYSTEM}-static && cd ${srcdir}/build-${MSYSTEM}-static
107
+ # _build "--enable-static --disable-shared"
108
108
109
- msg2 " Build shared libraries"
109
+ msg2 " Build shared and static libraries"
110
110
mkdir -p ${srcdir} /build-${MSYSTEM} -shared && cd ${srcdir} /build-${MSYSTEM} -shared
111
- _build " --enable-shared --disable -static"
111
+ _build " --enable-shared --enable -static"
112
112
}
113
113
114
114
check () {
115
- echo " Nothing "
115
+ cd ${srcdir} /build- ${MSYSTEM} -shared
116
116
}
117
117
118
118
package_gettext-runtime () {
@@ -121,7 +121,7 @@ package_gettext-runtime() {
121
121
" ${MINGW_PACKAGE_PREFIX} -gcc-libs"
122
122
" ${MINGW_PACKAGE_PREFIX} -libiconv"
123
123
)
124
- # conflicts=("${MINGW_PACKAGE_PREFIX}-gettext<=0.22.4-3")
124
+ conflicts=(" ${MINGW_PACKAGE_PREFIX} -gettext<=0.22.4-3" )
125
125
126
126
# cd ${srcdir}/build-${MSYSTEM}-static/gettext-runtime
127
127
# make DESTDIR="${pkgdir}" install
@@ -148,7 +148,7 @@ package_gettext-tools() {
148
148
" ${MINGW_PACKAGE_PREFIX} -libiconv"
149
149
)
150
150
provides=(" ${MINGW_PACKAGE_PREFIX} -gettext=${pkgver} -${pkgrel} " )
151
- # conflicts=("${MINGW_PACKAGE_PREFIX}-gettext<=0.22.4-3")
151
+ conflicts=(" ${MINGW_PACKAGE_PREFIX} -gettext<=0.22.4-3" )
152
152
replaces=(" ${MINGW_PACKAGE_PREFIX} -gettext" )
153
153
154
154
# cd ${srcdir}/build-${MSYSTEM}-static/gettext-tools
0 commit comments