Search Criteria
Package Details: gitqlient 1.6.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gitqlient.git (read-only, click to copy) |
---|---|
Package Base: | gitqlient |
Description: | GitQlient: Multi-platform Git client written with Qt |
Upstream URL: | https://github.com/francescmm/GitQlient |
Licenses: | LGPL |
Submitter: | duongdominhchau |
Maintainer: | duongdominhchau (francescmm) |
Last Packager: | duongdominhchau |
Votes: | 5 |
Popularity: | 0.32 |
First Submitted: | 2020-02-27 10:05 (UTC) |
Last Updated: | 2024-12-07 07:49 (UTC) |
Dependencies (3)
- git (git-gitAUR, git-glAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
duongdominhchau commented on 2021-05-29 10:18 (UTC)
I added the checksum. About the compile error, I can't reproduce it on a fresh build, so maybe that's the problem from the leftover of old versions.
billypilgrim commented on 2021-05-27 16:24 (UTC)
The
sha256sums
seem to be set toSKIP
, which you really don't want! You want the actual hash in there to verify the source tarball.billypilgrim commented on 2021-05-27 15:20 (UTC)
This is currently not building for me because -Werror is enabled by default:
I've submitted a PR upstream if you want to take the patch for the PKGBUILD: https://github.com/francescmm/GitQlient/pull/214
duongdominhchau commented on 2021-01-31 14:11 (UTC)
Thank you for the information. I have added you to maintainer list. I also add the
-git
package to AUR, that package gets source from latest commit ondevelop
branch instead of the release tarball.francescmm commented on 2021-01-31 11:32 (UTC)
Hi,
I'm the creator of GitQlient and I wanted to register to help you at least with the upcoming breaking changes that I might add in the future for the app.
First of all, really nice job and thanks for the support! :)
Now, the news!
I plan to release a new version very soon. I'm actually preparing it, so probably Week 5 or 6 is going to be out.
FYI, in the new version I removed the submodules QLogger and I added a dependency on QtWebkitEngineWidgets and QtWebChannel. Both should be inside QtWebEngine package so pretty sure you'll know how to manage.
I actively work with two main branches: 'master' and 'develop. - Master is the branch where the releases (and hotfixes) happen. It should be stable and crashes should be reported directly as critical bugs. - Develop is the unstable and live development branch. So it could happen that crashes happen but they should be fixed quite fast.
Personally, I use 'develop' in my work environment. That helps me to fix the issues and keep it updated all the time. However I wouldn't recommend that for official releases (although if you have an unstable release could be nice).
If you have any doubts, questions, requests or whatever, remember that I watch the issues in the repo all the time: https://github.com/francescmm/GitQlient/issues
Stay healthy and safe! :D
duongdominhchau commented on 2021-01-10 18:36 (UTC) (edited on 2021-01-10 18:37 (UTC) by duongdominhchau)
Fixed. That package never existed, I use it to prepare for the case
qlogger
has its own releases but it doesn't seem to happen. A proper AUR helper should be able to handle that dependency anyway, because it is specified inprovides
variable of the-git
package.fasked commented on 2021-01-10 15:19 (UTC) (edited on 2021-01-10 15:20 (UTC) by fasked)
Seems like qlogger package doesn't exist anymore
duongdominhchau commented on 2020-11-25 02:47 (UTC)
@ganthore Fixed. Upstream treat warnings as errors, I removed that flag.
ganthore commented on 2020-11-24 21:29 (UTC)
With the latest versions of QT (5.15.2-1), sadly this is failing to build due to an explicit error regarding a depreciated class. The error is as follows:
error: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute
The good news is that I worked around the problem by adding the following find/sed command to the PKGBUILD file right before invoking qmake during the prepare phase:
find ./ -type f -exec sed -i -e 's/FollowRedirectsAttribute/RedirectPolicyAttribute/g' {} \;
Kunda commented on 2020-11-21 11:40 (UTC)
Would anybody be interested in creating a package for GitQlient Beta that just features the AppImage? https://github.com/francescmm/GitQlient/releases/tag/v1.3.0-beta
« First ‹ Previous 1 2 3 4 Next › Last »