glade: always exclude python as it requires version 3.8, but we still use 3.7
This commit is contained in:
parent
145b859b25
commit
26db63c0ec
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF32vcHBAyGjcaHx7zC5U3n0wdLG4SiraWrHSK5UA1HR4JoGRrMJ3MKoB/qlL0/s5bsdyKtLf/pwgpp/qqzzUdIA8=
|
||||
SHA256 (Pkgfile) = f159d9a85b7f0cac0c4f569aebe7d6d55b54fe7a39909b81b680ebc8fd78a52e
|
||||
RWSagIOpLGJF34eFizbkHqPEdd0ejCapc6nYC/HJA8e5D0ke+kaUji5S/SZSMfaSq4JJEwbRemsGNwaCgcv15zK/Te1og6c3Fwg=
|
||||
SHA256 (Pkgfile) = d5d4f56587cdcf0be3ef19af1404a8d036beab2f2e264ee9e3ec1aecce569c9d
|
||||
SHA256 (.footprint) = cfe53682a4df2bad964081ceb08a3fa5a7e388936179034c0e8d35797467aff9
|
||||
SHA256 (glade-GLADE_3_38_1.tar.bz2) = 0a13db5be2969db0d8aa6fe23b6a02952def1c8a4b721fd81a0794fd486fa76c
|
||||
|
@ -16,6 +16,7 @@ build() {
|
||||
meson setup build glade-GLADE_3_38_1 ${PKGMK_GLADE} \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
-D phyton=disabled \
|
||||
-D b_ndebug=true
|
||||
meson compile -C build -j ${JOBS-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
Loading…
x
Reference in New Issue
Block a user