about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-cola
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-12git-cola: 4.7.0 -> 4.7.1R. Ryantm1-2/+2
2024-05-04git-cola: 4.6.1 -> 4.7.0R. Ryantm1-2/+2
2024-03-12git-cola: 4.5.0 -> 4.6.1Bob van der Linden1-2/+5
2024-03-12git-cola: format fileBob van der Linden1-5/+30
2024-01-27git-cola: 4.4.1 -> 4.5.0R. Ryantm1-2/+2
2023-12-20treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usageMartin Weinelt1-2/+0
The setuptools-scm packages gained a setup hook, that sets it to the derivation version automatically, so setting it to that manually has become redundant. This also affects downstream consumers of setuptools-scm, like hatch-vcs or flit-scm.
2023-11-26git-cola: 4.4.0 -> 4.4.1Bob van der Linden1-2/+2
2023-11-22git-cola: fix package versionBob van der Linden1-1/+3
Use setuptools-scm and SETUPTOOLS_SCM_PRETEND_VERSION to force the python package to be versioned the same as the Nix package without relying on .git being available.
2023-11-22git-cola: 4.2.1 -> 4.4.0Bob van der Linden1-3/+3
2023-11-22git-cola: add updateScriptBob van der Linden1-1/+5
2023-05-10git-cola: only use qt5.qtwayland in LinuxThiago Kenji Okada1-1/+1
Fix compilation on Darwin. ZHF: #230712
2023-05-01git-cola: 4.1.0 -> 4.2.1kilianar1-9/+3
https://github.com/git-cola/git-cola/releases/tag/v4.2.1 Additionally, include qtwayland in buildInputs to enable Wayland support.
2023-02-28git-cola: run testsThiago Kenji Okada1-5/+17
2023-02-28git-cola: update dependencies and make it work in darwinThiago Kenji Okada1-6/+2
- `pyinotify` was removed a long time ago: https://github.com/git-cola/git-cola/pull/510 - `sip_4` does not seem to be needed, at least there is no mention at docs and the program seems to works fine without it - `send2trash` added since it is an optional feature: https://github.com/git-cola/git-cola#optional-features The removal of `pyinotify` also makes this build and works in darwin, so removing the `meta.platforms` (will inherit from `buildPythonApplication` instead).
2023-01-08git-cola: 4.0.4 -> 4.1.0R. Ryantm1-2/+2
2022-12-19treewide: remove git-and-tools directoryAndersonTorres1-0/+34
We do not use a "plugin system" for Git addons anymore, and therefore this directory is no longer useful. Indeed that directory is way more confusing, given that it includes more than mere Git addons, going from Bitbucket server command-line tools to complete rewrites of Git in exotic programming languages. Also, without this directory, the mental load of decision-making reduces a lot. When anyone is interested in including a new git-related tool, just put it into pkgs/applications/version-management, without apologies.