diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template index 0767fef2bf..cfbd356803 100644 --- a/srcpkgs/Signal-Desktop/template +++ b/srcpkgs/Signal-Desktop/template @@ -5,18 +5,22 @@ revision=1 # Due to electron # 32-bit is not supported https://github.com/signalapp/Signal-Desktop/issues/1661 archs="x86_64" -hostmakedepends="git python nodejs yarn" +hostmakedepends="git nodejs python tar yarn" depends="libnotify libappindicator" short_desc="Signal Private Messenger for Linux" maintainer="Julio Galvan " license="GPL-3.0-only" homepage="https://github.com/signalapp/Signal-Desktop" -distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz" -checksum=0dbc5230ca99ec384abfbe5630f10de894bd76e19c215d7f12cb6f2b25da8e82 +distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz + https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz" +checksum="0dbc5230ca99ec384abfbe5630f10de894bd76e19c215d7f12cb6f2b25da8e82 + 9f3d48eeaf1041b4bcee43e3d74d677778ea36741e88cb3262bae06576348667" nostrip_files="signal-desktop" +skip_extraction="613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz" pre_build() { vsed -e 's/"node": "/&>=/' -i package.json + sed -r 's#("spellchecker": ").*"#\1file:'"${XBPS_SRCDISTDIR}/${pkgname}-${version}"'/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz"#' -i package.json } do_build() {