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
worldofpeace
7bb8f05f12
treewide: use glib.{getSchemaPath, makeSchemaPath}
2019-08-26 21:28:17 -04:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Jan Tojnar
fac090c8dd
gnome-online-accounts: move from gnome3
2019-08-23 02:47:21 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
worldofpeace
b1bc0645ea
gdk-pixbuf: rename from gdk_pixbuf
2019-07-22 18:50:57 -04:00
Jan Tojnar
97eb65324d
treewide: no gnome aliases
2019-03-24 14:46:50 -04:00
Pascal Wittmann
13e4398683
areca: fix build
2019-03-09 12:52:34 +01:00
worldofpeace
1578559e65
Merge pull request #54223 from r-ryantm/auto-update/deja-dup
...
deja-dup: 38.1 -> 38.3
2019-01-23 01:02:05 -05:00
Aria Edmonds
d5fca98fcd
vdmfec: init at 1.0
2019-01-20 08:58:12 +11:00
worldofpeace
e144945662
deja-dup: 38.1 -> 38.3, cleanup
...
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
2019-01-17 22:07:00 -05:00
R. RyanTM
e2664ee384
deja-dup: 38.0 -> 38.1
...
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-12-16 00:57:11 -08:00
Jörg Thalheim
73dc9b4832
crashplan: mark as broken
...
the download link no longer works
2018-12-06 11:13:12 +00:00
Jan Tojnar
69a17c7a19
Revert "treewide: remove placeholder usage"
...
This reverts commit 82f6267023
.
2018-08-30 18:18:29 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Franz Pletz
bcc60fad86
Merge pull request #42177 from jtojnar/deja-dup-nautilus
...
deja-dup: fix nautilus extension breaking nautilus
2018-06-19 16:53:56 +00:00
Jan Tojnar
3ab1993b1f
deja-dup: fix nautilus extension breaking nautilus
...
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-18 21:46:00 +02:00
Jan Tojnar
2658fce5eb
deja-dup: 36.3 → 38.0
2018-06-15 11:39:43 +02:00
Jan Tojnar
82f6267023
treewide: remove placeholder usage
...
see 2abac54c03
2018-03-27 20:14:44 +02:00
Jan Tojnar
dd556b02ba
deja-dup: clean up
2018-03-22 10:32:23 +01:00
Jan Tojnar
9e2639e846
deja-dup: remove unneeded rpath fixup
2018-03-22 07:30:58 +01:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Marti Serra
18ac3c9a6e
crashplan-small-business: 6.6.0 -> 6.7.0
2018-02-21 10:13:42 +01:00
Vladimír Čunát
44c315f5a0
crashplan: specify meta.platforms to improve eval
...
If you tried to evaluate nixpkgs with allowUnfree and a non-glibc
platform, you would get an error when accessing stdenv.glibc.
2018-02-20 20:42:28 +01:00
Marti Serra
f24b642587
crashplan-small-business: init at 6.6.0
2017-12-18 07:20:18 +01:00