Commit Graph

31 Commits

Author SHA1 Message Date
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar
1ab03c3a76
Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
Tor Hedin Brønner
08cc86f009
gnome3.geary: 3.36.0 -> 3.36.1 2020-04-09 10:24:05 +02:00
Jan Tojnar
15002f1cfd
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome 2020-04-01 14:41:43 +02:00
Tor Hedin Brønner
b08e8ad727
gnome3.geary: 3.34.2 -> 3.36.0
- Ported to GMime3
- Drop libunity in favor of internal implementation

NOTE: tests are failing
2020-03-24 07:10:57 +01:00
worldofpeace
f330f46c15 gnome3.geary: 3.34.1 -> 3.34.2 2020-02-18 07:19:10 -05:00
worldofpeace
3c0b03a9d9 gnome3.geary: add patch for longer client test timeout
I'm see this test timout frequently, most often on aarch64 on hydra.
Patch is from debian, which probably noticed the same issue.
2019-11-07 15:17:01 -05:00
Tor Hedin Brønner
99f1616099 gnome3.geary: 3.34.0 → 3.34.1 2019-10-08 05:20:55 +02:00
Tor Hedin Brønner
7dc02aa185 gnome3.geary: 3.32.2 -> 3.34.0 2019-09-30 19:39:40 +02:00
R. RyanTM
9db5a87e8e gnome3.geary: 3.32.1 -> 3.32.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/geary/versions
2019-08-19 04:11:14 -07:00
Jan Tojnar
0131424f57
gnome3.geary: add libunity
Adds unread mail counter to dash to dock.
2019-06-15 16:46:29 +02:00
worldofpeace
9a5107d90f gnome3.geary: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/geary/blob/geary-3.32.1/NEWS
2019-05-03 19:24:45 -04:00
Will Dietz
71ae84bc0c
gnome3.geary: 0.13.2 -> 3.32.0
* make geary-attach executable
2019-04-05 12:13:49 +02:00
Will Dietz
deb8936aba gnome3.geary: 0.13.1 -> 0.13.2 2019-03-07 16:43:05 -05:00
worldofpeace
608b79e0f8 gnome3.geary: fix tests on aarch64 2019-02-22 14:24:14 -05:00
worldofpeace
7f2e092bd9 gnome3.geary: 0.12.4 -> 0.13.1 2019-02-22 14:05:14 -05:00
worldofpeace
b3687441aa geary: fix build
Apply upstream patch that adapts to changes in latest vala.

Closes https://github.com/NixOS/nixpkgs/issues/53864
2019-01-13 03:43:15 -05:00
worldofpeace
c1599d29d9 gcr: rename from gnome3.gcr 2018-12-25 20:14:28 -05:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Tor Hedin Brønner
845bc0de0e
gnome3.geary: fix build with webkit-2.22.0 2018-11-30 21:34:48 +01:00
Jan Tojnar
810111616b
gnome3.geary: 0.12.3 → 0.12.4 2018-09-01 20:58:44 +02:00
Jan Tojnar
1997deab8d
gnome3.geary: 3.28.2 → 3.28.3 2018-07-14 15:52:20 +02:00
Jan Tojnar
af3565ca20
geary: 0.12.1 → 0.12.2 2018-04-24 13:30:57 +02:00
Jan Tojnar
efd53598f8
gnome3.geary: clean up 2018-03-23 13:18:40 +01:00
Jan Tojnar
a8bbecd004
gnome3.geary: fix build 2018-03-22 07:46:55 +01:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Jon Banafato
90f7a11d44 gnome3.geary: 0.12.0 -> 0.12.1
Geary has a new release including several bug fixes and translations.
See the changelog [1] for the full list of improvements.

[1] 1875614476/debian/changelog (L1-L19)
2018-02-14 01:28:14 -05:00
Jan Tojnar
ef9b59c26f
gnome3.geary: 0.11.3 → 0.12.0
Closes: #30024
2017-10-10 14:57:09 +02:00
John Ericson
f037625f87 Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00
Jan Tojnar
69698ec11c gnome3: only maintain single GNOME 3 package set (#29397)
* gnome3: only maintain single GNOME 3 package set

GNOME 3 was split into 3.10 and 3.12 in #2694. Unfortunately, we barely have the resources
to update a single version of GNOME. Maintaining multiple versions just does not make sense.
Additionally, it makes viewing history using most Git tools bothersome.

This commit renames `pkgs/desktops/gnome-3/3.24` to `pkgs/desktops/gnome-3`, removes
the config variable for choosing packageset (`environment.gnome3.packageSet`), updates
the hint in maintainer script, and removes the `gnome3_24` derivation from `all-packages.nix`.

Closes: #29329

* maintainers/scripts/gnome: Use fixed GNOME 3 directory

Since we now allow only a single GNOME 3 package set, specifying
the working directory is not necessary.

This commit sets the directory to `pkgs/desktops/gnome-3`.
2017-09-24 12:15:50 +01:00