Flatpak: missed changes to flatpak app id.

This commit is contained in:
2026-05-22 01:35:49 -06:00
parent 005d9c6849
commit f0a0ea699d
3 changed files with 12 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<name>ZoiteChat</name> <name>ZoiteChat</name>
<launchable type="desktop-id">org.zoitechat.ZoiteChat.desktop</launchable> <launchable type="desktop-id">org.zoitechat.ZoiteChat.desktop</launchable>
<developer id="net.zoite"> <developer id="org.zoitechat">
<name translate="no">ZoiteChat</name> <name translate="no">ZoiteChat</name>
</developer> </developer>

View File

@@ -56,6 +56,9 @@
{ {
"name": "perl", "name": "perl",
"buildsystem": "simple", "buildsystem": "simple",
"build-options": {
"no-debuginfo": true
},
"build-commands": [ "build-commands": [
"./Configure -des -Dprefix=/app -Dvendorprefix=/app -Duseshrplib -Dman1dir=none -Dman3dir=none", "./Configure -des -Dprefix=/app -Dvendorprefix=/app -Duseshrplib -Dman1dir=none -Dman3dir=none",
"make -j${FLATPAK_BUILDER_N_JOBS}", "make -j${FLATPAK_BUILDER_N_JOBS}",
@@ -107,7 +110,14 @@
"type": "git", "type": "git",
"url": "https://github.com/ZoiteChat/zoitechat.git", "url": "https://github.com/ZoiteChat/zoitechat.git",
"tag": "zoitechat-2.18.1", "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", "type": "patch",