mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
wire-desktop: update to 3.24.2939
This commit is contained in:
parent
9243e3afb4
commit
a5e5ff3b1d
1 changed files with 4 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wire-desktop'
|
||||
pkgname=wire-desktop
|
||||
version=3.6.2885
|
||||
revision=2
|
||||
version=3.24.2939
|
||||
revision=1
|
||||
wrksrc="${pkgname}-linux-${version}"
|
||||
hostmakedepends="nodejs yarn git"
|
||||
short_desc="Wire for desktop"
|
||||
|
@ -9,9 +9,8 @@ maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://wire.com"
|
||||
distfiles="https://github.com/wireapp/wire-desktop/archive/linux/${version}.tar.gz"
|
||||
checksum=524db450d41a2dc677b8450cdf4e13dcc753280b2f6565ed5e23e6f59c14bed4
|
||||
checksum=69e70d39286f29b2fb186da30ec828be0a30329c457e829111b863223ed64127
|
||||
nocross=yes
|
||||
shlib_provides="libGLVESv2.so"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="glibc artefacts are installed" ;;
|
||||
|
@ -20,13 +19,11 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
pre_build() {
|
||||
vsed -i '/node-addressbook/d' electron/package.json
|
||||
yarn
|
||||
yarn build:ts
|
||||
}
|
||||
|
||||
do_build() {
|
||||
npx grunt --target=dir linux-other
|
||||
LINUX_TARGET=dir yarn build:linux
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
@ -38,5 +35,4 @@ do_install() {
|
|||
vcopy resources/icons/256x256.png usr/share/icons/hicolor/256x256/apps/wire-desktop.png
|
||||
vmkdir usr/share/icons/hicolor/32x32/apps
|
||||
vcopy resources/icons/32x32.png usr/share/icons/hicolor/32x32/apps/wire-desktop.png
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue