mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
wire-desktop: update to 3.29.2997.
This commit is contained in:
parent
1913a11461
commit
1044d2630c
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'wire-desktop'
|
||||
pkgname=wire-desktop
|
||||
version=3.27.2944
|
||||
version=3.29.2997
|
||||
revision=1
|
||||
wrksrc="${pkgname}-linux-${version}"
|
||||
hostmakedepends="nodejs-lts yarn git"
|
||||
depends="electron13"
|
||||
hostmakedepends="nodejs yarn git"
|
||||
depends="electron19"
|
||||
short_desc="Wire for desktop"
|
||||
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=378c945e6933855407aa03fe49a934409675bdfc370398c8f21da1fd13832af9
|
||||
checksum=0b714b661827a73bf91371766b706a049ae8347c9cf3379d50b7f323efaeb47a
|
||||
|
||||
case "$XBPS_MACHINE" in
|
||||
x86_64*|i686*) ;;
|
||||
|
@ -32,7 +32,7 @@ do_install() {
|
|||
vmkdir usr/bin
|
||||
cat << EOF > "wire-desktop.sh"
|
||||
#!/bin/sh
|
||||
exec electron13 "/usr/lib/wire-desktop/app.asar" "\$@"
|
||||
exec electron19 "/usr/lib/wire-desktop/app.asar" "\$@"
|
||||
EOF
|
||||
vbin wire-desktop.sh wire-desktop
|
||||
vmkdir usr/share/icons/hicolor/256x256/apps
|
||||
|
|
Loading…
Add table
Reference in a new issue