Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions fix-appdata.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
From a5ac56bad81c00d106de7dad9e7e867f8e69fcdf Mon Sep 17 00:00:00 2001
From: Sabri Ünal <yakushabb@gmail.com>
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 @@
<id>io.github.cboxdoerfer.FSearch</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
- <name>FSearch</name>
+ <name translate="no">FSearch</name>
<summary>A graphical file search application</summary>
<description>
<p>
@@ -43,15 +43,18 @@
</screenshots>
<url type="homepage">https://github.com/cboxdoerfer/fsearch</url>
<url type="bugtracker">https://github.com/cboxdoerfer/fsearch/issues</url>
+ <url type="vcs-browser">https://github.com/cboxdoerfer/fsearch</url>
<url type="donation">https://github.com/sponsors/cboxdoerfer</url>
<url type="help">https://github.com/cboxdoerfer/fsearch/wiki</url>
<url type="translate">https://hosted.weblate.org/projects/fsearch/</url>
<!-- Translators: please do NOT translate this. -->
- <developer_name>Christian Boxdörfer</developer_name>
+ <developer id="io.github.cboxdoerfer">
+ <name>Christian Boxdörfer</name>
+ </developer>
<update_contact>christian.boxdoerfer_at_posteo.de</update_contact>
<translation type="gettext">fsearch</translation>
- <!-- Validate with `appstream-util validate io.github.cboxdoerfer.FSearch.appdata.xml.in`. -->
- <content_rating type="oars-1.0"/>
+ <content_rating type="oars-1.1"/>
+ <launchable type="desktop-id">io.github.cboxdoerfer.FSearch.desktop</launchable>
<releases>
<release date="2023-08-05" version="0.2.3">
<description>
@@ -103,5 +106,4 @@
</description>
</release>
</releases>
- <launchable type="desktop-id">io.github.cboxdoerfer.FSearch.desktop</launchable>
</component>
--
libgit2 1.7.2

17 changes: 4 additions & 13 deletions io.github.cboxdoerfer.FSearch.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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