diff --git a/manifests/cn.wps.office/cn.wps.office.yml b/manifests/cn.wps.office/cn.wps.office.yml index ebc62b1..21ab793 100644 --- a/manifests/cn.wps.office/cn.wps.office.yml +++ b/manifests/cn.wps.office/cn.wps.office.yml @@ -3,7 +3,6 @@ runtime: org.freedesktop.Platform runtime-version: '24.08' sdk: org.freedesktop.Sdk command: wps -separate-locales: false finish-args: - --share=ipc - --socket=x11 @@ -36,6 +35,8 @@ modules: - name: wps buildsystem: simple + build-options: + no-debuginfo: true build-commands: - install -Dm755 apply_extra.sh ${FLATPAK_DEST}/bin/apply_extra - install -Dm755 wps.sh ${FLATPAK_DEST}/bin/wps diff --git a/manifests/com.cherry_ai.cherrystudio/com.cherry_ai.cherrystudio.yml b/manifests/com.cherry_ai.cherrystudio/com.cherry_ai.cherrystudio.yml index 097f73b..db970b2 100644 --- a/manifests/com.cherry_ai.cherrystudio/com.cherry_ai.cherrystudio.yml +++ b/manifests/com.cherry_ai.cherrystudio/com.cherry_ai.cherrystudio.yml @@ -4,6 +4,8 @@ runtime-version: '24.08' sdk: org.freedesktop.Sdk sdk-extensions: - org.freedesktop.Sdk.Extension.node22 +base: org.electronjs.Electron2.BaseApp +base-version: '24.08' command: cherrystudio finish-args: - --share=ipc diff --git a/manifests/com.cursor.cursor/com.cursor.cursor.yml b/manifests/com.cursor.cursor/com.cursor.cursor.yml index dde02b9..443820f 100644 --- a/manifests/com.cursor.cursor/com.cursor.cursor.yml +++ b/manifests/com.cursor.cursor/com.cursor.cursor.yml @@ -7,7 +7,6 @@ sdk-extensions: base: org.electronjs.Electron2.BaseApp base-version: '24.08' command: cursor -separate-locales: false finish-args: - --share=network - --share=ipc @@ -78,6 +77,23 @@ modules: type: git tag-pattern: ^([\d.]+)$ + - name: host-spawn + buildsystem: simple + build-options: + build-args: + - --share=network + append-path: /usr/lib/sdk/golang/bin + build-commands: + - CGO_ENABLED=0 go build -o "${FLATPAK_DEST}/bin/host-spawn" + sources: + - type: git + url: https://github.com/1player/host-spawn + tag: v1.6.1 + commit: db1173ae2ef04beca8961a35c225117498263e23 + x-checker-data: + type: git + tag-pattern: ^v([\d.]+)$ + - name: unappimage buildsystem: simple build-commands: @@ -89,6 +105,8 @@ modules: - name: cursor buildsystem: simple + build-options: + no-debuginfo: true build-commands: - install -Dm755 cursor -t ${FLATPAK_DEST}/bin/ - install -Dm644 ${FLATPAK_ID}.png -t ${FLATPAK_DEST}/share/icons/hicolor/512x512/apps/ @@ -139,20 +157,3 @@ modules: x-checker-data: type: electron-updater url: https://download.todesktop.com/230313mzl4w4u92/latest-linux-arm64.yml - - - name: host-spawn - buildsystem: simple - build-options: - build-args: - - --share=network - append-path: /usr/lib/sdk/golang/bin - build-commands: - - CGO_ENABLED=0 go build -o "${FLATPAK_DEST}/bin/host-spawn" - sources: - - type: git - url: https://github.com/1player/host-spawn - tag: v1.6.1 - commit: db1173ae2ef04beca8961a35c225117498263e23 - x-checker-data: - type: git - tag-pattern: ^v([\d.]+)$ diff --git a/manifests/com.larksuite.lark/com.larksuite.lark.yml b/manifests/com.larksuite.lark/com.larksuite.lark.yml index 6b663a2..9f816b3 100644 --- a/manifests/com.larksuite.lark/com.larksuite.lark.yml +++ b/manifests/com.larksuite.lark/com.larksuite.lark.yml @@ -31,10 +31,11 @@ cleanup: - /share/man - /share/doc - /share/gtk-doc -separate-locales: false modules: - name: lark buildsystem: simple + build-options: + no-debuginfo: true build-commands: - install -Dm755 lark -t ${FLATPAK_DEST}/bin - install -Dm755 apply_extra -t ${FLATPAK_DEST}/bin diff --git a/manifests/com.qq.docs/com.qq.docs.yml b/manifests/com.qq.docs/com.qq.docs.yml index 031757c..75d20d6 100644 --- a/manifests/com.qq.docs/com.qq.docs.yml +++ b/manifests/com.qq.docs/com.qq.docs.yml @@ -4,7 +4,6 @@ runtime-version: '24.08' sdk: org.freedesktop.Sdk base: org.electronjs.Electron2.BaseApp base-version: '24.08' -separate-locales: false command: tdappdesktop finish-args: diff --git a/manifests/com.qq.qq/com.qq.qq.yml b/manifests/com.qq.qq/com.qq.qq.yml index 0d5e9b6..ad6ae39 100644 --- a/manifests/com.qq.qq/com.qq.qq.yml +++ b/manifests/com.qq.qq/com.qq.qq.yml @@ -5,7 +5,6 @@ sdk: org.freedesktop.Sdk base: org.electronjs.Electron2.BaseApp base-version: '24.08' command: qq -separate-locales: false finish-args: - --share=ipc @@ -86,6 +85,8 @@ modules: - name: qq buildsystem: simple + build-options: + no-debuginfo: true build-commands: - install apply_extra ${FLATPAK_DEST}/bin - install -Dm755 qq.sh ${FLATPAK_DEST}/bin/qq diff --git a/manifests/com.qq.qqmusic/com.qq.qqmusic.yml b/manifests/com.qq.qqmusic/com.qq.qqmusic.yml index 7873311..502668a 100644 --- a/manifests/com.qq.qqmusic/com.qq.qqmusic.yml +++ b/manifests/com.qq.qqmusic/com.qq.qqmusic.yml @@ -4,7 +4,6 @@ runtime-version: '24.08' sdk: org.freedesktop.Sdk base: org.electronjs.Electron2.BaseApp base-version: '24.08' -separate-locales: false command: qqmusic finish-args: diff --git a/manifests/com.qq.weixin/com.qq.weixin.yml b/manifests/com.qq.weixin/com.qq.weixin.yml index 39ebbdc..2ae0961 100644 --- a/manifests/com.qq.weixin/com.qq.weixin.yml +++ b/manifests/com.qq.weixin/com.qq.weixin.yml @@ -52,6 +52,8 @@ modules: - name: wechat buildsystem: simple + build-options: + no-debuginfo: true build-commands: - install -Dm755 apply_extra -t ${FLATPAK_DEST}/bin - install -Dm755 wechat -t ${FLATPAK_DEST}/bin diff --git a/manifests/io.github.msojocs.bilibili/io.github.msojocs.bilibili.yml b/manifests/io.github.msojocs.bilibili/io.github.msojocs.bilibili.yml index 43585a7..15d1512 100644 --- a/manifests/io.github.msojocs.bilibili/io.github.msojocs.bilibili.yml +++ b/manifests/io.github.msojocs.bilibili/io.github.msojocs.bilibili.yml @@ -4,7 +4,6 @@ runtime-version: '24.08' sdk: org.freedesktop.Sdk base: org.electronjs.Electron2.BaseApp base-version: '24.08' -separate-locales: false command: bilibili finish-args: diff --git a/manifests/io.github.pbh_btn.peerbanhelper/io.github.pbh_btn.peerbanhelper.yml b/manifests/io.github.pbh_btn.peerbanhelper/io.github.pbh_btn.peerbanhelper.yml index e8bc7b2..e37719b 100644 --- a/manifests/io.github.pbh_btn.peerbanhelper/io.github.pbh_btn.peerbanhelper.yml +++ b/manifests/io.github.pbh_btn.peerbanhelper/io.github.pbh_btn.peerbanhelper.yml @@ -29,6 +29,8 @@ modules: - name: PeerBanHelper buildsystem: simple + build-options: + no-debuginfo: true build-commands: - install -Dm755 peerbanhelper -t ${FLATPAK_DEST}/bin/ - install -Dm644 ${FLATPAK_ID}.desktop -t ${FLATPAK_DEST}/share/applications/ diff --git a/manifests/org.freedesktop.Platform.Electron/org.freedesktop.Platform.Electron.yml b/manifests/org.freedesktop.Platform.Electron/org.freedesktop.Platform.Electron.yml index 6627559..de4d46b 100644 --- a/manifests/org.freedesktop.Platform.Electron/org.freedesktop.Platform.Electron.yml +++ b/manifests/org.freedesktop.Platform.Electron/org.freedesktop.Platform.Electron.yml @@ -4,7 +4,6 @@ runtime: org.freedesktop.Platform runtime-version: '24.08' sdk: org.freedesktop.Sdk build-extension: true -separate-locales: false cleanup: - '*.a' - '*.la'