Disabled compilation against gobject-introspection in gmime, json-glib and libmypaint build files in base

This commit is contained in:
PktSurf 2022-09-23 10:11:03 +05:30
parent 1d329acf36
commit b293838e68
3 changed files with 8 additions and 5 deletions

View file

@ -1,8 +1,8 @@
app=gmime
version=2.6.23
build=1sml
homepage='https://gitlab.gnome.org/GNOME/gmime'
download='https://github.com/jstedfast/gmime/archive/refs/tags/2.6.23.tar.gz'
homepage="https://gitlab.gnome.org/GNOME/gmime"
download="https://github.com/jstedfast/gmime/archive/refs/tags/2.6.23.tar.gz"
desc="Library to parse and create messages in MIME format"
requires="netbsd-curses libffi glib util-linux pcre gpgme"
@ -17,7 +17,8 @@ build() {
./configure \
--prefix="" \
--disable-static \
--disable-mono
--disable-mono \
--disable-introspection
make
make install DESTDIR=$pkg

View file

@ -15,7 +15,8 @@ build() {
mkdir smbuild && cd smbuild
meson .. --prefix="/" \
-Dnls=disabled
-Dnls=disabled \
-Dintrospection=false
ninja
DESTDIR="$pkg" ninja install

View file

@ -14,7 +14,8 @@ build() {
fixbuilddirpermissions
./configure \
--prefix=""
--prefix="" \
--disable-introspection
make
make install DESTDIR=$pkg