From edf122269e9e58372817446a8bbc34d475a92ace Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Wed, 9 Feb 2022 22:30:39 +0100 Subject: deja-dup: 42.8 → 43.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now follows GNOME version scheme (though not the schedule). Ported to GTK 4 and libsoup 3. https://gitlab.gnome.org/World/deja-dup/-/tags/43.alpha https://gitlab.gnome.org/World/deja-dup/-/tags/43.beta https://gitlab.gnome.org/World/deja-dup/-/tags/43.0 https://gitlab.gnome.org/World/deja-dup/-/tags/43.1 https://gitlab.gnome.org/World/deja-dup/-/tags/43.2 --- pkgs/applications/backup/deja-dup/default.nix | 20 ++++++++++---------- pkgs/applications/backup/deja-dup/fix-paths.patch | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'pkgs/applications/backup/deja-dup') diff --git a/pkgs/applications/backup/deja-dup/default.nix b/pkgs/applications/backup/deja-dup/default.nix index 5e0e6580bf9be..e2b208f891a8f 100644 --- a/pkgs/applications/backup/deja-dup/default.nix +++ b/pkgs/applications/backup/deja-dup/default.nix @@ -8,12 +8,12 @@ , gettext , itstool , glib -, gtk3 +, gtk4 , coreutils -, libsoup +, libsoup_3 , libsecret -, libhandy -, wrapGAppsHook +, libadwaita +, wrapGAppsHook4 , libgpg-error , json-glib , duplicity @@ -21,14 +21,14 @@ stdenv.mkDerivation rec { pname = "deja-dup"; - version = "42.8"; + version = "43.2"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "World"; repo = pname; rev = version; - sha256 = "sha256-DkRqZAj47wzt4lDvhAbO0PYcRA7oHEo2k69IMLOD3Ps="; + sha256 = "sha256-iFrPx/m/nTdm7xVVd1SZh5QNpSqI+TCbMfx0/jLgc1c="; }; patches = [ @@ -45,15 +45,15 @@ stdenv.mkDerivation rec { vala gettext itstool - wrapGAppsHook + wrapGAppsHook4 ]; buildInputs = [ - libsoup + libsoup_3 glib - gtk3 + gtk4 libsecret - libhandy + libadwaita libgpg-error json-glib ]; diff --git a/pkgs/applications/backup/deja-dup/fix-paths.patch b/pkgs/applications/backup/deja-dup/fix-paths.patch index 26126fdc9d56f..b7b26ee9a664e 100644 --- a/pkgs/applications/backup/deja-dup/fix-paths.patch +++ b/pkgs/applications/backup/deja-dup/fix-paths.patch @@ -1,6 +1,6 @@ ---- a/libdeja/tools/duplicity/DuplicityInstance.vala -+++ b/libdeja/tools/duplicity/DuplicityInstance.vala -@@ -159,7 +159,7 @@ +--- a/libdeja/duplicity/DuplicityInstance.vala ++++ b/libdeja/duplicity/DuplicityInstance.vala +@@ -114,7 +114,7 @@ internal class DuplicityInstance : Object // We already are pretty sure we don't have other duplicities in our // archive directories, because we use our own and we ensure we only have // one deja-dup running at a time via DBus. -- cgit 1.4.1