From a93d04df998e77853c2ab25048de6e85f76fafee Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 3 May 2025 11:28:21 -0700 Subject: [PATCH] fix(rnote): rustflags_debuginfo 1 (#4545) (#4641) * fix(rnote): rustflags_debuginfo 0 Signed-off-by: madomado * honestly let's try 1 first Signed-off-by: madomado --------- Signed-off-by: madomado (cherry picked from commit 2061bfc3e323e9e411782d9d437d451892fdeea9) Co-authored-by: madomado --- anda/langs/rust/rnote/rnote.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/langs/rust/rnote/rnote.spec b/anda/langs/rust/rnote/rnote.spec index ddf94bd528..0167730e79 100644 --- a/anda/langs/rust/rnote/rnote.spec +++ b/anda/langs/rust/rnote/rnote.spec @@ -1,4 +1,5 @@ %global build_rustflags %build_rustflags -C link-arg=-fuse-ld=mold +%global rustflags_debuginfo 1 Name: rnote Version: 0.12.0 @@ -36,8 +37,9 @@ import/export, an infinite canvas and an adaptive UI for big and small screens. %files %doc README.md %license LICENSE - +%_bindir/rnote-cli %_bindir/rnote +%_datadir/thumbnailers/rnote.thumbnailer %_datadir/applications/com.github.flxzt.rnote.desktop %_datadir/glib-2.0/schemas/com.github.flxzt.rnote.gschema.xml %_datadir/icons/hicolor/scalable/apps/com.github.flxzt.rnote.svg