惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

M
MIT News - Artificial intelligence
D
Darknet – Hacking Tools, Hacker News & Cyber Security
SecWiki News
SecWiki News
Latest news
Latest news
A
Arctic Wolf
Know Your Adversary
Know Your Adversary
G
GRAHAM CLULEY
L
Lohrmann on Cybersecurity
T
Tor Project blog
T
Threatpost
S
Schneier on Security
P
Palo Alto Networks Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Cyberwarzone
Cyberwarzone
C
Cybersecurity and Infrastructure Security Agency CISA
C
CERT Recently Published Vulnerability Notes
博客园_首页
P
Privacy & Cybersecurity Law Blog
I
Intezer
PCI Perspectives
PCI Perspectives
Spread Privacy
Spread Privacy
G
Google Developers Blog
H
Help Net Security
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V
Visual Studio Blog
U
Unit 42
Application and Cybersecurity Blog
Application and Cybersecurity Blog
W
WeLiveSecurity
D
DataBreaches.Net
N
News and Events Feed by Topic
AI
AI
The Register - Security
The Register - Security
云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
Help Net Security
Help Net Security
K
Kaspersky official blog
Recent Announcements
Recent Announcements
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
S
Security @ Cisco Blogs
H
Hacker News: Front Page
Jina AI
Jina AI
S
Secure Thoughts
Project Zero
Project Zero
T
The Exploit Database - CXSecurity.com
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog RSS Feed
爱范儿
爱范儿

AUR Newest Packages

AUR (en) - xcute AUR (en) - wallrift AUR (en) - smolvm-git AUR (en) - smolvm-bin AUR (en) - smolvm AUR (en) - android-cli AUR (en) - rs-top AUR (en) - rudo-bin AUR (en) - marmalade-bin AUR (en) - clawx-appimage AUR (en) - echomusic-appimage AUR (en) - vermouth AUR (en) - mautrix-telegram-bin AUR (en) - ketesa AUR (en) - clawd-on-desk-bin AUR (en) - rebased-bin AUR (en) - oxideterm-bin AUR (en) - shed-sh AUR (en) - quillscribe AUR (en) - haus-bin AUR (en) - stably-orca-bin AUR (en) - reflection AUR (en) - emerald-legacy-launcher-git AUR (en) - kwim AUR (en) - omarchy-emacs AUR (en) - pentest-ghostwriter AUR (en) - papagaia AUR (en) - outport-bin AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - zeed-bin AUR (en) - dwl-git-azerty AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-git AUR (en) - giff-git AUR (en) - budget-tracker-bin AUR (en) - budget-tracker AUR (en) - codebase-memory-mcp-bin AUR (en) - codebase-memory-mcp-bin AUR (en) - tasks-bin AUR (en) - ruri-git AUR (en) - gitmun-bin AUR (en) - python-cozempic AUR (en) - vim-prosession AUR (en) - paintfe-bin AUR (en) - paintfe AUR (en) - drop-bin AUR (en) - tritium-launcher-bin AUR (en) - solidc-git AUR (en) - paseo-desktop-bin AUR (en) - dota2-minify-bin AUR (en) - yt-dvr AUR (en) - enneagram AUR (en) - excalidraw-desktop-bin AUR (en) - binaryobjectscanner-bin AUR (en) - openring-rs AUR (en) - openring-rs-bin AUR (en) - brave-origin-beta-bin AUR (en) - whisper.cpp-cuda-bin AUR (en) - libggml-cuda-bin AUR (en) - revdiff AUR (en) - tdesktop-nolimit AUR (en) - cert-checker AUR (en) - yaak-cli AUR (en) - yaak-cli-bin AUR (en) - deez-notes-bin AUR (en) - goosestation-libretro AUR (en) - whispers-cuda-bin AUR (en) - kei AUR (en) - foxguard AUR (en) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - whispers-bin AUR (en) - pipeweaver-app AUR (en) - pipeweaver AUR (en) - agentop-bin AUR (en) - cosmic-ext-connected-git AUR (en) - kwin-dual-mode AUR (en) - skwd-daemon AUR (en) - ter-music-cn AUR (en) - elio-bin AUR (en) - keyboard-chattering-fix-git AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - sharey AUR (en) - ouijit-bin AUR (en) - usque-bin AUR (en) - twig-bin AUR (en) - ascendara-bin
AUR (en) - jitsi-meet-desktop
2026-06-01 · via AUR Newest Packages

xiota commented on 2026-06-02 05:40 (UTC)

@Lerm Thanks for looking into it, but in future, please use a pastebin or summarize changes in more compact format.

Lerm commented on 2026-06-01 18:29 (UTC)

Here is the patch on top of 2026.6.0-1 to build the proper package (fixing WM class, switch to TS and change from webpack to esbuild):

diff --git a/PKGBUILD b/PKGBUILD
index 40bb28c..004f2a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,7 @@ prepare() (
     > package.tmp && mv package.tmp package.json

   # disable updater
-  sed -E -e '/autoUpdater/d' -i main.js
+  sed -E -e '/autoUpdater/d' -i main.ts
 )

 build() (
@@ -79,8 +79,7 @@ build() (
   rm -rf node_modules/fsevents
   mkdir -p node_modules/fsevents

-  npm exec -c 'webpack --config ./webpack.main.js'
-  npm exec -c 'webpack --config ./webpack.renderer.js'
+  npm exec -c "node ./esbuild.js"
   npm exec -c "electron-builder ${_electron_builder_options[*]}"
 )

@@ -115,7 +114,7 @@ Exec=$_pkgname %U
 Icon=$_pkgname
 Terminal=false
 MimeType=x-scheme-handler/jitsi-meet;
-StartupWMClass=Jitsi Meet
+StartupWMClass=jitsi-meet
 Categories=VideoConference;AudioVideo;Audio;Video;Network;
 END

mgd commented on 2026-06-01 05:05 (UTC) (edited on 2026-06-01 05:06 (UTC) by mgd)

It seems for 2026.6.0-1 main.js is named main.ts in the source package and thus building it fails.

After renaming main.ts to main.js it started to build only to stop a bit later with a failure about npm version too old: npm notice New minor version of npm available! 11.14.1 -> 11.16.0

Lerm commented on 2026-05-18 09:30 (UTC)

It seems that window class has changed in version 2026.5.0 (to 'jitsi-meet'), so now Jitsi windows are not grouped under the launcher icon created by the packge. Following change fixed it for me:

diff --git a/PKGBUILD b/PKGBUILD
index 6632dbe..885ab8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -115,7 +115,7 @@ Exec=$_pkgname %U
 Icon=$_pkgname
 Terminal=false
 MimeType=x-scheme-handler/jitsi-meet;
-StartupWMClass=Jitsi Meet
+StartupWMClass=jitsi-meet
 Categories=VideoConference;AudioVideo;Audio;Video;Network;
 END

fdossena commented on 2025-09-07 18:56 (UTC)

Doesn't work anymore since 2025.9.1 because the app.asar.unpacked directory isn't copied.

gothmog123 commented on 2025-08-24 17:09 (UTC)

thanks. i think it's not a real release because it's only a commit milestone or something (i'm not a coder). but includes update from electron 35 to 37, which would be great to get

gothmog123 commented on 2025-08-24 07:50 (UTC)

hello, 2025.8.1 was just released. can we update the pkgver manually or should we wait for the package update?

xiota commented on 2025-06-19 06:44 (UTC)

This package pins to specific electron version after successful build. Leaving it alone as long as it works.