glib: dont use -j1 anymore - seems to work

This commit is contained in:
Fredrik Rinnestam 2020-07-27 03:00:24 +02:00
parent d7c3dfedcf
commit 20087f35d6
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/aSsmQ+S6PyYiVQAEOeTB/cMVZL3712OA4pmKlrHuH3vWRvKiSJfwj9apBX42SdBhSEwOSfLZGNF4I31zSn7WA8=
SHA256 (Pkgfile) = 7664e5360eef63f84ed52b63d3885620888a9bb1e37703771824f629777bf9f4
RWSE3ohX2g5d/SOljOqK7m7YTzYeEy1FiR2tMCA99GiwfexGv1vwycy8RFNHjue8B0704bQoorVDepG0ZOEmn754xkzf6N8Sigs=
SHA256 (Pkgfile) = 0167169d44c6cb96822148e40fe97d7383a3fbf637ea7ea6b1994a70ac2cb996
SHA256 (.footprint) = 224ca4dd18ddb0c2484141f8ad5a455d83fe2c13f9a0505923dc06e63f414022
SHA256 (glib-2.64.4.tar.xz) = f7e0b325b272281f0462e0f7fff25a833820cac19911ff677251daf6d87bce50
SHA256 (gschemas.compiled) = f2ca328db96bf936e677d53b3e89fc4bf57ada9a1d5e2466cb0afe85307a1e75

View File

@ -5,7 +5,7 @@
name=glib
version=2.64.4
release=1
release=2
source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz \
gschemas.compiled)
@ -14,7 +14,7 @@ build () {
meson build --prefix=/usr
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
DESTDIR=$PKG ninja -C build install
install -m 0644 $SRC/gschemas.compiled $PKG/usr/share/glib-2.0/schemas/gschemas.compiled
rm -rf $PKG/usr/share/{gtk-doc,locale} $PKG/usr/libexec