Search Criteria
Package Details: yaak 2026.2.4-1
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: | 4 |
| Popularity: | 1.21 |
| First Submitted: | 2024-09-13 10:25 (UTC) |
| Last Updated: | 2026-02-20 20:54 (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, git-wd40AUR) (make)
- libappindicator-gtk3 (libappindicator) (make)
- librsvg (librsvg-noglycinAUR, librsvg-gitAUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- protobuf (protobuf-gitAUR) (make)
- rust-wasm (rustup-gitAUR, rust-wasm-gitAUR, rustup) (make)
- wasm-pack (wasm-pack-gitAUR, wasm-pack-binAUR) (make)
Latest Comments
1 2 Next › Last »
svenstaro commented on 2026-02-13 13:56 (UTC)
I'm not sure. Can you try to reproduce this?
SoftExpert commented on 2026-02-13 11:14 (UTC)
@svenstaro: nothing is left behind by installing this package; you should check the current hooks on your system.
svenstaro commented on 2026-02-01 21:35 (UTC)
There's a lot of stuff in
/usr/src/debugafter installing this package. I don't think that's intended.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
1 2 Next › Last »