flathub / chat.delta.desktop

https://flathub.org/apps/details/chat.delta.desktop
12 stars 7 forks source link

source in deltachat-core-rust.yaml appear to be outdated #121

Closed horas13 closed 3 months ago

horas13 commented 11 months ago

Most of the modules referenced in deltachat-core-rust.yaml seem outdated, namely

I do not fully know the build process, but I guess they should be updated, no?

muelli commented 11 months ago

yeah, updating those makes sense. I wonder why we need to build, e.g. sqlcipher, ourselves and why it doesn't come through upstream's Cargo.lock. Ideally, we'd have x-checker-data to make the bot check for updates and propose them.

link2xt commented 9 months ago

For all official builds we just use vendored feature of rusqlite crate, so SQLCipher comes from libsqlite3-sys crate. Unless you explicitly disable it, you don't need to build SQLCipher, OpenSSL and other C packages yourself.

muelli commented 9 months ago

so.. are you saying that we can get rid of building them?