From f0a0ea699dd6daca7e78a05dc54c94694364a47f Mon Sep 17 00:00:00 2001 From: deepend-tildeclub Date: Fri, 22 May 2026 01:35:49 -0600 Subject: [PATCH] Flatpak: missed changes to flatpak app id. --- data/misc/org.zoitechat.ZoiteChat.metainfo.xml.in | 2 +- ...hat.mime.xml => org.zoitechat.ZoiteChat.mime.xml} | 0 flatpak/org.zoitechat.ZoiteChat.json | 12 +++++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) rename data/misc/{net.zoite.Zoitechat.mime.xml => org.zoitechat.ZoiteChat.mime.xml} (100%) diff --git a/data/misc/org.zoitechat.ZoiteChat.metainfo.xml.in b/data/misc/org.zoitechat.ZoiteChat.metainfo.xml.in index 211e2f06..6c1556ba 100644 --- a/data/misc/org.zoitechat.ZoiteChat.metainfo.xml.in +++ b/data/misc/org.zoitechat.ZoiteChat.metainfo.xml.in @@ -4,7 +4,7 @@ ZoiteChat org.zoitechat.ZoiteChat.desktop - + ZoiteChat diff --git a/data/misc/net.zoite.Zoitechat.mime.xml b/data/misc/org.zoitechat.ZoiteChat.mime.xml similarity index 100% rename from data/misc/net.zoite.Zoitechat.mime.xml rename to data/misc/org.zoitechat.ZoiteChat.mime.xml diff --git a/flatpak/org.zoitechat.ZoiteChat.json b/flatpak/org.zoitechat.ZoiteChat.json index b9d0df50..7045c071 100644 --- a/flatpak/org.zoitechat.ZoiteChat.json +++ b/flatpak/org.zoitechat.ZoiteChat.json @@ -56,6 +56,9 @@ { "name": "perl", "buildsystem": "simple", + "build-options": { + "no-debuginfo": true + }, "build-commands": [ "./Configure -des -Dprefix=/app -Dvendorprefix=/app -Duseshrplib -Dman1dir=none -Dman3dir=none", "make -j${FLATPAK_BUILDER_N_JOBS}", @@ -107,7 +110,14 @@ "type": "git", "url": "https://github.com/ZoiteChat/zoitechat.git", "tag": "zoitechat-2.18.1", - "commit": "6535810ca356bf9c4d15fca34df4fb883e2a61a5" + "commit": "479f1649efa0e5b166a7c7c9d86214b42ec9f794" + }, + { + "type": "file", + "url": "https://publicsuffix.org/list/public_suffix_list.dat", + "sha256": "6f7f7d9e8c68447f1c74095a12574b7fee46b0cd759c518a659aee0615d8e118", + "dest": "src/common", + "dest-filename": "public_suffix_list.dat" }, { "type": "patch",