FYI, there's now https://aur.archlinux.org/packages/subsurface-appimage
Search Criteria
Package Details: subsurface-git 20221119.f27ff6597-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/subsurface-git.git (read-only, click to copy) |
---|---|
Package Base: | subsurface-git |
Description: | Divelog program |
Upstream URL: | https://subsurface-divelog.org/ |
Licenses: | GPL2 |
Conflicts: | subsurface |
Provides: | subsurface |
Submitter: | Francois_B |
Maintainer: | vesath |
Last Packager: | vesath |
Votes: | 15 |
Popularity: | 0.000001 |
First Submitted: | 2011-09-25 04:33 (UTC) |
Last Updated: | 2022-11-22 19:03 (UTC) |
Dependencies (15)
- googlemapsAUR
- libgit2 (libgit2-gitAUR)
- libusb (libusb-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxslt (libxslt-gitAUR)
- libzip (libzip-gitAUR)
- qt5-connectivity (qt5-connectivity-gitAUR)
- qt5-location
- qt5-svg (qt5-svg-gitAUR)
- sqlite (sqlite-fossilAUR)
- subsurface-libdc-gitAUR
- asciidoc (asciidoc-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
Required by (0)
Sources (1)
jaeckel commented on 2024-04-11 10:12 (UTC)
ohli commented on 2024-04-08 20:01 (UTC) (edited on 2024-04-08 20:02 (UTC) by ohli)
As subsurface changed their release strategy to weekly builds ^1 and provides AppImages, this AUR package became useless.
I requested a merge with subsurface-git, but you can also use the AppImage version if you want.
Thanks for the time we had with this package, but all good things have to end somedays;-p
vesath commented on 2023-12-27 07:01 (UTC)
This package has been dropped from the official repos. If you still need it somehow, I strongly recommend you look for an alternative, since it will not receive security updates, which is kind of worrying for a Web browser. Please try compiling subsurface-git again once you have uninstalled it.
Divert commented on 2023-12-27 01:38 (UTC) (edited on 2023-12-27 01:38 (UTC) by Divert)
pacman -Qo /usr/lib/libQt5WebKit.so.5.212.0 yields:
/usr/lib/libQt5WebKit.so.5.212.0 is owned by qt5-webkit 5.212.0alpha4-20
vesath commented on 2023-12-26 23:00 (UTC)
Interesting. I just did another build and it was fine. But I also don't have libQt5WebKit.so on my system. Could you run? pacman -Qo /usr/lib/libQt5WebKit.so.5.212.0
Divert commented on 2023-12-25 23:52 (UTC)
Package stopped compiling with a lot of errors related to: ld: /usr/lib/libQt5WebKit.so.5.212.0: undefined reference to "A bunch of things in several lines" Any ideas?
vesath commented on 2023-06-06 04:41 (UTC)
Don't do this. Just rebuild the package. It will automatically link to the latest libgit2 soname. Cheers.
ohli commented on 2023-06-05 19:15 (UTC)
In case anyone got subsurface: error while loading shared libraries: libgit2.so.1.5: cannot open shared object file: No such file or directory
sudo ln -s /usr/lib/libgit2.so /usr/lib/libgit2.so.1.5
helps.
Maybe this could be added to the PKGBUILD or patched upstream...
ohli commented on 2023-06-05 19:11 (UTC)
In case anyone got subsurface: error while loading shared libraries: libgit2.so.1.5: cannot open shared object file: No such file or directory
sudo ln -s /usr/lib/libgit2.so /usr/lib/libgit2.so.1.5
helps.
Maybe this could be added to the PKGBUILD or patched upstream...
vesath commented on 2023-04-04 00:22 (UTC)
Compilation works fine for me. Details are lacking from the excerpt you posted but it's probably the "googlemaps" package you're missing: it must be built from the AUR. Cheers.
Pinned Comments
ohli commented on 2024-04-08 20:01 (UTC) (edited on 2024-04-08 20:02 (UTC) by ohli)
As subsurface changed their release strategy to weekly builds ^1 and provides AppImages, this AUR package became useless.
I requested a merge with subsurface-git, but you can also use the AppImage version if you want.
Thanks for the time we had with this package, but all good things have to end somedays;-p