diff --git a/fix-appdata.patch b/fix-appdata.patch new file mode 100644 index 0000000..e8b84b4 --- /dev/null +++ b/fix-appdata.patch @@ -0,0 +1,53 @@ +From a5ac56bad81c00d106de7dad9e7e867f8e69fcdf Mon Sep 17 00:00:00 2001 +From: Sabri Ünal +Date: Sun, 15 Mar 2026 22:50:15 +0300 +Subject: [PATCH] Fix appdata paper cuts + +--- + data/io.github.cboxdoerfer.FSearch.appdata.xml.in | 12 +++++++----- + 1 file changed, 7 insertions(+), 5 deletions(-) + +diff --git a/data/io.github.cboxdoerfer.FSearch.appdata.xml.in b/data/io.github.cboxdoerfer.FSearch.appdata.xml.in +index 9c6cae9..e6cc2ec 100644 +--- a/data/io.github.cboxdoerfer.FSearch.appdata.xml.in ++++ b/data/io.github.cboxdoerfer.FSearch.appdata.xml.in +@@ -4,7 +4,7 @@ + io.github.cboxdoerfer.FSearch + CC0-1.0 + GPL-2.0+ +- FSearch ++ FSearch + A graphical file search application + +

+@@ -43,15 +43,18 @@ + + https://github.com/cboxdoerfer/fsearch + https://github.com/cboxdoerfer/fsearch/issues ++ https://github.com/cboxdoerfer/fsearch + https://github.com/sponsors/cboxdoerfer + https://github.com/cboxdoerfer/fsearch/wiki + https://hosted.weblate.org/projects/fsearch/ + +- Christian Boxdörfer ++ ++ Christian Boxdörfer ++ + christian.boxdoerfer_at_posteo.de + fsearch +- +- ++ ++ io.github.cboxdoerfer.FSearch.desktop + + + +@@ -103,5 +106,4 @@ + + + +- io.github.cboxdoerfer.FSearch.desktop + +-- +libgit2 1.7.2 + diff --git a/io.github.cboxdoerfer.FSearch.yml b/io.github.cboxdoerfer.FSearch.yml index f76cb97..7297d8e 100644 --- a/io.github.cboxdoerfer.FSearch.yml +++ b/io.github.cboxdoerfer.FSearch.yml @@ -1,6 +1,6 @@ app-id: io.github.cboxdoerfer.FSearch runtime: org.gnome.Platform -runtime-version: '48' +runtime-version: '50' sdk: org.gnome.Sdk command: fsearch finish-args: @@ -12,26 +12,17 @@ finish-args: # Needs to find files everywhere - --filesystem=host cleanup: - - /include - - /lib/pkgconfig - - /share/pkgconfig - - /share/aclocal - - /man - /share/man - - /share/gtk-doc - - '*.la' - - '*.a' - - /lib/girepository-1.0 - - /share/doc - - /share/gir-1.0 modules: - name: fsearch buildsystem: meson config-opts: - - --buildtype=release + - -Dbuildtype=release - -Dchannel=flathub-stable sources: - type: git url: https://github.com/cboxdoerfer/fsearch.git tag: 0.2.3 commit: 0ff26877e1b6d6b84d0e5021f221c69f86f95259 + - type: patch + path: fix-appdata.patch