fixed flatpak embedded psql forgotten dependency

This commit is contained in:
Priec
2026-09-02 16:16:44 +02:00
parent 332977d339
commit 1d87d4d2ee
3 changed files with 28 additions and 2 deletions

View File

@@ -115,3 +115,28 @@ modules:
cleanup:
- /bin/protoc
- /include
- name: libxml2-compat
buildsystem: autotools
config-opts:
- --without-icu
- --without-lzma
- --without-python
- --without-readline
sources:
- type: archive
url: https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.9.tar.xz
sha256: a2c9ae7b770da34860050c309f903221c67830c86e4a7e760692b803df95143a
post-install:
- install -Dm644 Copyright /app/share/licenses/libxml2/Copyright
cleanup:
- /bin
- /include
- /lib/cmake
- /lib/libxml2.a
- /lib/libxml2.la
- /lib/libxml2.so
- /lib/pkgconfig
- /share/aclocal
- /share/doc
- /share/man