Search Criteria
Package Details: signal-desktop-beta 7.52.0beta1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/signal-desktop-beta.git (read-only, click to copy) |
---|---|
Package Base: | signal-desktop-beta |
Description: | Signal Private Messenger for Linux - Beta version. |
Upstream URL: | https://signal.org |
Keywords: | secure-messenger signal signal-desktop |
Licenses: | GPL3 |
Conflicts: | signal-desktop-beta-bin |
Submitter: | Edu4rdSHL |
Maintainer: | Edu4rdSHL |
Last Packager: | Edu4rdSHL |
Votes: | 16 |
Popularity: | 0.44 |
First Submitted: | 2020-08-17 19:09 (UTC) |
Last Updated: | 2025-04-19 00:51 (UTC) |
Dependencies (33)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libatk-bridge-2.0.so (at-spi2-core-gitAUR, at-spi2-core, lib32-at-spi2-core)
- libcairo.so (cairo-gitAUR, cairo, lib32-cairo)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libdbus-1.so (dbus-gitAUR, libdbus-minimalAUR, dbus-selinuxAUR, dbus, lib32-dbus)
- libdrm (libdrm-gitAUR)
- libexpat.so (expat-gitAUR, expat, lib32-expat)
- libgio-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libpango-1.0.so (pango-gitAUR, lib32-pango, pango)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- libxkbcommon.so (libxkbcommon-gitAUR, lib32-libxkbcommon, libxkbcommon)
- libxrandr (libxrandr-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa-amber)
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- fpmAUR (fpm-gitAUR) (make, aarch64)
- git (git-gitAUR, git-glAUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- libxcrypt-compat (make)
- node-gyp (corepackerAUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod) (make)
- pnpm (yarn-pnpm-corepackAUR, corepackerAUR, pnpm-binAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- xdg-desktop-portal (xdg-desktop-portal-gitAUR) (optional) – Screensharing with Wayland
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »
mkurz commented on 2023-01-13 21:54 (UTC)
@Edu4rdSHL Yes, just checked, because you removed
bash -c
it's not working correctly on aarch64 anymore, because it will NOT return "true". (You probably didn't realize the error because it still will correctly on your machine)mkurz commented on 2023-01-13 21:51 (UTC) (edited on 2023-01-13 21:51 (UTC) by mkurz)
@Edu4rdSHL In your latest commit you removed
... bash -c '...'
- but without usingbash -c
it is not working correctly. You needbash -c
, I am pretty sure, otherwise it's always empty. Can you check! And THANK YOU! Makes life a bit more easiert now :)Edu4rdSHL commented on 2023-01-13 19:50 (UTC)
Support for aarch64 has been added with some additional tweaks, please let me know if everything is working as expected.
Thanks a lot @mkurz for the help on it.
hotschi commented on 2023-01-11 19:46 (UTC)
@mkurz Thanks a lot for your help! With your patch I was finally able to build and run this package on Asahi-Linux!
mkurz commented on 2023-01-11 17:16 (UTC) (edited on 2023-01-11 17:21 (UTC) by mkurz)
@Edu4rdSHL No problem, we can install the fpm dependency when running on
aarch64
only, usingmakedepends_aarch64
. Also it's possible to set theUSE_SYSTEM_FPM
env variable totrue
only when running onaarch64
also. So for x86_64 absolutely nothing changes. Please give the updated patch below a shot, like run it on yourx86_64
system, you will see nothing changes.@bradpitcher you can also try this patch. Before remove
fpm
from you system (withsudo pacman -Rn fpm
) and you will see when running the new PKGBUILD file that it will complain and after installing it you again will be able to build signal.Edu4rdSHL commented on 2023-01-11 15:40 (UTC) (edited on 2023-01-11 15:40 (UTC) by Edu4rdSHL)
Has anyone else validated that it will work for x86_64 with the proposed patch? Honestly, I'm a bit skeptical about adding
fpm
as dependency.bradpitcher commented on 2023-01-11 15:20 (UTC)
@mkurz Fair enough! Yes, as long as it gets applied I'm happy. I've also been using this in Asahi for several months and a couple different versions and it's working perfectly.
mkurz commented on 2023-01-11 15:13 (UTC)
@bradpitcher yeah sure, that's a bit shorter, however mine is "safe" in case there would be other folders name similar. However in reality we could use your line.
@Edu4rdSHL would be really nice to consider applying my patch (with the change from bradpitcher if you like) so we don't need to maintain our own patches... Thanks! I do use this since Summer and it worked everytime upgrading your package.
bradpitcher commented on 2023-01-11 15:04 (UTC)
Hey @mkurz I posted a nearly identical patch a few days ago, but the change in
package()
is a bit simplerand that's forward compatible with any different folder names electron might use with other arches
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »