Merge pull request #158820 from jtojnar/deja-dup-43
deja-dup: 42.8 → 43.2
This commit is contained in:
commit
80b80a33ea
@ -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 New Issue
Block a user