mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
imgbrd-grabber: update to 7.0.0.
This commit is contained in:
parent
6d81efe1e6
commit
b6ca22cd98
1 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'imgbrd-grabber'
|
# Template file for 'imgbrd-grabber'
|
||||||
pkgname=imgbrd-grabber
|
pkgname=imgbrd-grabber
|
||||||
version=6.0.6
|
version=7.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="nodejs"
|
hostmakedepends="nodejs"
|
||||||
|
@ -13,15 +13,19 @@ license="Apache-2.0"
|
||||||
homepage="https://bionus.github.io/imgbrd-grabber"
|
homepage="https://bionus.github.io/imgbrd-grabber"
|
||||||
changelog="https://github.com/Bionus/imgbrd-grabber/releases"
|
changelog="https://github.com/Bionus/imgbrd-grabber/releases"
|
||||||
distfiles="https://github.com/Bionus/imgbrd-grabber/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Bionus/imgbrd-grabber/archive/v${version}.tar.gz"
|
||||||
checksum=709d94149c7850ddc25b185c9e6a007a901d527a10fb658469a182779e344c01
|
checksum=69083c48931c59777cbb41b29d375b870b650eded135cffd664f193054fa21a8
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*) broken="segfaults with node" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's|USE_QSCINTILLA 1|USE_QSCINTILLA 0|' gui/CMakeLists.txt
|
vsed -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_BREAKPAD 1|USE_BREAKPAD 0|' gui/CMakeLists.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue