From b5ac6b85c5c202739f9a602a5dfa85ea66429a5f Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Mon, 10 Jan 2022 22:46:12 +0100 Subject: [PATCH] fix(core): upgrade deb gtk version to 3 --- espanso/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/espanso/Cargo.toml b/espanso/Cargo.toml index de5e494..5a5a745 100644 --- a/espanso/Cargo.toml +++ b/espanso/Cargo.toml @@ -76,12 +76,12 @@ regex = "1.4.3" [package.metadata.deb] maintainer = "Federico Terzi " -depends = "$auto, systemd, libxtst6, xclip, libnotify-bin, libxkbcommon0, libwxgtk3.0-0v5" +depends = "$auto, systemd, libxtst6, xclip, libnotify-bin, libxkbcommon0, libwxgtk3.0-gtk3-0v5" section = "utility" license-file = ["../LICENSE", "1"] [package.metadata.deb.variants.wayland] -depends = "$auto, systemd, libnotify-bin, libxkbcommon0, libwxgtk3.0-0v5" +depends = "$auto, systemd, libnotify-bin, libxkbcommon0, libwxgtk3.0-gtk3-0v5" # TODO: once this issue [1] is fixed, we should create a variant for # wayland to automatically run the setcap script. # [1]: https://github.com/mmstick/cargo-deb/issues/151