about summary refs log tree commit diff
path: root/pkgs/applications/backup/deja-dup
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-01pkgs/applications: Move away from wiki.gnome.orgBobby Rong1-1/+1
The wiki.gnome.org site is planned for retirement.
2023-12-24deja-dup: 45.1 → 45.2Jan Tojnar1-5/+5
https://gitlab.gnome.org/World/deja-dup/-/releases/45.2 https://gitlab.gnome.org/World/deja-dup/-/compare/45.1...45.2
2023-12-02deja-dup: 44.2 → 45.1Jan Tojnar1-2/+2
Diff: https://gitlab.gnome.org/World/deja-dup/-/compare/44.2...45.1
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-07-08deja-dup: 44.1 → 44.2Jan Tojnar1-3/+3
https://gitlab.gnome.org/World/deja-dup/-/compare/44.1...44.2
2023-05-21deja-dup: 44.0 → 44.1Bobby Rong1-2/+2
https://gitlab.gnome.org/World/deja-dup/-/compare/44.0...44.1
2022-12-04deja-dup: 43.4 → 44.0Jan Tojnar1-2/+2
https://gitlab.gnome.org/World/deja-dup/-/compare/43.4...44.0
2022-07-02deja-dup: 43.3 → 43.4Jan Tojnar1-2/+2
https://gitlab.gnome.org/World/deja-dup/-/compare/43.3...43.4
2022-06-06deja-dup: 43.2 → 43.3Jan Tojnar1-2/+4
Now requires desktop file installation for adding Google & Microsoft accounts to register URI handler – running in nix-shell not sufficient for initial authentication. https://gitlab.gnome.org/World/deja-dup/-/compare/43.2...43.3 Fixes: https://github.com/NixOS/nixpkgs/issues/173780
2022-02-09deja-dup: 42.8 → 43.2Jan Tojnar2-13/+13
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
2021-12-11deja-dup: 42.7 -> 42.8R. Ryantm1-2/+2
2021-10-06libgpg-error: rename from libgpgerrorRyan Burns1-2/+2
Matches pname and upstream project name
2021-05-05deja-dup: 42.6 → 42.7Jan Tojnar1-4/+4
https://gitlab.gnome.org/World/deja-dup/-/tags/42.7
2021-02-02Revert "deja-dup: add dconf"Jan Tojnar1-2/+0
This reverts commit 84698bab23d02393ab24e38a1e3ddb3d9d952861. dconf is already there from wrapGAppsHook.
2021-01-29deja-dup: add dconflasers1-0/+2
Deja-dup needs dconf to manage user settings.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-01deja-dup: 42.5 -> 42.6R. RyanTM1-2/+2
2020-11-17deja-dup: 42.4 → 42.5Jan Tojnar1-2/+2
https://gitlab.gnome.org/World/deja-dup/-/releases/42.5
2020-10-24deja-dup: use libhandy_0Atemu1-2/+2
2020-09-20Merge pull request #98266 from joncojonathan/removeAsMaintainerDaniël de Kok1-1/+1
Remove joncojonathan as maintainer
2020-09-20deja-dup: remove joncojonathan as maintainerjoncojonathan1-1/+1
2020-09-12deja-dup: 40.6 → 42.4Jan Tojnar2-60/+9
https://gitlab.gnome.org/World/deja-dup/-/releases#42.4 - Nautilus extension no longer supported (https://gitlab.gnome.org/World/deja-dup/merge_requests/42)
2019-12-22deja-dup: 40.4 -> 40.6R. RyanTM1-2/+2
2019-11-20deja-dup: 38.3 → 40.4Jan Tojnar2-49/+71
The main news is that GNOME Online Accounts are no longer used so if one wants to back up to Google Drive, they need to install Duplicity with PyDrive support. The credentials should be migrated automatically. https://gitlab.gnome.org/World/deja-dup/blob/40.4/NEWS.md#anchor-404
2019-08-28Merge staging-next into stagingFrederik Rietdijk1-2/+2
2019-08-26treewide: use glib.{getSchemaPath, makeSchemaPath}worldofpeace1-1/+1
2019-08-23gnome-online-accounts: move from gnome3Jan Tojnar1-2/+2
2019-03-24treewide: no gnome aliasesJan Tojnar1-2/+2
2019-01-17deja-dup: 38.1 -> 38.3, cleanupworldofpeace1-10/+13
This includes: - fetch source from gitlab - pname-version stuff - change homepage - correct license See: https://gitlab.gnome.org/World/deja-dup/blob/master/meson.build#L21
2018-12-16deja-dup: 38.0 -> 38.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/deja-dup/versions
2018-08-30Revert "treewide: remove placeholder usage"Jan Tojnar1-1/+1
This reverts commit 82f626702314928c9c8f4ea309430e3aa0680d57.
2018-06-19Merge pull request #42177 from jtojnar/deja-dup-nautilusFranz Pletz2-0/+43
deja-dup: fix nautilus extension breaking nautilus
2018-06-18deja-dup: fix nautilus extension breaking nautilusJan Tojnar2-0/+43
When deja-dup is installed, Nautilus segfaults on start due to the missing gsettings schemas. This commit hardcodes path to the compiled schemas file to the extension.
2018-06-15deja-dup: 36.3 → 38.0Jan Tojnar1-3/+3
2018-03-27treewide: remove placeholder usageJan Tojnar1-1/+1
see https://github.com/NixOS/nixpkgs/commit/2abac54c033778104533a269aaa08a1e75f677ad
2018-03-22deja-dup: clean upJan Tojnar2-24/+19
2018-03-22deja-dup: remove unneeded rpath fixupJan Tojnar1-5/+0
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-4/+4
2017-11-08deja-dup: remove unneeded rpath wrappingJan Tojnar1-23/+9
2017-10-22deja-dup: 36.1 -> 36.3joncojonathan1-3/+3
Motivation for change: Latest version which includes some bug fixes.
2017-10-05deja-dup: init at 36.1pasqui232-0/+95