Commit Graph

633 Commits

Author SHA1 Message Date
Jan Tojnar cc6d77c83f
gnome3.gdm: add upstream xsession 2018-08-01 19:14:30 +02:00
Jan Tojnar f91dd5a610
gnome3.totem: 3.28.1 → 3.28.2 2018-07-31 23:05:08 +02:00
Jan Tojnar c1c9119699
gnome3.mutter: 3.28.2 → 3.28.3 2018-07-31 23:03:40 +02:00
Jan Tojnar a0cecbf159
gnome3.grilo: 0.3.4 → 0.3.6 2018-07-31 23:03:23 +02:00
Jan Tojnar 11845d65cb
gnome3.grilo-plugins: 0.3.5 → 0.3.7 2018-07-31 23:03:09 +02:00
Jan Tojnar d15f2f0e0a
gnome3.gnome-shell: 3.28.2 → 3.28.3 2018-07-31 23:01:40 +02:00
Jan Tojnar c4f1123342
gnome3.gnome-bluetooth: 3.28.0 → 3.28.1 2018-07-31 23:01:24 +02:00
Jan Tojnar ca565a3015
evolution-data-server: 3.28.3 → 3.28.5 2018-07-31 23:01:02 +02:00
Jan Tojnar 5644addb3c
gnome3.eog: 3.28.2 → 3.28.3 2018-07-31 23:00:44 +02:00
Frederik Rietdijk ad47d658d1 Merge master into staging-next 2018-07-21 19:43:53 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Frederik Rietdijk 8213ff161c Merge master into staging-next 2018-07-19 18:24:24 +02: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
Frederik Rietdijk 6d339e5863 Merge staging-next into staging 2018-07-16 17:14:44 +02:00
Jan Tojnar db00e457ac
gnome3.totem: disable vala plug-ins again
Apparently the intermittent build failure is still there,
not sure why I thought it was fixed.

Closes: https://github.com/NixOS/nixpkgs/issues/43518
2018-07-15 16:57:27 +02:00
Robert Schütz 18774d4173 Merge branch 'master' into staging 2018-07-15 12:31:18 +02:00
Jan Tojnar fccbb2a9e6
gucharmap: 10.0.0 → 11.0.1 2018-07-14 15:52:20 +02:00
Jan Tojnar 28b6f74c3f
gnome3.gconf: remove 2018-07-10 12:14:40 +02:00
Ambroz Bizjak f26153754a nixos/xserver: Implement configuration of NVIDIA Optimus via PRIME
This adds configuration options which automate the configuration of NVIDIA Optimus using PRIME. This allows using the NVIDIA proprietary driver on Optimus laptops, in order to render using the NVIDIA GPU while outputting to displays connected only to the integrated Intel GPU. It also adds an option for enabling kernel modesetting for the NVIDIA driver (via a kernel command line flag); this is particularly useful together with Optimus/PRIME because it fixes tearing on PRIME-connected screens.

The user still needs to enable the Optimus/PRIME feature and specify the bus IDs of the Intel and NVIDIA GPUs, but this is still much easier for users and more reliable. The implementation handles both the X configuration file as well as getting display managers to run certain necessary `xrandr` commands just after X has started.

Configuration of commands run after X startup is done using a new configuration option `services.xserver.displayManager.setupCommands`. Support for this option is implemented for LightDM, GDM and SDDM; all of these have been tested with this feature including logging into a Plasma session.

Note: support of `setupCommands` for GDM is implemented by making GDM run the session executable via a wrapper; the wrapper will run the `setupCommands` before execing. This seemed like the simplest and most reliable approach, and solves running these commands both for GDM's X server and user X servers (GDM starts separate X servers for itself and user sessions). An alternative approach would be with autostart files but that seems harder to set up and less reliable.

