Search Criteria
Package Details: yaak 2026.1.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/yaak.git (read-only, click to copy) |
|---|---|
| Package Base: | yaak |
| Description: | Fast, offline and Git-friendly API client for HTTP, GraphQL, WebSockets, SSE, and gRPC |
| Upstream URL: | https://yaak.app/ |
| Keywords: | api api-client graphql grpc http rest websocket websockets |
| Licenses: | MIT |
| Conflicts: | yaak-app-beta, yaak-appimage, yaak-bin, yaak-git |
| Provides: | yaak-app |
| Submitter: | jonasgeiler |
| Maintainer: | jonasgeiler (SoftExpert) |
| Last Packager: | SoftExpert |
| Votes: | 3 |
| Popularity: | 1.35 |
| First Submitted: | 2024-09-13 10:25 (UTC) |
| Last Updated: | 2026-01-22 22:30 (UTC) |
Dependencies (25)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libsoup3 (libsoup3-gitAUR)
- pango (pango-gitAUR, pango-nothai-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- xz (xz-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- appmenu-gtk-module (appmenu-gtk-module-gitAUR) (make)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- libappindicator-gtk3 (libappindicator) (make)
- librsvg (librsvg-gitAUR, librsvg-noglycinAUR) (make)
- Show 5 more dependencies...
Latest Comments
1 2 Next › Last »
SoftExpert commented on 2026-01-22 22:30 (UTC)
@ruan: Thank you for spotting this problem and for facilitating the fix with your patch! I have updated the package.
ruan commented on 2026-01-21 17:48 (UTC) (edited on 2026-01-21 18:07 (UTC) by ruan)
Installation is failing, seems related to some changes in the tauri build logic, in release 2026.1.0, as per the release notes: https://github.com/mountain-loop/yaak/releases/tag/v2026.1.0
Logs:
I'm using yay, and I found the
yaak.desktopin:/home/user/.cache/yay/yaak/src/yaak/target/release/bundle/deb/yaak_2026.1.0_amd64/data/usr/share/applications/yaak.desktop
So I guess the file is now being created here:
${srcdir}/yaak/target/release/bundle/deb/yaak_${pkgver}_.../data/usr/share/applications/yaak.desktop
I guess some adjustments to the build process are necessary.
Edit: Here's a patch to fix the issue, tested locally:
cachyak commented on 2025-12-20 18:11 (UTC)
Starting up with the latest version gives this error:
prettyvanilla commented on 2025-12-15 13:32 (UTC)
Since the update to 2025.9.x yaak-app doesn't start anymore as all the "vendored" package content is now missing. I had to change the build line to
npm run tauri build -- --config ./src-tauri/tauri.release.conf.json --bundles deb --no-signto get a working package again.The
!stripoption in the PKGBUILD also leads to the inclusion of debug package content, commenting this option out still leads to a working binary, so the comment there seems to not be correct (anymore) and the option can be removed.jonasgeiler commented on 2025-11-07 01:31 (UTC)
@dallasrevolt The problem should now be fixed thanks to the suggestion from @kstolp
dallasrevolt commented on 2025-10-25 02:35 (UTC)
Hello! I got an error:
jonasgeiler commented on 2025-08-22 06:28 (UTC)
@kstolp Thanks for the hint! I'll look into it as soon as I can
kstolp commented on 2025-08-21 20:33 (UTC)
@jonasgeiler It looks like
rust-wasmneeds to be added to themakedependsin order to build. Otherwise you get an error like the one referenced here.jonasgeiler commented on 2025-05-20 23:41 (UTC) (edited on 2025-05-21 14:17 (UTC) by jonasgeiler)
LET ME KNOW IF YOU HAVE PROBLEMS WITH THE v2025.2.0 BUILD PROCESS.
I currently get random errors that I have no idea how to fix, although before I did a clean build it ran through without errors, so no idea if there's actually a problem.
Thanks for your help!
~ Jonas
jonasgeiler commented on 2025-02-21 12:47 (UTC) (edited on 2025-02-22 10:11 (UTC) by jonasgeiler)
EDIT: Fixed it! 2025.1.1 is out.
This package is currently on hold while I try to fix the build process. So far no luck, but I'm on it.1 2 Next › Last »