Package Details: trenchbroom-git v2025.3.r1356.g74c536d91-1

Git Clone URL: https://aur.archlinux.org/trenchbroom-git.git (read-only, click to copy)
Package Base: trenchbroom-git
Description: TrenchBroom is a modern cross-platform level editor for Quake-engine based games. This will build/install TrenchBroom from the current commits to the main branch of it's GitHub
Upstream URL: https://trenchbroom.github.io/
Licenses: GPLv3
Conflicts: trenchbroom
Provides: trenchbroom
Submitter: hrehfeld
Maintainer: hrehfeld (Retro_Gamer, kinker31)
Last Packager: kinker31
Votes: 7
Popularity: 0.000000
First Submitted: 2020-04-25 16:26 (UTC)
Last Updated: 2026-07-03 07:44 (UTC)

Pinned Comments

Retro_Gamer commented on 2024-06-11 17:21 (UTC) (edited on 2024-08-25 16:08 (UTC) by Retro_Gamer)

Just an FYI, make sure to back up your older pkg builds. TrenchBroom git is always rolling in nature like Arch. Sometime bugs can be introduced from time to time, so it is important if you intend to use this make sure you keep your older builds in case you need to roll back 1 or 2.

Latest Comments

1 2 3 Next › Last »

kinker31 commented on 2026-07-03 14:11 (UTC)

No worries, also is there a way I can un-send the request I sent, now that the package works?

hrehfeld commented on 2026-07-03 08:30 (UTC)

Yay, thanks for fix! In the future it'd be great if we can keep commit messages just a little bit descriptive about the changes so we can easily get an overview (but super concise is fine, this doesn't have to be more work!). Awesome that someone is more actively maintaining the package now, thank you so much! ;-)

kinker31 commented on 2026-07-01 11:47 (UTC)

@hrehfeld Sure, why not?

hrehfeld commented on 2026-07-01 10:03 (UTC)

@kinker31: would you be interested to co-maintain?

kinker31 commented on 2026-05-22 03:25 (UTC) (edited on 2026-05-22 03:26 (UTC) by kinker31)

Right now, the build process fails with /usr/bin/ld: warning: libraw.so.23, needed by /usr/lib/libfreeimage.so, not found (try using -rpath or -rpath-link), but I was able to work around the issue by linking the libraw object I've got with the one the build process expects.

kinker31 commented on 2026-03-18 08:20 (UTC)

Trenchbroom's updated the resource folder to include DumpShortcuts, CmdTool, and the program itself in seperate folders, so "${srcdir}/trenchbroom/app/resources/linux/icons/icon_256.png" should be updated to "${srcdir}/trenchbroom/app/TrenchBroom/resources/linux/icons/icon_256.png" to avoid an error in packaging.

Retro_Gamer commented on 2024-06-11 17:21 (UTC) (edited on 2024-08-25 16:08 (UTC) by Retro_Gamer)

Just an FYI, make sure to back up your older pkg builds. TrenchBroom git is always rolling in nature like Arch. Sometime bugs can be introduced from time to time, so it is important if you intend to use this make sure you keep your older builds in case you need to roll back 1 or 2.

pixelsyntax commented on 2023-11-21 11:29 (UTC)

Build fails with error

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find tinyxml2 (missing: tinyxml2_LIBRARY tinyxml2_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  cmake/packages/tinyxml2-config.cmake:28 (find_package_handle_standard_args)
  vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package)
  CMakeLists.txt:122 (find_package)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: trenchbroom-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
trenchbroom-git - exit status 4

As per kingthrillgore, build depends on tinyxml2 and built successfully once tinyxml2 was installed.