Note that some simple features for X configuration file generation (in `xserver.nix`) are added which are used in the implementation:
- `services.xserver.extraConfig`: Allows adding arbitrary new sections. This is used to add the Device section for the Intel GPU.
- `deviceSection` and `screenSection` within `services.xserver.drivers`. This allows the nvidia configuration module to add additional contents into the `Device` and `Screen` sections of the "nvidia" driver, and not into such sections for other drivers that may be enabled.
2018-07-09 18:46:13 +02:00
Jan Tojnar eb97acb64a
gnome3.gnome-calculator: 3.28.1 → 3.28.2 2018-07-06 09:35:03 +02:00
Jan Tojnar 6589358664
gnome3.tracker-miners: 2.0.4 → 2.0.5 2018-06-30 02:31:10 +02:00
Jan Tojnar 236d92af11
gnome3.tracker: 2.0.3 → 2.0.4 2018-06-30 02:23:25 +02:00
Jan Tojnar 48fd0e6f20
evolution-data-server: 3.28.2 → 3.28.3 2018-06-20 02:06:47 +02:00
Jan Tojnar 69384eb47f
gnome3.totem: 3.26.0 → 3.26.1 2018-06-18 05:03:40 +02:00
Jan Tojnar 7de340761d
gnome3.grilo: clean up 2018-06-18 05:03:38 +02:00
Jan Tojnar 6a916d029e
gnome3.libgweather: 3.28.1 → 3.28.2 2018-06-14 18:26:50 +02:00
Jan Tojnar e2f9304606
gnome3.totem-pl-parser: 3.26.0 → 3.26.1 2018-06-14 18:16:28 +02:00
Jan Tojnar 42a08e62f5
gnome3.epiphany: 3.28.2.1 → 3.28.3.1 2018-06-13 20:15:05 +02:00
Jan Tojnar 05b9e9f011
gnome3.totem: fix build
Hopefully a proper fix for be17bccf38
2018-06-09 19:08:19 +02:00
Jan Tojnar f5150da8f9
Merge pull request #41556 from jtojnar/gnome3-update
gnome3 update
2018-06-06 15:07:43 +02:00
Jan Tojnar 027180ab03
gnome3.vte: 0.52.1 → 0.52.2 2018-06-06 12:43:30 +02:00
Jan Tojnar fba07434d1
gnome3.gnome-terminal: 3.28.1 → 3.28.2 2018-06-06 11:41:09 +02:00
Jan Tojnar 933383ceb8
gnome3.gnome-disk-utility: 3.28.2 → 3.28.3 2018-06-06 11:40:49 +02:00
Jan Tojnar e12afbe115
gnome3.gnome-control-center: 3.28.1 → 3.28.2 2018-06-06 11:40:31 +02:00
Jan Tojnar 26aca3bee1
gnome3.geocode-glib: 3.25.4.1 → 3.26.0 2018-06-06 11:40:17 +02:00
Jan Tojnar 17a8d7f5a4
gnome3.gdm: 3.28.1 → 3.28.2 2018-06-06 11:39:22 +02:00
Jan Tojnar f65cee3b9c
gnome3.epiphany: 3.28.1.1 → 3.28.2.1 2018-06-06 11:39:01 +02:00
Matthew Bauer 8950b14355 libpeas: supports darwin 2018-05-31 12:34:15 -04:00
Jan Tojnar adcfd39bb9
gnome3.libcroco: fix patch url 2018-05-29 10:56:23 +02:00
Vladimír Čunát 392e6de7d0
Merge branch 'master' into staging 2018-05-20 13:20:53 +02:00
Jan Tojnar e96ec37c00
gnome3.gnome-user-docs: 3.28.1 → 3.28.2 2018-05-19 17:34:10 +02:00
Jan Tojnar e7923b9e26
gnome3.gnome-system-monitor: 3.28.1 → 3.28.2 2018-05-19 17:34:10 +02:00
Jan Tojnar 0cc8b413da
gnome3.gnome-software: 3.28.1 → 3.28.2 2018-05-19 17:34:09 +02:00
Jan Tojnar 347c1c82bb
gnome3.gnome-disk-utility: 3.28.1 → 3.28.2 2018-05-19 17:34:09 +02:00
Jan Tojnar eda0044379
gnome3.gnome-desktop: 3.28.1 → 3.28.2 2018-05-19 17:34:09 +02:00
John Ericson ddbe9191ef Merge remote-tracking branch 'upstream/master' into staging
Keep the dontCheck because the test suite fails, get rid of the LDFLAGS
hack because we don't need it!
2018-05-16 15:16:08 -04:00
Jan Tojnar 75cc398b97
Merge pull request #39615 from jtojnar/gdm-wayland
GDM wayland improvements
2018-05-16 16:39:12 +02:00
Jan Tojnar 3bfa8563d1
gnome3.gdm: fix wayland detection
Apparently, wayland session were not used at all until now.
2018-05-16 16:25:21 +02:00
Jan Tojnar 6f23e142cb
gnome3.gdm: clean up 2018-05-16 16:25:20 +02:00
Tuomas Tynkkynen 6b6a575748 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/tools/networking/telnet/default.nix
	pkgs/top-level/aliases.nix
