This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9a6abcb713 gnu: qgit: Update to 2.13.
9a6abcb713 is described below
commit 9a6abcb713fad6d20d72ed56d250eb83583480c8
Author: Sughosha <[email protected]>
AuthorDate: Thu Mar 5 17:37:03 2026 +0530
gnu: qgit: Update to 2.13.
* gnu/packages/version-control.scm (qgit): Update to 2.13.
[source]<patches>: Remove qgit-2.13-fix-search-style.patch.
* gnu/packages/patches/qgit-2.13-fix-search-style.patch: Remove file.
* gnu/local.mk: Deregister it.
Change-Id: I47bb9211febd5a8bdf29bb898bab7cbc2aa6df1e
---
gnu/local.mk | 1 -
.../patches/qgit-2.12-fix-search-style.patch | 23 ----------------------
gnu/packages/version-control.scm | 8 ++------
3 files changed, 2 insertions(+), 30 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index 1ff07976bb..decc531cd7 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2114,7 +2114,6 @@ dist_patch_DATA =
\
%D%/packages/patches/python-sshtunnel-pep518.patch \
%D%/packages/patches/python-zeroc-ice-3.6.5-python-3.11-support.patch
\
%D%/packages/patches/qcodeeditor-qt6.patch \
- %D%/packages/patches/qgit-2.12-fix-search-style.patch \
%D%/packages/patches/qtdeclarative-5-disable-qmlcache.patch \
%D%/packages/patches/qtdeclarative-disable-qmlcache.patch \
%D%/packages/patches/qtlocation-5.15.8-mapboxgl-gcc13.patch \
diff --git a/gnu/packages/patches/qgit-2.12-fix-search-style.patch
b/gnu/packages/patches/qgit-2.12-fix-search-style.patch
deleted file mode 100644
index 07d87dfeb2..0000000000
--- a/gnu/packages/patches/qgit-2.12-fix-search-style.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 757c0fc17b879f5a5719e6959c926c997ef5c4f2 Mon Sep 17 00:00:00 2001
-From: Cristian Tibirna <[email protected]>
-Date: Mon, 28 Jul 2025 20:21:11 -0400
-Subject: [PATCH] Fix issue #162: match partial strings as well as wildcards in
- listview search
-
----
- src/listview.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/listview.cpp b/src/listview.cpp
-index 3223d61..8cd8f71 100644
---- a/src/listview.cpp
-+++ b/src/listview.cpp
-@@ -1321,7 +1321,7 @@ bool ListViewProxy::filterAcceptsRow(int source_row,
const QModelIndex&) const {
- int ListViewProxy::setFilter(bool isOn, bool h, SCRef fl, int cn, ShaSet* s) {
-
- #if QT_VERSION >= 0x060000
-- filter = QRegularExpression::fromWildcard(fl, Qt::CaseInsensitive);
-+ filter = QRegularExpression::fromWildcard(fl, Qt::CaseInsensitive,
QRegularExpression::UnanchoredWildcardConversion);
- #else
- filter = QRegExp(fl, Qt::CaseInsensitive, QRegExp::Wildcard);
- #endif
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index f35d3955b1..c69650f7a7 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -4334,7 +4334,7 @@ TkDiff is included for browsing and merging your
changes.")
(define-public qgit
(package
(name "qgit")
- (version "2.12")
+ (version "2.13")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4343,11 +4343,7 @@ TkDiff is included for browsing and merging your
changes.")
(file-name (git-file-name name version))
(sha256
(base32
- "16gy1xyn4xa3bjziphcdixbf6qv3bcs81z2k9j6biwpzs1ingkdb"))
- ;; TODO: Remove this patch in the next update since it is fixed
- ;; in the next commit.
- (patches
- (search-patches "qgit-2.12-fix-search-style.patch"))))
+ "0di205cy97qdfgwnmzscw0ar7i734gmqjxz1lyfdrfhwhwapmv44"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase