Package Details: zulip-desktop-git 5.12.3.r1.g7da12ba-1

Git Clone URL: https://aur.archlinux.org/zulip-desktop-git.git (read-only, click to copy)
Package Base: zulip-desktop-git
Description: Real-time team chat based on the email threading model (Use system-wide electron)
Upstream URL: https://zulip.com/apps
Keywords: chat communication desktop electron javascript zulip zulip-desktop
Licenses: Apache-2.0
Conflicts: zulip-desktop
Provides: zulip-desktop
Submitter: flacks
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.000000
First Submitted: 2019-08-02 09:15 (UTC)
Last Updated: 2025-12-17 01:40 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Latest Comments

zxp19821005 commented on 2025-12-17 01:41 (UTC)

@leonidlednev All right, fixed it.

leonidlednev commented on 2025-12-15 22:43 (UTC) (edited on 2025-12-15 22:44 (UTC) by leonidlednev)

Line 95 specifically needs to be pnpm exec instead of pnpx, as the build fails in the latter case

zxp19821005 commented on 2025-12-15 02:11 (UTC)

@leonidlednev Thanks for your feedback, I had fixed it.

leonidlednev commented on 2025-12-14 05:17 (UTC) (edited on 2025-12-14 05:48 (UTC) by leonidlednev)

The package now uses electron-vite instead of vite and electron39 instead of electron37:

diff --git a/PKGBUILD b/PKGBUILD
index 5cab5da..6f72073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Maintainer: Jean Lucas <jean@4ray.co>
 pkgname=zulip-desktop-git
 _pkgname="Zulip Desktop"
-pkgver=5.12.2.r11.ga133c92
-_electronversion=37
+pkgver=5.12.3.r0.g1fa9aaf
+_electronversion=39
 _nodeversion=22
 pkgrel=1
 pkgdesc='Real-time team chat based on the email threading model (Use system-wide electron)'
@@ -92,7 +92,7 @@ build() {
     cd "${srcdir}/${pkgname%-git}.git"
     _ensure_local_nvm
     local electronDist="/usr/lib/electron${_electronversion}"
-    NODE_ENV=production     pnpx vite build
+    NODE_ENV=production     pnpm exec electron-vite build
     NODE_ENV=production     pnpm -c exec "electron-builder --linux dir -c.electronDist=${electronDist}"

 }

zxp19821005 commented on 2025-12-08 05:21 (UTC)

@leonidlednev Thanks for your feedback, I've updated it.

leonidlednev commented on 2025-12-07 00:07 (UTC)

package now requires pnpm to build