R. Ryantm
b56e79f0bd
vorta: 0.8.2 -> 0.8.3
2022-01-28 00:55:16 +00:00
R. Ryantm
4ee22e47e8
deja-dup: 42.7 -> 42.8
2021-12-11 11:50:34 +00:00
Maximilian Bosch
4aa2320ec1
vorta: 0.7.8 -> 0.8.2
...
ChangeLogs:
* https://github.com/borgbase/vorta/releases/tag/v0.8.0
* https://github.com/borgbase/vorta/releases/tag/v0.8.1
* https://github.com/borgbase/vorta/releases/tag/v0.8.2
2021-11-29 00:48:55 +01:00
Felix Bühler
fbdf78236a
pkgs/applications: rename name to pname&version part 1 ( #144949 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-07 21:29:51 +01:00
Doron Behar
0ed0c3ceeb
areca: Mark as broken
2021-10-27 13:59:53 +03:00
Merlin Göttlinger
5274c92d72
urbackup-client: init at 2.4.11 ( #140504 )
...
Co-authored-by: Ryan Burns <52847440+r-burns@users.noreply.github.com>
2021-10-24 18:27:07 +02:00
Ryan Burns
41574158a0
libgpg-error: rename from libgpgerror
...
Matches pname and upstream project name
2021-10-06 18:23:43 -07:00
Robert Schütz
9bf9c6bde9
pika-backup: 0.3.2 -> 0.3.5
...
https://gitlab.gnome.org/World/pika-backup/-/blob/v0.3.5/CHANGELOG.md
2021-09-15 21:17:31 -07:00
Maximilian Bosch
5ab6a61ada
vorta: 0.7.7 -> 0.7.8
...
ChangeLog: https://github.com/borgbase/vorta/releases/tag/v0.7.8
2021-08-26 12:38:04 +02:00
Robert Schütz
5dcfdb5bd6
restique: init at unstable-2021-05-03
2021-06-29 00:13:00 +02:00
Artturin
eaf590d941
vorta: enable tests and install the desktop file
2021-06-24 20:03:21 +03:00
Maximilian Bosch
5244b041dc
vorta: 0.7.6 -> 0.7.7
...
ChangeLog: https://github.com/borgbase/vorta/releases/tag/v0.7.7
2021-06-21 09:42:30 +02:00
Maximilian Bosch
7e6776d373
vorta: 0.7.5 -> 0.7.6
...
ChangeLog: https://github.com/borgbase/vorta/releases/tag/v0.7.6
2021-06-09 10:42:09 +02:00
Robert Schütz
52c24e9fbe
pika-backup: 0.3.1 -> 0.3.2
...
https://gitlab.gnome.org/World/pika-backup/-/tags/v0.3.2
2021-05-29 12:52:07 +02:00
Robert Schütz
5bb0fb6963
pika-backup: 0.3.0 -> 0.3.1
...
https://gitlab.gnome.org/World/pika-backup/-/tags/v0.3.1
2021-05-21 10:48:13 +02:00
Robert Schütz
d460acab05
pika-backup: 0.2.3 -> 0.3.0
...
https://gitlab.gnome.org/World/pika-backup/-/tags/v0.3.0
2021-05-16 11:13:25 +02:00
Maximilian Bosch
3c83aecc60
Merge pull request #122018 from dotlambda/vorta-PATH
...
vorta: add borgbackup to $PATH
2021-05-07 22:15:39 +02:00
Robert Schütz
226cbcbaf7
vorta: add borgbackup to $PATH
2021-05-07 13:22:55 +02:00
Jan Tojnar
01b7d0b27d
deja-dup: 42.6 → 42.7
...
https://gitlab.gnome.org/World/deja-dup/-/tags/42.7
2021-05-05 22:43:01 +02:00
Robert Schütz
0f45da1e1b
pika-backup: 0.2.2 -> 0.2.3
2021-03-31 14:52:53 +02:00
Robert Schütz
877dc28455
pika-backup: 0.2.1 -> 0.2.2
2021-03-24 11:55:58 +01:00
Robert Schütz
f7574a5c8f
pika-backup: init at 0.2.1 ( #115573 )
2021-03-14 13:12:11 +01:00
Maximilian Bosch
d4821a4892
vorta: 0.7.4 -> 0.7.5
...
ChangeLog: https://github.com/borgbase/vorta/releases/tag/v0.7.5
2021-03-03 14:39:27 +01:00
Maximilian Bosch
84ed14ac60
vorta: 0.7.3 -> 0.7.4
...
ChangeLog: https://github.com/borgbase/vorta/releases/tag/v0.7.4
2021-02-26 10:26:02 +01:00
Maximilian Bosch
0972cacdbe
vorta: 0.7.2 -> 0.7.3
...
ChangeLog: https://github.com/borgbase/vorta/releases/tag/v0.7.3
2021-02-18 15:46:12 +01:00
Jan Tojnar
cb52887c38
Revert "deja-dup: add dconf"
...
This reverts commit 84698bab23
.
dconf is already there from wrapGAppsHook.
2021-02-02 20:23:58 +01:00
Robert Schütz
621342dec9
vorta: 0.7.1 -> 0.7.2
2021-01-31 18:54:12 +01:00
lasers
84698bab23
deja-dup: add dconf
...
Deja-dup needs dconf to manage user settings.
2021-01-29 00:14:23 -06:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
R. RyanTM
602ee1b299
deja-dup: 42.5 -> 42.6
2020-12-01 19:08:34 +00:00
Jan Tojnar
9b7d444159
deja-dup: 42.4 → 42.5
...
https://gitlab.gnome.org/World/deja-dup/-/releases/42.5
2020-11-17 18:14:13 +01:00
Atemu
50047bf4ec
deja-dup: use libhandy_0
2020-10-24 01:17:51 +02:00
Doron Behar
883b21debe
vorta: Fix double wrapping
2020-10-08 18:57:24 +02:00
Daniël de Kok
770ecb1d31
Merge pull request #98266 from joncojonathan/removeAsMaintainer
...
Remove joncojonathan as maintainer
2020-09-20 11:38:30 +02:00
joncojonathan
328fa73819
deja-dup: remove joncojonathan as maintainer
2020-09-20 11:16:48 +02:00
Jan Tojnar
489f4d807b
Merge pull request #97839 from jtojnar/deja-dup-42.4
...
deja-dup: 40.6 → 42.4
2020-09-12 17:46:48 +02:00
Jan Tojnar
b31de37eba
deja-dup: 40.6 → 42.4
...
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 )
2020-09-12 17:18:14 +02:00
Maximilian Bosch
195842dd86
vorta: 0.7.0 -> 0.7.1
...
https://github.com/borgbase/vorta/releases/tag/v0.7.1
2020-09-10 23:37:27 +02:00
Maximilian Bosch
6a0149df08
vorta: 0.6.26 -> 0.7.0
...
https://github.com/borgbase/vorta/releases/tag/v0.7.0
2020-09-06 11:23:24 +02:00
Maximilian Bosch
440f35214c
vorta: 0.6.24 -> 0.6.26
...
https://github.com/borgbase/vorta/releases/tag/v0.6.26
2020-05-27 15:03:28 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Maximilian Bosch
b938ab99e0
vorta: init at 0.6.24
...
Simple QT5-based desktop client[1] for `borgbackup`[2].
[1] https://vorta.borgbase.com/
[2] https://borgbackup.readthedocs.io/en/stable/
2020-03-28 22:36:02 +01:00
R. RyanTM
04ff52b772
deja-dup: 40.4 -> 40.6
2019-12-22 22:07:13 -08:00
Jan Tojnar
6bddcf4645
deja-dup: 38.3 → 40.4
...
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-11-20 04:58:00 +01:00
Vladimír Čunát
f21211ebfe
Merge branch 'master' into staging
2019-09-02 23:25:24 +02:00
Aaron Andersen
3ee1adcf6e
Merge pull request #67818 from xvapx/remove/crashplan
...
Remove/crashplan
2019-08-31 21:47:27 -04:00
Marti Serra
d3de35967a
crashplan, crashplan-small-business: remove pkg and module
2019-09-01 03:25:19 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Frederik Rietdijk
5061fe0c2c
Merge staging-next into staging
2019-08-28 08:26:42 +02:00