public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-git-delta] f44: Add themes.gitconfig handling to rust2rpm.toml
@ 2026-08-14 20:13 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-14 20:13 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-git-delta
Branch : f44
Commit : 96d97bdca83299e308ccbe76c092334d47146515
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-04-20T10:45:33+01:00
Stats  : +6/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-git-delta/c/96d97bdca83299e308ccbe76c092334d47146515?branch=f44

Log:
Add themes.gitconfig handling to rust2rpm.toml

---
diff --git a/git-delta-fix-metadata.diff b/git-delta-fix-metadata.diff
index 4ecabf4..f860578 100644
--- a/git-delta-fix-metadata.diff
+++ b/git-delta-fix-metadata.diff
@@ -1,5 +1,5 @@
 --- git-delta-0.19.1/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ git-delta-0.19.1/Cargo.toml	2026-04-20T09:43:23.155956+00:00
++++ git-delta-0.19.1/Cargo.toml	2026-04-20T09:45:01.006435+00:00
 @@ -85,7 +85,7 @@
  version = "4.4.4"
  

diff --git a/rust2rpm.toml b/rust2rpm.toml
index b3c3d10..407b269 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -21,6 +21,8 @@ extra-files = [
     "%{bash_completions_dir}/delta.bash",
     "%{fish_completions_dir}/delta.fish",
     "%{zsh_completions_dir}/_delta",
+    "%dir %{_datadir}/delta",
+    "%{_datadir}/delta/themes.gitconfig",
 ]
 
 [[package.extra-patches]]
@@ -45,6 +47,9 @@ install.post = [
     "    -T %{buildroot}/%{fish_completions_dir}/delta.fish",
     "install -Dpm0644 etc/completion/completion.zsh \\",
     "    -T %{buildroot}/%{zsh_completions_dir}/_delta",
+    "install -dm 0755 %{buildroot}%{_datadir}/delta/",
+    "install -Dpm0644 themes.gitconfig \\",
+    "    -T %{buildroot}%{_datadir}/delta/themes.gitconfig",
 ]
 
 [scripts.prep]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-14 20:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-14 20:13 [rpms/rust-git-delta] f44: Add themes.gitconfig handling to rust2rpm.toml Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox