Package Details: sourcetrail 2025.2.0-1

Git Clone URL: https://aur.archlinux.org/sourcetrail.git (read-only, click to copy)
Package Base: sourcetrail
Description: Interactive source explorer for C/C++ and Java
Upstream URL: https://github.com/xiota/sourcetrail
Licenses: GPL-3.0-only
Submitter: jetm
Maintainer: xiota
Last Packager: xiota
Votes: 23
Popularity: 0.000000
First Submitted: 2017-04-12 15:18 (UTC)
Last Updated: 2025-02-02 07:05 (UTC)

Dependencies (22)

Required by (0)

Sources (1)

Pinned Comments

xiota commented on 2024-06-20 03:07 (UTC) (edited on 2025-02-02 07:22 (UTC) by xiota)

After 2023.11, patching is required to build on Arch. This package uses a secondary repo to make managing changes easier. Further details in the readme.

Please observe the following when flagging or commenting:

  • Flag for standard packaging issues, like depends updates and typos.
  • Comment for issues requiring explanation or debugging.
    • Do not paste large blocks of text. Use a pastebin.
    • Consider using the github issue tracker.
    • Problems that are not Arch-specific may be referred further upstream.

Versions associated with major requirement changes.

  • 2025.2.0 – clang 19, Qt6.
  • 2024.7.3 – clang 18, Qt6.
  • 2024.6.1 – clang 17, Qt6.
  • 2023.11 – clang 14, Qt5.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

jetm commented on 2020-10-03 22:38 (UTC)

@xa0082249956 Updated the package with libglvnd dependency. Thanks!

xa0082249956 commented on 2020-10-03 11:12 (UTC)

/opt/sourcetrail/bin/sourcetrail: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

Looks like we need to add a dependency libglvnd

pspeder commented on 2020-07-27 12:22 (UTC)

Is there a reason that the package makes only the .desktop file easily available and not a link to the binary itself?

I have zero experience with writing pkgbuilds, but after browsing a little I believe putting something like below last in package() will do it (not tested):

install -m 755 "$srcdir/opt/bin/$pkgname" "$pkgdir/usr/bin"

jetm commented on 2019-11-21 13:04 (UTC)

@lightning1141: the link on GitHub is not equivalent to what it was before. When all the issues to build in Arch Linux from scratch are solved. I will change it to GitHub link.

lightning1141 commented on 2019-11-21 10:24 (UTC)

Could you please use github link for download? Sourcetrail is now free and open-source software. source: https://www.sourcetrail.com/blog/open_source/ .

mytbk commented on 2019-11-19 14:57 (UTC) (edited on 2019-11-19 15:33 (UTC) by mytbk)

Gosh, there're some other problems building with C++ support. refer to https://github.com/CoatiSoftware/Sourcetrail/pull/762 for the change.

mytbk commented on 2019-11-19 14:37 (UTC)

This patch is ok to build the tar source: https://paste.debian.net/1116965/ But there's some problem in installing the app.

mytbk commented on 2019-11-19 14:26 (UTC) (edited on 2019-11-19 14:27 (UTC) by mytbk)

Currently I need a patch like this to build the git source: https://paste.debian.net/1116964/

The tar source also needs VERSION_YEAR, VERSION_MINOR, VERSION_COMMIT set.

jetm commented on 2019-11-19 14:21 (UTC)

@pfischbeck: I tried but building from source has some issues. Need time to figure it out. Meanwhile, I created sourcetrail-bin to build from binary. Thanks for the suggestion