summaryrefslogtreecommitdiff
path: root/glade
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-15 07:58:11 +0000
committerTim Biermann <tbier@posteo.de>2020-11-15 07:58:25 +0000
commit26db63c0ece09dd2e18fbe1f99f5bee3fa6aa7fa (patch)
tree5daa5aef71db3e515318c4006748d13a1429f45f /glade
parent145b859b2549fb1fe4eb16a6dc0f9807d2f1b462 (diff)
downloadcontrib-26db63c0ece09dd2e18fbe1f99f5bee3fa6aa7fa.tar.gz
contrib-26db63c0ece09dd2e18fbe1f99f5bee3fa6aa7fa.tar.xz
glade: always exclude python as it requires version 3.8, but we still use 3.7
Diffstat (limited to 'glade')
-rw-r--r--glade/.signature4
-rw-r--r--glade/Pkgfile1
2 files changed, 3 insertions, 2 deletions
diff --git a/glade/.signature b/glade/.signature
index 0636849cd..f709bad04 100644
--- a/glade/.signature
+++ b/glade/.signature
@@ -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
diff --git a/glade/Pkgfile b/glade/Pkgfile
index 267c327ae..42addc6ae 100644
--- a/glade/Pkgfile
+++ b/glade/Pkgfile
@@ -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

Generated by cgit