Package Details: journal-viewer 0.6.0-1

Git Clone URL: https://aur.archlinux.org/journal-viewer.git (read-only, click to copy)
Package Base: journal-viewer
Description: A modern linux desktop application to visualize systemd logs.
Upstream URL: https://github.com/mingue/journal-viewer
Licenses: GPL3
Conflicts: journal-viewer
Provides: journal-viewer
Submitter: mingue
Maintainer: mingue
Last Packager: mingue
Votes: 4
Popularity: 0.076826
First Submitted: 2023-03-26 20:10 (UTC)
Last Updated: 2024-04-26 18:54 (UTC)

Latest Comments

« First ‹ Previous 1 2

yochananmarqos commented on 2023-04-22 21:01 (UTC)

@mingue: Do not do that. Something is wrong on your end. There are no split packages here, so there is no need to specify a pkgbase at all. By default the pkgbase is the pkgname. journal-viewer and journal-viewer-bin are two diferent packages. journal-viewer-src does not exist and should not exist.

mingue commented on 2023-04-22 20:58 (UTC) (edited on 2023-04-22 20:59 (UTC) by mingue)

That is what I do to build those files @yochananmarqos. although I need to change pkgbase property in the .SRCINFO file as the AUR didn't like to commit anything with bin on the name, so here is the script I use:

makepkg --printsrcinfo > .SRCINFO sed -i "s/pkgbase = journal-viewer-bin/pkgbase = journal-viewer/g" .SRCINFO

makepkg --printsrcinfo > .SRCINFO sed -i "s/pkgbase = journal-viewer/pkgbase = journal-viewer-src/g" .SRCINFO

I tested both packages and they seem to work fine, what is the issue exactly?

yochananmarqos commented on 2023-04-21 15:30 (UTC)

@mingue: Please do not edit .SRCINFO manually. Instead, run makepkg --printsrcinfo > .SRCINFO. You have erroneous pkgbase entries in both journal-viewer and journal-viewer-bin.

mingue commented on 2023-03-27 20:50 (UTC)

Thanks @yochananmarqos, I updated the package based on your comments, I wasn't sure about the tauri docs. Let me know if that works fine

yochananmarqos commented on 2023-03-27 20:45 (UTC)

The only required dependencies are systemd & webkit2gtk.

mingue commented on 2023-03-27 20:00 (UTC)

Hi @m040601, I was missing some dependencies on the package definition. Hopefully it will be fixed with the new version.

m040601 commented on 2023-03-27 14:25 (UTC)

$ journal-viewer

journal-viewer: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory