mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 12:44:18 +08:00
fix(flatpak): bundle intltool for libdbusmenu build
intltool was removed from org.gnome.Sdk in 2019. libdbusmenu's configure script requires it even with --disable-nls. Using cleanup: ["*"] ensures intltool is only used at build time.
This commit is contained in:
@@ -22,6 +22,15 @@ finish-args:
|
|||||||
- --filesystem=home
|
- --filesystem=home
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
|
# Required for libdbusmenu build (intltool was removed from GNOME SDK since 2019)
|
||||||
|
- name: intltool
|
||||||
|
cleanup:
|
||||||
|
- "*"
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz
|
||||||
|
sha256: 67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd
|
||||||
|
|
||||||
# Required for tray icon support
|
# Required for tray icon support
|
||||||
- name: libayatana-ido
|
- name: libayatana-ido
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
|
|||||||
Reference in New Issue
Block a user