Skip to content

Commit

Permalink
meli: bump to 0.8.5 (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 authored May 7, 2024
1 parent 5f26e69 commit 74d69cd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tur/meli/0001-disable-dbus.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- a/meli/Cargo.toml
+++ b/meli/Cargo.toml
@@ -69,7 +69,7 @@
tempfile = "3.3"
optional = true

[features]
-default = ["sqlite3", "notmuch", "smtp", "dbus-notifications", "gpgme", "cli-docs", "jmap", "text-processing", "static"]
+default = ["sqlite3", "notmuch", "smtp", "gpgme", "cli-docs", "jmap", "text-processing"]
-default = ["sqlite3", "notmuch", "smtp", "dbus-notifications", "gpgme", "cli-docs", "jmap", "static"]
+default = ["sqlite3", "notmuch", "smtp", "gpgme", "cli-docs", "jmap"]
notmuch = ["melib/notmuch"]
jmap = ["melib/jmap"]
sqlite3 = ["melib/sqlite3"]
11 changes: 11 additions & 0 deletions tur/meli/0002-use-system-libsqlite.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/melib/Cargo.toml
+++ b/melib/Cargo.toml
@@ -73,7 +73,7 @@
notmuch = ["notify"]
smtp = ["tls", "base64"]
smtp-trace = ["smtp"]
-sqlite3 = ["rusqlite"]
+sqlite3 = ["rusqlite", "rusqlite/buildtime_bindgen"]
sqlite3-static = ["sqlite3", "rusqlite/bundled-full"]
tls = ["native-tls"]
tls-static = ["tls", "native-tls/vendored"]
2 changes: 1 addition & 1 deletion tur/meli/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://meli.delivery/
TERMUX_PKG_DESCRIPTION="Terminal e-mail client and e-mail client library"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux-user-repository"
TERMUX_PKG_VERSION="0.8.4"
TERMUX_PKG_VERSION="0.8.5"
TERMUX_PKG_SRCURL=git+https://github.com/meli/meli
TERMUX_PKG_BUILD_IN_SRC=true
# gpgme and notmuch are dlopened.
Expand Down

0 comments on commit 74d69cd

Please sign in to comment.