2018-05-16 03:09:33 +03:00
Yegor Timoshenko edbce18903
tracker-miners: switch to meson, some tweaks (#39534) 2018-05-15 20:55:40 +03:00
Jan Tojnar 1092a24307
Merge pull request #40460 from hedning/gnome-shell-3.28.2
gnome3.gnome-shell: 3.28.1 -> 3.28.2
2018-05-15 14:26:49 +02:00
Jan Tojnar d5060ac3a7
Merge pull request #33371 from jtojnar/flatpak
Flatpak
2018-05-15 14:19:33 +02:00
Jan Tojnar 2fc8b83282
gnome3.gnome-software: build with flatpak support 2018-05-15 13:28:30 +02:00
Tor Hedin Brønner 989fd880a1 gnome3.gnome-shell: 3.28.1 -> 3.28.2 2018-05-13 23:15:39 +02:00
Frederik Rietdijk 658b7c3f2e Merge master into staging 2018-05-13 12:13:25 +02:00
Jan Tojnar 0e57b81b2d
gnome3.gnome-shell: fix libgnomekdb path 2018-05-12 22:58:04 +02:00
Matthew Bauer 6748534d83 Merge remote-tracking branch 'upstream/master' into staging 2018-05-08 09:36:00 -05:00
Jan Tojnar 85a0cd915b
Merge pull request #40155 from jtojnar/gnome-3.28.2
GNOME Updates
2018-05-08 04:42:29 +02:00
Jan Tojnar c477acec9e
gnome3.mutter: 3.28.0 → 3.28.1 2018-05-08 03:31:57 +02:00
Jan Tojnar df80580521
gnome3.gnome-shell: 3.28.0 → 3.28.1 2018-05-08 03:31:56 +02:00
Jan Tojnar 2b1db53296
gnome3.gnome-shell-extensions: 3.28.0 → 3.28.1 2018-05-08 02:47:43 +02:00
Jan Tojnar fef1129d4e
gnome3.gnome-keyring: 3.28.0.2 → 3.28.2 2018-05-08 02:37:35 +02:00
Jan Tojnar 6465aaac06
gnome3.gnome-contacts: 3.28.1 → 3.28.2 2018-05-08 02:37:17 +02:00
Jan Tojnar 6353a952ce
gnome3.gjs: 1.52.2 → 1.52.3 2018-05-08 02:36:57 +02:00
Jan Tojnar 44e49b9e45
evolution-data-server: 3.28.1 → 3.28.2 2018-05-08 02:36:37 +02:00
Jan Tojnar ffda669690
gnome3.eog: 3.28.1 → 3.28.2 2018-05-08 02:36:21 +02:00
Jan Tojnar 300af66777
gnome3.gdm: fix session chooser
We are patching GDM to respect GDM_SESSIONS_DIR environment
variable, which we are setting in the GDM module. Previously, we
only took care of a single code path, the one that handled session
start-up; missing the one obtaining the list of sessions.

This commit patches the second code path, and also whitelists the
GDM_SESSIONS_DIR so that it can be passed to the greeter.

Fixes #34101
2018-05-06 22:20:56 +02:00
Jan Tojnar 4feaecc23d
evolution-data-server: fix SSL support on non-GNOME platforms 2018-05-05 14:57:18 +02:00
Matthew Justin Bauer eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions 2018-05-02 15:40:38 -05:00
Ryan Mulligan 038a0c9a60 treewide: http to https 2018-04-30 21:39:20 -07:00
Will Dietz 4b7b083bcb treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linux
Include all linux platforms.
2018-04-30 18:12:10 -05:00
Jan Malakhovski 7438083a4d tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
Jan Tojnar 51a345c6bb
gnome3.gjs: 1.52.1 → 1.52.2 2018-04-24 18:22:42 +02:00
Jan Tojnar fe5fcee1f2
gnome3.sushi: 3.24.0 → 3.28.3 2018-04-24 13:30:57 +02:00
Jan Tojnar 6c15df2c91
gnome3.epiphany: 3.28.1 → 3.28.1.1 2018-04-24 13:30:57 +02:00
Jan Tojnar 72b27f2519
gnome3: 3.28.0 → 3.28.1 2018-04-14 13:35:45 +02:00
Tor Hedin Brønner 43ce9b93f5 gnome3.gnome-shell-extensions: let apps-menu know about gnome-menus 2018-04-03 16:10:23 +02:00
Tor Hedin Brønner 1661e88e82 gnome3.gnome-shell-extensions: build schema files 2018-04-03 16:10:12 +02:00
Jan Tojnar d70b9e458a
gnome3.libgweather: 3.28.0 → 3.28.1 2018-03-28 19:50:33 +02:00
Jan Tojnar 5d4f6024e8
gnome3.gnome-themes-extra: 3.27.92 → 3.28 2018-03-28 19:50:32 +02:00
Jan Tojnar 6d1c022390
gnome3.gnome-keyring: 3.28.0.1 → 3.28.0.2 2018-03-28 19:50:32 +02:00
Jan Tojnar 78190d2e87
evince: add comic support 2018-03-28 19:50:31 +02:00
Jan Tojnar 025881c236
treewide: remove placeholder usage
Temporary compatibility fix, continuation of https://github.com/NixOS/nixpkgs/pull/37860
2018-03-28 19:44:33 +02:00
Jan Tojnar 82f6267023
treewide: remove placeholder usage
see 2abac54c03
2018-03-27 20:14:44 +02:00
Jan Tojnar 087ca0ca24
yelp: clean up 2018-03-23 13:18:39 +01:00
Jan Tojnar 060e6aab52
gnome3.totem: clean up 2018-03-23 13:18:39 +01:00
Jan Tojnar 3b3e059dac
gnome3.gnome-system-log: clean up 2018-03-23 13:18:38 +01:00
Jan Tojnar e059d22888
gnome3.gnome-screenshot: clean up 2018-03-23 13:18:38 +01:00
Jan Tojnar fe747012db
gnome3.gnome-disk-utility: clean up 2018-03-23 13:18:38 +01:00
Jan Tojnar 25707008c0
gnome3.gnome-dictionary: clean up 2018-03-23 13:18:37 +01:00
Jan Tojnar d01c5156d9
gnome3.gnome-control-center: remove unnecessary gnome-themes-extra dependency 2018-03-23 13:18:37 +01:00
Jan Tojnar b4b00016a2
epiphany: clean up 2018-03-23 13:18:36 +01:00
Jan Tojnar 319495164c
gnome3.libgee: clean up 2018-03-22 10:32:24 +01:00
Jan Tojnar 819d766f77
gnome3.tracker-miners: fix build 2018-03-22 07:47:51 +01:00
Jan Tojnar 04325dfe79
gnome3.vino: clean up 2018-03-22 07:46:58 +01:00
Jan Tojnar 4f72ca7a0e
gnome3.evince: clean up 2018-03-22 07:46:57 +01:00
Tor Hedin Brønner 19f80a70be
gnome3.gnome-shell: add NetworkManagerApplet
Try to fix `imports.gi.NMA`
2018-03-22 07:46:57 +01:00
Jan Tojnar d6817e4232
gnome3.gnome-contacts: fix build 2018-03-22 07:46:56 +01:00
Jan Tojnar 91f7501f7a
gnome3.tracker: build gir 2018-03-22 07:46:55 +01:00
Jan Tojnar a67577f776
gnome3.nautilus: fix build 2018-03-22 07:46:54 +01:00
Jan Tojnar 53b2df9211
gnome3.libzapojit: build gir 2018-03-22 07:46:54 +01:00
Jan Tojnar 2871acd8c3
gnome3.gnome-shell: fix build 2018-03-22 07:46:54 +01:00
Jan Tojnar c5c34f37f9
gnome3.gnome-session: fix build 2018-03-22 07:46:54 +01:00
Jan Tojnar df37e9cf0e
gnome3.gnome-online-accounts: fix build 2018-03-22 07:46:54 +01:00
Jan Tojnar bf8b2afcca
gnome3.gnome-control-center: fix build 2018-03-22 07:46:54 +01:00
Jan Tojnar 3a551ca7b0
gnome3.evolution-data-server: fix build 2018-03-22 07:46:53 +01:00
Jan Tojnar 03e83a0893
gnome3.gnome-software: fix build 2018-03-22 07:46:52 +01:00
Jan Tojnar 0c2ede96a0
librsvg: always build introspection
We have multiple outputs nowadays.
2018-03-22 07:46:50 +01:00
Jan Tojnar 389837b139
gnome3.gucharmap: clean up 2018-03-22 07:46:50 +01:00
Jan Tojnar e3e86ebe80
gnome-themes-extra: 3.27.90 → 3.27.92 2018-03-22 07:46:49 +01:00
Jan Tojnar 6e2443f282
gnome-themes-extra: rename from gnome-themes-standard 2018-03-22 07:46:49 +01:00
Jan Tojnar fead86590d
gnome3.gnome-system-monitor: fix build 2018-03-22 07:46:48 +01:00
Jan Tojnar 288ce670b1
gnome3.mutter: fix build 2018-03-22 07:46:48 +01:00
Jan Tojnar 6f69e3c987
gnome3.gnome-keyring: fix build 2018-03-22 07:46:47 +01:00
Jan Tojnar de8d21a172
gnome3.gnome-calculator: fix build 2018-03-22 07:46:46 +01:00
Jan Tojnar d345dd963e
gnome3.gnome-settings-daemon: fix build 2018-03-22 07:46:46 +01:00
Jan Tojnar 08113f7ce7
gtksourceview: move out of gnome3 2018-03-22 07:46:46 +01:00
Jan Tojnar 960d599f53
gnome3.gnome-color-manager: fix build 2018-03-22 07:46:45 +01:00
Jan Tojnar 74c5f0df9c
gnome3.totem-pl-parser: fix build 2018-03-22 07:46:44 +01:00
Jan Tojnar a6cc7cc01c
gnome3.libgweather: fix build 2018-03-22 07:46:44 +01:00
Jan Tojnar 32b59d0961
gnome3.gnome-shell-extensions: fix build 2018-03-22 07:46:44 +01:00
Jan Tojnar 039b2923eb
gnome3.eog: update dependencies 2018-03-22 07:46:44 +01:00
Jan Tojnar b6af56babe
gnome3.dconf-editor: fix build 2018-03-22 07:46:43 +01:00
Jan Tojnar 6ab58d728d
gnome3.baobab: fix build 2018-03-22 07:46:43 +01:00
Jan Tojnar 65e147c2fb
gnome3.dconf: fix build 2018-03-22 07:46:43 +01:00
Jan Tojnar 8db273f330
gnome3.geocode-glib: fix build 2018-03-22 07:46:42 +01:00
Jan Tojnar a0d9284ad6
gnome3.gnome-backgrounds: fix build 2018-03-22 07:46:42 +01:00
Jan Tojnar 0973618e4e
gnome3: automated update 2018-03-22 07:46:42 +01:00
Jan Tojnar de75940953
gnome3.gnome-shell: remove unneeded rpath fixup 2018-03-22 07:30:59 +01:00
Jan Tojnar 45d0d90792
epiphany: remove unneeded rpath fixup 2018-03-22 07:30:58 +01:00
Ryan Mulligan 99866d0223 evince: 3.26.0 -> 3.28.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0/bin/evince -h` got 0 exit code
- ran `/nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0/bin/evince --help` got 0 exit code
- ran `/nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0/bin/evince --version` and found version 3.28.0
- ran `/nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0/bin/evince-thumbnailer -h` got 0 exit code
- ran `/nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0/bin/evince-thumbnailer --help` got 0 exit code
- ran `/nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0/bin/evince-previewer -h` got 0 exit code
- ran `/nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0/bin/evince-previewer --help` got 0 exit code
- ran `/nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0/bin/.evince-wrapped -h` got 0 exit code
- ran `/nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0/bin/.evince-wrapped --help` got 0 exit code
- ran `/nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0/bin/.evince-wrapped --version` and found version 3.28.0
- ran `/nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0/bin/.evince-thumbnailer-wrapped -h` got 0 exit code
- ran `/nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0/bin/.evince-thumbnailer-wrapped --help` got 0 exit code
- ran `/nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0/bin/.evince-previewer-wrapped -h` got 0 exit code
- ran `/nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0/bin/.evince-previewer-wrapped --help` got 0 exit code
- found 3.28.0 with grep in /nix/store/xa8kjq7jlp5dy53nfd91lmiw7liwg5vw-evince-3.28.0
2018-03-14 02:49:40 -07:00
Jan Tojnar 72c033f8ff
gnome3.gnome-control-center: add gnome-color-manager support 2018-03-13 01:14:37 +01:00
Jan Tojnar ab5071ec86
gnome3.gnome-color-manager: init at 3.26.0 2018-03-13 01:14:36 +01:00
Jan Tojnar a5147c5220
gnome3: automated update 2018-03-08 02:05:58 +01:00
Nikolay Amiantov 8529e0b05f gnome3.gtksourceview: enable parallel building 2018-03-06 13:07:14 +03:00
Jan Tojnar dc8184e121
gnome3.gnome-software: clean up 2018-03-05 06:06:09 +01:00
Jan Tojnar 3e2b430c26
gnome3.gnome-contacts: fix build 2018-03-05 06:06:09 +01:00
Jan Tojnar a57e9e289f
gnome3.tracker-miners: fix build 2018-03-05 06:06:08 +01:00
Jan Tojnar 53caca4adb
gnome3.evolution-data-server: add ninja 2018-03-05 06:06:08 +01:00
Jan Tojnar 81cbb53075
gnome3: automated update 2018-03-05 06:06:08 +01:00
Jan Tojnar a3a82096a7
gnome3.libgepub: 0.5.2 → 0.5.3 2018-03-05 06:06:07 +01:00
Jan Tojnar dc4060408c
gnome3.libgee: 0.20.0 → 0.20.1 2018-03-05 06:06:07 +01:00
Jan Tojnar ed2e497286
gnome3.gsound: add updateScript 2018-03-04 20:05:55 +01:00
Jan Tojnar 2245555a3e
gnome3.caribou: add updateScript 2018-03-04 20:05:55 +01:00
Jan Tojnar 1a17154047
gnome3.grilo: add updateScript 2018-03-04 20:05:55 +01:00
Jan Tojnar b8e2420e86
gnome3.grilo-plugins: add updateScript 2018-03-04 20:05:55 +01:00
Jan Tojnar 90b232900f
gnome3.libzapojit: add updateScript 2018-03-04 20:05:54 +01:00
Jan Tojnar 7a0ee31dd9
libcroco: add updateScript 2018-03-04 20:05:53 +01:00
Jan Tojnar 1a91396e1a
gnome3.dconf: add updateScript 2018-03-04 20:05:51 +01:00
Jan Tojnar 1541c31097
gnome3.rest: add updateScript 2018-03-04 20:05:50 +01:00
Jan Tojnar f87ea24451
gnome3.libgxps: add updateScript 2018-03-04 20:05:50 +01:00
Jan Tojnar c3117c4890
gnome3.libgnome-keyring: add updateScript 2018-03-04 20:05:50 +01:00
Jan Tojnar 0dd7c62959
gnome3.libgdata: add updateScript 2018-03-04 20:05:50 +01:00
Jan Tojnar 6694dfcea1
gnome3.libgee: add updateScript 2018-03-04 20:05:50 +01:00
Jan Tojnar e8ca1348b9
gnome3.libgepub: add updateScript 2018-03-04 20:05:50 +01:00
Jan Tojnar 61a048a8d7
gnome3: fix problems from auto-moving src.nix to default.nix 2018-03-01 02:53:01 +01:00
Jan Tojnar 546e7669b2
gnome3: move src.nix into default.nix automatically 2018-03-01 02:53:00 +01:00
Jan Tojnar 4145f5e3b0
gnome3.folks: use updateScript 2018-03-01 02:53:00 +01:00
Jan Tojnar 3726a26dac
simple-scan: add meta.maintainers 2018-03-01 02:43:19 +01:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Miguel Madrid Mencía b7a6c54851
nautilus: fixed mime types 2018-02-24 19:18:04 +01:00
Jan Tojnar 7713889556
nixos/gjs: add test 2018-02-14 22:43:59 +01:00
Jan Tojnar b2238b7383
gnome3.gjs: 1.50.2 → 1.50.4 2018-02-14 21:28:44 +01:00
Jan Tojnar 7784e82934
gnome3.mutter: add remote desktop support 2018-02-01 22:40:51 +01:00
Tuomas Tynkkynen 67c73b4e64 Merge commit '2e56ba' from staging into master 2018-01-17 12:50:46 +02:00
Tobias Geerinckx-Rice 0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Vladimír Čunát 03dca870ab
Revert "gnome3.gnome-screenshot: fix build"
This reverts commit 2a1425d8b7.
See https://github.com/NixOS/nixpkgs/issues/33458
2018-01-08 17:36:11 +01:00
Vladimír Čunát 5837d1a070
Merge branch 'master' into staging 2018-01-08 17:33:31 +01:00
Vladimír Čunát 49a45fb51f
Merge #33311: meson: set checkPhase in setup hook 2018-01-07 11:28:46 +01:00
Vladimír Čunát 2a1425d8b7
gnome3.gnome-screenshot: fix build
Thans to Robin's d3ad52a58, as the error message was rather confusing.
2018-01-07 09:53:10 +01:00
adisbladis 3de02449cf
libcroco: Fixes for CVE-2017-7960 & CVE-2017-7961 2018-01-07 04:46:45 +08:00
Jan Tojnar d75f95d2a2
packages using meson: remove unnecessary checkPhase 2018-01-06 06:47:57 +01:00
Samuel Dionne-Riel 7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Frederik Rietdijk 1869e7e5b0 Merge remote-tracking branch 'upstream/master' into HEAD 2018-01-01 15:09:55 +01:00
Jan Tojnar 4d917639fb
gnome3.gnome_keyring: remove gconf dependency
It has not been needed since 2.31.91.
2018-01-01 14:29:35 +01:00
Jan Tojnar 70a0e6f7d7
gnome3.gnome_keyring: disable tests
Tests are randomly failing so we are disabling them for now.

See: https://bugzilla.gnome.org/show_bug.cgi?id=791932
2018-01-01 14:27:58 +01:00
Yegor Timoshenko d3e821156e
Merge pull request #31094 from yegortimoshenko/ibus/update
ibus: 1.5.16 -> 1.5.17, fix
2017-12-31 21:23:05 +03:00
Jan Tojnar c95491cb86
gnome3.epiphany: fix rpath wrapping 2017-12-31 11:13:59 +01:00
John Ericson 4d2b763817
Merge pull request #26805 from obsidiansystems/cross-elegant
Make cross compilation elegant
2017-12-30 22:58:02 -05:00
John Ericson 046f091e0d treewide: Don't use envHook anymore
This commits needs a MAJOR audit as I oftentimes just guessed which of
`$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-12-30 22:04:22 -05:00
Frederik Rietdijk 2d0bead714 Merge remote-tracking branch 'upstream/master' into HEAD 2017-12-30 17:04:54 +01:00
Vladimír Čunát 6bbec17d44
Merge #32626: atk: clean up 2017-12-29 10:01:00 +01:00
Vincent Laporte 0004682e36
gtksourceview: run checks on Linux only 2017-12-28 11:28:42 +00:00
Jan Tojnar e3b9406713
gnome3.libpeas: re-add gobject introspection dependency 2017-12-22 23:31:54 +01:00
Jan Tojnar 2f14c9da68
simple-scan: add gobject introspection dependency 2017-12-22 23:27:35 +01:00
Jan Tojnar ff2bda33cc
gnome3.gtksourceview: re-add gobject introspection dependency 2017-12-22 23:27:35 +01:00
Jan Tojnar 8a9b352bec
gnome3.eog: add gobject introspection dependency 2017-12-22 23:27:35 +01:00
Jan Tojnar 041e5b95d3
gnome3.gucharmap: re-add gobject introspection dependency 2017-12-22 23:27:35 +01:00
Jan Tojnar d2590f8a13
gnome3.gnome-bluetooth: re-add gobject-introspection dependency
It is no longer propagated from atk so we have to add it here.
2017-12-22 23:27:35 +01:00
Jan Tojnar 6e3351d9cc
Merge pull request #32826 from jtojnar/gnome-python3
More GNOME clean-ups
2017-12-22 17:57:01 +01:00
Will Dietz 92e525ed4e vte-ng: don't run configure as part of autogen, since it runs w/o args
We could alternatively pass arguments here as well,
but there seems little point in running configure twice.
2017-12-20 22:19:16 +01:00
Yegor Timoshenko 3322a85223 gconf: add python to dependencies, fixes #31083 2017-12-20 20:11:28 +00:00
Jan Tojnar 6002d1785d
gnome3.evolution_data_server: clean up 2017-12-20 07:35:56 +01:00
Jan Tojnar c6e9acc3eb
gnome3.gnome_desktop: clean up 2017-12-20 05:16:51 +01:00
Jan Tojnar e6936dd556
gnome3.gnome_keyring: clarify Python version & enable tests 2017-12-20 05:16:50 +01:00
Jan Tojnar a0a692b3a3
gnome3.gnome_control_center: clean up 2017-12-20 05:16:49 +01:00
Jan Tojnar 0875bea675
Merge pull request #32815 from jtojnar/evince-cleanup
gnome3.evince: clean up
2017-12-18 18:00:12 +01:00
Jan Tojnar e56c00c9dd
gnome3.evince: clean up
There was som cruft, for example, dogtail tests were removed long time ago.
2017-12-18 17:14:41 +01:00
Jan Tojnar 3366ce99df
Merge pull request #32750 from jtojnar/gupdates
GNOME updates
2017-12-18 02:20:35 +01:00