From 2e300d51e36d347524cc4676d976487f364fc774 Mon Sep 17 00:00:00 2001 From: wiiznokes <78230769+wiiznokes@users.noreply.github.com> Date: Sep 09 2024 17:55:01 +0000 Subject: fix: simplify the patch file --- diff --git a/rpms/cosmic-applets/better_compile.patch b/rpms/cosmic-applets/better_compile.patch index 0dc8b81..560f415 100644 --- a/rpms/cosmic-applets/better_compile.patch +++ b/rpms/cosmic-applets/better_compile.patch @@ -1,11 +1,7 @@ ---- ./Cargo.toml 2024-06-10 20:56:56.957205204 -0500 -+++ ./Cargo.toml.new 2024-06-10 20:57:57.163582345 -0500 -@@ -57,7 +57,7 @@ - freedesktop-desktop-entry = "0.6.1" - +--- ./Cargo.toml ++++ ./Cargo.toml.new +@@ -63,3 +63,3 @@ [profile.release] -lto = "fat" +lto = "thin" - [workspace.metadata.cargo-machete] - ignored = ["libcosmic"]