From 030890617fba92630e36dc66c38da6d664126433 Mon Sep 17 00:00:00 2001 From: Yusuf Yaman Date: Thu, 27 Nov 2025 23:15:49 +0300 Subject: Add misc/gitlogue: Watch your git commit history in a cinematic view Gitlogue is a cinematic Git commit replay tool for the terminal that can turn your Git history into a living, animated story. Watch commits unfold with realistic typing animations, syntax highlighting, and file tree transitions, transforming code changes into a visual experience. WWW: https://github.com/unhappychoice/gitlogue PR: 291254 Reported by: Yusuf Yaman (new maintainer) --- misc/gitlogue/files/patch-Cargo.lock | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 misc/gitlogue/files/patch-Cargo.lock (limited to 'misc/gitlogue/files/patch-Cargo.lock') diff --git a/misc/gitlogue/files/patch-Cargo.lock b/misc/gitlogue/files/patch-Cargo.lock new file mode 100644 index 000000000000..f129037ff388 --- /dev/null +++ b/misc/gitlogue/files/patch-Cargo.lock @@ -0,0 +1,26 @@ +--- Cargo.lock.orig 2025-11-27 19:57:35 UTC ++++ Cargo.lock +@@ -963,15 +963,6 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00 + checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" + + [[package]] +-name = "openssl-src" +-version = "300.5.4+3.5.4" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "a507b3792995dae9b0df8a1c1e3771e8418b7c2d9f0baeba32e6fe8b06c7cb72" +-dependencies = [ +- "cc", +-] +- +-[[package]] + name = "openssl-sys" + version = "0.9.111" + source = "registry+https://github.com/rust-lang/crates.io-index" +@@ -979,7 +970,6 @@ dependencies = [ + dependencies = [ + "cc", + "libc", +- "openssl-src", + "pkg-config", + "vcpkg", + ] -- cgit v1.2.3