Commit graph

1823 commits

Author SHA1 Message Date
Jan Tojnar c808f75c02
Merge pull request #52735 from jtojnar/glom
glom: init at 1.31.6
2018-12-24 13:13:40 +01:00
Jan Tojnar b52fe92a2f
gnome3.california: drop 2018-12-24 02:57:27 +01:00
Jan Tojnar 0e502862d5
gnome3.evince: remove libtool files
Stop requiring dependents to link against aspell and hspell.
2018-12-24 02:29:17 +01:00
Jan Tojnar 52be9fbba0
gnome3.gnome-software: 3.30.5 → 3.30.6 2018-12-20 00:28:49 +01:00
Jan Tojnar 3380db94b1
gtksourceviewmm: move from gnome3.gtksourceviewmm 2018-12-18 00:46:55 +01:00
Tor Hedin Brønner 17af7d3182 gnome3.gnome-shell-extensions: note tests need spidermonkey_52
Also move spidermonkey_52 to checkInputs as it's not a runtime dependency.
2018-12-16 16:53:34 +01:00
Tor Hedin Brønner 2727774ce1
Merge pull request #51933 from hedning/fix-nautilus-thumbnails
gnome3.nautilus: fix thumbnail generation
2018-12-13 14:34:12 +01:00
Tor Hedin Brønner 4d0a88b21a gnome3.nautilus: fix thumbnail generation
3.30 copied over the thumbnail code frome gnome-desktop:
673c81cf9f

Simply patch nautilus too.

ref https://github.com/NixOS/nixpkgs/issues/50494
2018-12-13 12:37:58 +01:00
Tor Hedin Brønner 4a8e6b5884
Merge pull request #51910 from etu/update-topicons
gnomeExtensions.topicons-plus: 21 -> 22
2018-12-13 09:50:04 +01:00
Jan Tojnar 09eae5380f
gnome3.libgnome-games-support: 1.4.2 → 1.4.3 2018-12-12 20:01:00 +01:00
Jan Tojnar ed14b1e688
gnome3.nautilus: 3.30.4 → 3.30.5 2018-12-12 20:01:00 +01:00
Jan Tojnar 679cadbd7a
gnome3.seahorse: 3.30 → 3.30.1.1 2018-12-12 20:01:00 +01:00
Jan Tojnar aaaf48b2aa
libgda: move from gnome3.libgda 2018-12-12 20:00:59 +01:00
Jan Tojnar 929bf748e8
gnome3.gnome-tweaks: 3.30.1 → 3.30.2 2018-12-12 20:00:59 +01:00
Jan Tojnar 7f709c3d21
gnome3.vte: 0.54.2 → 0.54.3 2018-12-12 20:00:59 +01:00
Jan Tojnar 1079262d28
gnome3.totem: 3.26.2 → 3.30.0 2018-12-12 20:00:58 +01:00
Jan Tojnar 057d910e12
gnome3.gnome-contacts: 3.30.1 → 3.30.2 2018-12-12 20:00:58 +01:00
Jan Tojnar e77a8a5e74
evolution-data-server: 3.30.2 → 3.30.3 2018-12-12 20:00:58 +01:00
Jan Tojnar 52691cf7d9
gnome3.gnome-maps: 3.30.2.1 → 3.30.3 2018-12-12 20:00:58 +01:00
Jan Tojnar 6c138622a4
gnome3.evolution: 3.30.2 → 3.30.3 2018-12-12 20:00:46 +01:00
Elis Hirwing e8ef485246
gnomeExtensions.topicons-plus: 21 -> 22 2018-12-12 14:39:50 +01:00
Tor Hedin Brønner d54bfa8f41 gnome3.gnome-session: prevent crash when launching wayland sessions
gnome-session inherits GDMS PATH, which is at the moment non-functional. In X11
this didn't matter as the `Xsession` wrapper would populate the environment
beforehand. Wayland sessions doesn't source `Xesssion` (duh), so we patch
`bin/gnome-session` to use absolute paths for `grep` and `bash`.

