From b6ca22cd98b0078a4490f406e06b27a832f39059 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 31 Mar 2019 15:56:00 -0300 Subject: [PATCH] imgbrd-grabber: update to 7.0.0. --- srcpkgs/imgbrd-grabber/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/imgbrd-grabber/template b/srcpkgs/imgbrd-grabber/template index 3ed311b1d11..36c583f52b3 100644 --- a/srcpkgs/imgbrd-grabber/template +++ b/srcpkgs/imgbrd-grabber/template @@ -1,6 +1,6 @@ # Template file for 'imgbrd-grabber' pkgname=imgbrd-grabber -version=6.0.6 +version=7.0.0 revision=1 build_style=cmake hostmakedepends="nodejs" @@ -13,15 +13,19 @@ license="Apache-2.0" homepage="https://bionus.github.io/imgbrd-grabber" changelog="https://github.com/Bionus/imgbrd-grabber/releases" distfiles="https://github.com/Bionus/imgbrd-grabber/archive/v${version}.tar.gz" -checksum=709d94149c7850ddc25b185c9e6a007a901d527a10fb658469a182779e344c01 +checksum=69083c48931c59777cbb41b29d375b870b650eded135cffd664f193054fa21a8 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake" fi +case "$XBPS_TARGET_MACHINE" in + i686*) broken="segfaults with node" ;; +esac + pre_configure() { - sed -i 's|USE_QSCINTILLA 1|USE_QSCINTILLA 0|' gui/CMakeLists.txt - sed -i 's|USE_BREAKPAD 1|USE_BREAKPAD 0|' gui/CMakeLists.txt + vsed -i 's|USE_QSCINTILLA 1|USE_QSCINTILLA 0|' gui/CMakeLists.txt + vsed -i 's|USE_BREAKPAD 1|USE_BREAKPAD 0|' gui/CMakeLists.txt } post_install() {