- Notifications
You must be signed in to change notification settings - Fork7
qutebrowser/qt-debug-pkgbuild
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository is now archived. Nowadays, Archlinux provides debuginformation as part of their official packages, via theirDebuginfod server. When you setDEBUGINFOD_URLS="https://debuginfod.archlinux.org/" in your environment,tools likegdb will automatically download debug information.
Archlinux PKGBUILDs for Qt5/PyQt5 with debugging enabled.
- upstream: The vanilla Archlinux upstream packages.
- master: Based onupstream, adds debugging symbols.
Binary packages for themaster branch are available as an unofficialArchlinux repo. Seethe qutebrowser documentationfor details.
Until Qt 5.7, the patched PKGBUILDs lived in themaster branch, and theupstream branch (with the vanilla Archlinux PKGBUILDs) got merged intoupstream after updating. However, this caused frequent merge conflicts as thepatched lines are close to the version number.
Since Qt 5.7, there are no merges anymore - instead, the updated upstreamPKGBUILDs live in the upstream branch, and patching is automated usingpatch.sh.
Here is how an update looks:
git checkout upstreambash update.shgit status, add new filesgit diff, review upstream changes- `git commit -am "Update to Qt 5.x.y"
git push
git checkout mastergit rm -r qt5-* pyqt*git checkout upstream -- qt5-\* pyqt\* pkglistgit reset HEAD .(unstage all changes)bash patch.shgit status, add/delete filesgit diff --staged, reviewgit commit- Add new makedepends in
Dockerfileif needed git commitgit push
bash build_segfault.sh
About
Archlinux PKGBUILDs for Qt5/PyQt5 with debugging enabled
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.