In addition `bin/gnome-session` is a simple wrapper around
`libexec/gnome-session-binary` mostly responsible for sourcing the users profile
before launching the binary. This made our wrapping of `bin/gnome-session`
ineffective on wayland as the profile would reset the environment. Simply wrap
`libexec/gnome-session-binary` instead.
2018-12-10 10:27:00 +01:00
Frederik Rietdijk a510aa2672 Merge master into staging-next 2018-12-03 12:18:43 +01: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
Jan Tojnar 4920f0c0ad
Merge pull request #50977 from jtojnar/parallel-update.nix
update.nix: Run update scripts in parallel
2018-12-02 01:23:39 +01:00
Jan Tojnar 30f090ff7b
gnome3.updateScript: reuse gnome-update-script 2018-12-02 00:50:37 +01:00
Jan Tojnar 59a94b57f0
update.nix: Run update scripts in parallel
To make updating large attribute sets faster, the update scripts
are now run in parallel.

Please note the following changes in semantics:

- The string passed to updateScript needs to be a path to an executable file.
- The updateScript can also be a list: the tail elements will then be passed
  to the head as command line arguments.
2018-12-01 19:17:13 +01:00
Jan Tojnar 440d84cfb1
gnome3.updateScript: improve pre-release detection
Previously all versions with minor >= 90 were considered pre-release,
which failed to consider versions like 0.100.

Let’s limit the range to 90–99 and 900–999.
2018-11-30 21:35:29 +01:00
Jan Tojnar 79ad3690f9
gnome3.gtksourceviewmm.updateScript: allow unstable versions 2018-11-30 21:35:28 +01:00
Jan Tojnar 195fc315ef
gnome3.gnome-system-log.updateScript: allow unstable versions 2018-11-30 21:35:28 +01:00
Jan Tojnar 1fe7aaf692
empathy.updateScript: allow unstable versions 2018-11-30 21:35:27 +01:00
Jan Tojnar cb7a36c355
nemiver.updateScript: allow unstable versions 2018-11-30 21:35:27 +01:00
Jan Tojnar 7f0bfab373
gnome3.grilo: 0.3.6 → 0.3.7 2018-11-30 21:35:27 +01:00
Jan Tojnar 05a71d24ce
gnome3.gexiv2: 0.10.8 → 0.10.9 2018-11-30 21:35:27 +01:00
Tor Hedin Brønner d5ba27a700
gnome3.gnome-desktop: fix path substitution
`substituteAll` intentionally doesn't work with all caps:
https://github.com/NixOS/nixpkgs/issues/28086
2018-11-30 21:35:26 +01:00
Tor Hedin Brønner f82c95ecbd
gnome3.gnome-characters: add gnome-desktop typelib 2018-11-30 21:35:25 +01:00
Tor Hedin Brønner 7ee05feb4e
gnome3.devhelp: 3.30.0 -> 3.30.1 2018-11-30 21:35:25 +01:00
Tor Hedin Brønner 0192b5aa54
gnome3: add hedning to maintainers 2018-11-30 21:35:24 +01:00
Jon Banafato 55cbc8b0e9
gnomeExtensions.no-title-bar: 8 -> 9 2018-11-30 21:35:24 +01:00
Jon Banafato 999cd7f8dc
gnomeExtensions.caffeine: unstable-2017-06-21 -> unstable-2018-09-25 2018-11-30 21:35:23 +01:00
Jon Banafato 10d43b28ad
gnomeExtensions.nohotcorner: 17.0 -> 18.0 2018-11-30 21:35:23 +01:00
Jon Banafato 98c02413db
gnomeExtensions.icon-hider: 20 -> 21 2018-11-30 21:35:23 +01:00
Tor Hedin Brønner b1f55d27bc
gnome3.zenity: 3.28.1 -> 3.30.0 2018-11-30 21:35:22 +01:00
Tor Hedin Brønner abb694f562
gitg: 3.26.0 -> 3.30.1 2018-11-30 21:35:22 +01:00
Jan Tojnar e02516db75
nixos/gnome3: enable remote desktop on wayland 2018-11-30 21:35:21 +01:00
Jan Tojnar d359635ab4
gnome3.gnome-remote-desktop: init at 0.1.6 2018-11-30 21:35:21 +01:00
Jan Tojnar 181a9865fc
gnome3.tracker: 2.1.4 → 2.1.6
systemd sure service files are no longer installed by default when the build
can't find systemd, so we need to manually specificy the install dir.
2018-11-30 21:35:20 +01:00
Jan Tojnar b83ff40a5e
gnome3.libgda: 5.2.4 → 5.2.5 2018-11-30 21:35:20 +01:00
Jan Tojnar f6ad14a50e
gnome3.eog: 3.28.3 → 3.28.4 2018-11-30 21:35:19 +01:00
Jan Tojnar 89594d9258
gnome3.grilo-plugins: 0.3.7 → 0.3.8 2018-11-30 21:35:19 +01:00