From c0a73e2f8ce690f4d8a3d83e3a0477c89cc0cc49 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Fri, 25 Jun 2021 19:45:48 +0200 Subject: [PATCH] bump dependencies --- Cargo.toml | 6 +-- .../com.belmoussaoui.Authenticator.Devel.json | 42 +++++++++++++++---- 2 files changed, 36 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 769ae6a..0b48047 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "authenticator" version = "0.1.0" [dependencies] -adw = {package = "libadwaita", git = "https://gitlab.gnome.org/bilelmoussaoui/libadwaita-rs"} +adw = {package = "libadwaita", git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs"} anyhow = "1.0" ashpd = {git = "https://github.com/bilelmoussaoui/ashpd", features = ["feature_gtk4"]} async-std = "1.9" @@ -12,11 +12,11 @@ binascii = "0.1" diesel = {version = "1.4", features = ["sqlite", "r2d2"]} diesel_migrations = {version = "1.4", features = ["sqlite"]} futures = "0.3" -gettext-rs = {version = "0.6", features = ["gettext-system"]} +gettext-rs = {version = "0.7", features = ["gettext-system"]} gst = {package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"} gst_base = {package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"} gtk = {git = "https://github.com/gtk-rs/gtk4-rs", package = "gtk4"} -gtk-macros = "0.2" +gtk-macros = "0.3" hex = "0.4" image = "0.23" log = "0.4" diff --git a/build-aux/com.belmoussaoui.Authenticator.Devel.json b/build-aux/com.belmoussaoui.Authenticator.Devel.json index f48e16d..1d662f5 100644 --- a/build-aux/com.belmoussaoui.Authenticator.Devel.json +++ b/build-aux/com.belmoussaoui.Authenticator.Devel.json @@ -32,24 +32,48 @@ }, "modules": [ { - "name": "libadwaita", - "buildsystem": "meson", + "name" : "libadwaita", + "buildsystem" : "meson", "config-opts": [ "-Dintrospection=disabled", "-Dgtk_doc=false", "-Dtests=false", "-Dexamples=false", - "-Dvapi=false", - "-Dglade_catalog=disabled" + "-Dvapi=false" ], - "sources": [ + "cleanup": [ + "/include", + "/lib/pkgconfig" + ], + "sources" : [{ + "type": "git", + "url": "https://gitlab.gnome.org/GNOME/libadwaita.git", + "tag": "1.0.0-alpha.1" + }], + "modules": [ { - "type": "git", - "url": "https://gitlab.gnome.org/exalm/libadwaita.git", - "branch": "main" + "name" : "libsass", + "buildsystem" : "meson", + "cleanup": ["*"], + "sources" : [{ + "type" : "git", + "url" : "https://github.com/lazka/libsass.git", + "branch" : "meson" + }] + }, + { + "name" : "sassc", + "buildsystem" : "meson", + "cleanup": ["*"], + "sources" : [{ + "type" : "git", + "url" : "https://github.com/lazka/sassc.git", + "branch" : "meson" + }] } ] - },{ + }, + { "name": "zbar", "config-opts": [ "--without-qt",