deja-dup: 42.8 → 43.2
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
This commit is contained in:
parent
c4384583ea
commit
edf122269e
2 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
];
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue