Commit Graph

1198 Commits

Author SHA1 Message Date
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
Frederik Rietdijk cff9e6429a Merge staging-next into staging 2019-08-14 13:46:33 +02:00
Jan Tojnar 80cb87971e
gnome3.evolution-data-server: Fix gsettings-desktop-schemas path 2019-08-12 18:32:12 +02:00
Jan Tojnar b18215bd6f
gnome3.evolution-data-server: Hardcode more GSettings schemas
I used Coccinelle to create a base patch:

spatch --sp-file hardcode-gsettings.cocci --dir src/ --in-place

```cocci
@@
expression GSETTINGS_SCHEMA;
expression settings;
@@
- settings = g_settings_new (GSETTINGS_SCHEMA);
+ {
+ GSettingsSchemaSource *schema_source;
+ GSettingsSchema *schema;
+ schema_source = g_settings_schema_source_new_from_directory ("@ESD_GSETTINGS_PATH@",  g_settings_schema_source_get_default (), TRUE, NULL);
+ schema = g_settings_schema_source_lookup (schema_source, GSETTINGS_SCHEMA, FALSE);
+ settings = g_settings_new_full (schema, NULL, NULL);
+ g_settings_schema_source_unref (schema_source);
+ g_settings_schema_unref (schema);
+ }
```
2019-08-12 18:31:09 +02:00
Frederik Rietdijk 5bc501b7aa Merge staging-next into staging 2019-08-09 14:01:00 +02:00
worldofpeace 5ee8efb7c5 gnome3.gnome-software: disable fwupd aarch64
Needed temporarily because of #66277.
2019-08-07 15:52:36 -04:00
worldofpeace c7c727fa93 gnome3.gnome-settings-daemon: add cflag G_DISABLE_CAST_CHECKS
This is what would have been passed before with the release
buildtype.

See: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/blob/GNOME_SETTINGS_DAEMON_3_32_1/meson.build#L73
2019-08-05 06:13:01 -04:00
R. RyanTM c5ec1b12af epiphany: 3.32.3 -> 3.32.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/epiphany/versions
2019-08-03 22:26:24 -07:00
Orivej Desh 32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
worldofpeace d8d85aef04
Merge pull request #65113 from worldofpeace/gnome-updates
GNOME3 updates
2019-07-22 14:46:03 -04:00
worldofpeace cf9dca2396 gnome3.mutter328: add API for reorder workspaces
backport for a feature added in gala
2019-07-22 04:29:57 -04:00
worldofpeace 21f015dbf7
Merge pull request #64808 from r-ryantm/auto-update/gnome-software
gnome3.gnome-software: 3.32.3 -> 3.32.4
2019-07-19 19:13:37 -04:00
worldofpeace 3267c5792f gnome3.evolution-data-server: 3.32.3 -> 3.32.4
https://gitlab.gnome.org/GNOME/evolution-data-server/blob/3.32.4/NEWS
2019-07-19 19:01:14 -04:00
worldofpeace 50791d9a1d gnome3.gnome-user-docs: 3.32.2 -> 3.32.3
https://gitlab.gnome.org/GNOME/gnome-user-docs/blob/3.32.3/NEWS
2019-07-19 19:01:14 -04:00
worldofpeace 36aec923cc gnome3.grilo-plugins: 0.3.8 -> 0.3.9
https://gitlab.gnome.org/GNOME/grilo-plugins/blob/grilo-plugins-0.3.9/NEWS
2019-07-19 19:01:14 -04:00
worldofpeace 1004d0c271 gnome3.grilo: 0.3.7 -> 0.3.9
Patch in upstream MR to fix grilo-plugins build / NixOS compat.

https://gitlab.gnome.org/GNOME/grilo/blob/grilo-0.3.9/NEWS
2019-07-19 19:01:00 -04:00
R. RyanTM 8a4c3f43e0 gnome3.totem: 3.32.0 -> 3.32.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/totem/versions
2019-07-17 09:33:20 +02:00
R. RyanTM ce1fc96c26 gnome3.gnome-software: 3.32.3 -> 3.32.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-software/versions
2019-07-15 07:48:31 -07:00
worldofpeace 90844e1bfa gnome3.gnome-terminal: add hicolor-icon-theme
To remove its icon cache.
2019-07-14 07:40:14 -04:00
Frederik Rietdijk 74c24385cb Merge master into staging-next 2019-07-09 15:46:00 +02:00
worldofpeace dc0dbaf0bd
Merge pull request #64299 from worldofpeace/mutter-installed-tests
gnome3.mutter: disable installed tests
2019-07-06 18:34:27 -04:00
Vladimír Čunát 0746c4dbb4
Merge branch 'master' into staging-next
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
worldofpeace ea7055f29d gnome3.mutter: multi-outputs 2019-07-04 08:36:19 -04:00
worldofpeace 5a10032ef4 gnome3.mutter: disable installed tests 2019-07-04 08:36:19 -04:00
worldofpeace 1a49479484 gnome3.gnome-contacts: fix build
ibhandy 0.0.10 added a HeaderBar type, which means this
clashes with that of Gtk. Apply upstream patch that fixes this.

Instigated by
* 48044cda54
2019-07-04 08:05:50 -04:00
worldofpeace 9abf422d1a gnome3.gnome-calculator: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-calculator/blob/3.32.2/NEWS
2019-07-01 00:02:52 -04:00
worldofpeace 1549151cfe gnome3.yelp-tools: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/yelp-tools/blob/3.32.2/NEWS
2019-06-30 23:54:55 -04:00
worldofpeace 45710be3a8 gnome3.sushi: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/sushi/blob/3.32.1/NEWS
2019-06-30 23:54:55 -04:00
worldofpeace 29cb854967 gnome3.gnome-settings-daemon: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/blob/GNOME_SETTINGS_DAEMON_3_32_1/NEWS
2019-06-30 23:54:54 -04:00
worldofpeace 183989f5d6 gnome3.evolution-data-server: 3.32.2 -> 3.32.3
https://gitlab.gnome.org/GNOME/evolution-data-server/blob/3.32.3/NEWS
2019-06-30 23:54:54 -04:00
Jan Tojnar ac404cfa98
gnome3.evince: remove auto_features=enabled from expression
It is now the default.
2019-06-25 18:24:53 +02:00
Jan Tojnar 4fa19ba151
gnome3.tracker-miners: do not add auto_features=enabled
Meson setup hook now defaults to this.
2019-06-25 18:24:52 +02:00
Jan Tojnar 76d85e4a6f
gnome3.gnome-desktop: add libudev 2019-06-25 18:24:51 +02:00
Jan Tojnar e0a21aae91
gnome3.tracker-miners: enable auto_features (#63491)
gnome3.tracker-miners: enable auto_features
2019-06-19 03:56:04 +02:00
Jan Tojnar 6d8eaf8f13
gnome3.tracker-miners: enable auto_features
When tracker-miners switched from booleans to features, we were no longer building
majority of the miners, since we disable auto_features by default.
2019-06-19 03:08:04 +02:00
Jan Tojnar 540921e6b9
epiphany: 3.32.2 -> 3.32.3 (#63244)
epiphany: 3.32.2 -> 3.32.3
2019-06-17 00:47:36 +02:00
R. RyanTM fc78e57467 epiphany: 3.32.2 -> 3.32.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/epiphany/versions
2019-06-16 14:21:48 -07:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jan Tojnar fc4cc85bf8
gnome3.gnome-control-center: Add mutter to dependencies
#59765 fixed the keybndings issue #19590 only partially, we still need to
make the gschemas available.
2019-06-14 15:01:03 +02:00
worldofpeace 4f692b1682 gnome3.rygel: 0.38.0 -> 0.38.1
https://gitlab.gnome.org/GNOME/rygel/blob/rygel-0.38.1/NEWS
2019-06-01 15:41:28 -04:00
worldofpeace 6b01a3ca09 gnome3.gnome-software: 3.32.2 -> 3.32.3
https://gitlab.gnome.org/GNOME/gnome-software/blob/3.32.3/NEWS
2019-06-01 15:40:30 -04:00
worldofpeace 8d1292a483 gnome3.gnome-control-center: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-control-center/blob/3.32.2/NEWS
2019-06-01 15:40:02 -04:00
Frederik Rietdijk 36a6746f21 Merge master into staging-next 2019-05-28 08:32:03 +02:00
Marek Mahut ace58ebcd3 evince: CVE-2019-11459 2019-05-25 17:27:09 +00:00
Frederik Rietdijk b2ab860db3 Merge master into staging-next 2019-05-25 12:38:00 +02:00
Frederik Rietdijk 6e4e7c5dc6 Merge master into staging-next 2019-05-24 12:39:37 +02:00
Matthew Bauer b49c060ae2
Merge pull request #61890 from expipiplus1/joe-armv7l-dconf
dconf: Disable tests on armv7l-linux
2019-05-23 17:35:43 -05:00
Joe Hermaszewski 180f6a82f7 dconf: Disable tests on armv7l-linux
Fixes: #59590
2019-05-22 23:01:46 +08:00
worldofpeace ac37e639ae gnome3.eog: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/eog/blob/3.32.2/NEWS
2019-05-20 19:32:55 -04:00
worldofpeace 2439b3049b
Merge pull request #61576 from worldofpeace/gnome/3.32.2
Gnome/3.32.2
2019-05-18 20:41:08 -04:00
worldofpeace 839b0767eb gnome3.gnome-shell: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-shell/blob/3.32.2/NEWS
2019-05-18 16:00:41 -04:00
worldofpeace 6c2592761f gnome3.mutter: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/mutter/blob/3.32.2/NEWS
2019-05-18 16:00:41 -04:00
Frederik Rietdijk 840e530934 Merge staging into staging-next 2019-05-18 08:17:48 +02:00
worldofpeace 1a7c1989e9 gnome3.mutter328: 3.28.3 -> 3.28.4
Changes since we pulled in everything from gnome-3.28 branch:
4af8d9d475...3.28.4

https://gitlab.gnome.org/GNOME/mutter/blob/3.28.4/NEWS
2019-05-17 17:39:29 -04:00
worldofpeace 743df678c2 gnome3.gjs: 1.56.1 -> 1.56.2
https://gitlab.gnome.org/GNOME/gjs/blob/1.56.2/NEWS
2019-05-15 21:22:07 -04:00
worldofpeace 386fb53a26 gnome3.yelp-tools: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/yelp-tools/blob/3.32.1/NEWS
2019-05-15 21:16:58 -04:00
worldofpeace acd125c0f1 gnome3.yelp: 3.32.1 -> 3.32.2
Just translations.

https://gitlab.gnome.org/GNOME/yelp/blob/3.32.2/NEWS
2019-05-15 21:16:31 -04:00
worldofpeace 51636785c1 gnome3.simple-scan: 3.32.2 -> 3.32.2.1
Just translations.

https://gitlab.gnome.org/GNOME/simple-scan/blob/3.32.2.1/NEWS
2019-05-15 21:15:25 -04:00
worldofpeace 9dfeb1e576 gnome3.nautilus: 3.32.0 -> 3.32.1
Fixes CVE-2019-11461

https://gitlab.gnome.org/GNOME/nautilus/blob/3.32.1/NEWS
2019-05-15 21:14:28 -04:00
worldofpeace a83155c9df gnome3.gnome-user-docs: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-user-docs/blob/3.32.2/NEWS
2019-05-15 21:12:57 -04:00
worldofpeace dfdc2553a3 gnome3.gnome-terminal: 3.32.1 -> 3.32.2 2019-05-15 21:12:05 -04:00
worldofpeace 9ac96f7a53 gnome3.gnome-software: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-software/blob/3.32.2/NEWS
2019-05-15 21:11:06 -04:00
Tor Hedin Brønner 8c5ee6b4f4
gnome3.gnome-desktop: 3.32.1 -> 3.32.2 (#61497)
- Fix thumbnailer sandbox escape, CVE-2019-11460

closes #60837
2019-05-14 23:20:04 +02:00
Frederik Rietdijk f0a4305e0a Merge staging-next into staging 2019-05-14 10:24:46 +02:00
R. RyanTM 3e146be2ea evolution-data-server: 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/evolution-data-server/versions
2019-05-12 20:28:27 +02:00
worldofpeace 163bc2c598
Merge pull request #60906 from worldofpeace/gnome-updates-staging
GNOME updates staging
2019-05-07 18:04:30 -04:00
worldofpeace 91e3c04542 gnome3.tracker-miners: 2.2.1 -> 2.2.2
https://gitlab.gnome.org/GNOME/tracker-miners/blob/2.2.2/NEWS
2019-05-07 12:55:37 -04:00
worldofpeace 280d209c56 gnome3.tracker: 2.2.1 -> 2.2.2
https://gitlab.gnome.org/GNOME/tracker/blob/2.2.2/NEWS
2019-05-07 12:55:37 -04:00
Frederik Rietdijk 193b899af2 Merge master into staging-next 2019-05-04 17:34:04 +02:00
worldofpeace 9457bc735a gnome3.gnome-contacts: 3.32 -> 3.32.1
https://gitlab.gnome.org/GNOME/gnome-contacts/blob/3.32.1/data/org.gnome.Contacts.appdata.xml.in
2019-05-03 19:22:50 -04:00
worldofpeace b0d9360253 gnome3.epiphany: 3.32.1.2 -> 3.32.2
https://gitlab.gnome.org/GNOME/epiphany/blob/3.32.2/NEWS
2019-05-03 19:21:14 -04:00
Frederik Rietdijk f137783927 Merge master into staging-next 2019-05-01 11:45:46 +02:00
worldofpeace 7df410c6d4
Merge pull request #59630 from worldofpeace/setcap-gnome-keyring
gnome3.gnome-keyring: CAP_IPC_LOCK gnome-keyring-daemon
2019-04-30 13:17:03 -04:00
worldofpeace 44bf322dfb
Merge pull request #57620 from worldofpeace/gnome-brightness-fix
gnome3.gnome-settings-daemon: fix #14168
2019-04-30 13:14:19 -04:00
Frederik Rietdijk 3462fe27d9 Merge staging-next into staging 2019-04-30 15:52:19 +02:00
Frederik Rietdijk 2f936f85d8 Merge master into staging-next 2019-04-29 13:46:20 +02:00
worldofpeace 5f14e83bd6
Merge pull request #60176 from JohnAZoidberg/mousetweaks
mousetweaks: init at 3.32.0
2019-04-28 14:25:18 -04:00
Daniel Schaefer aa7a9523bd gnome3.gnome-settings-daemon: Use absolute path of mousetweaks
See: https://github.com/NixOS/nixpkgs/pull/60176#issuecomment-486401686
2019-04-28 14:23:20 -04:00
Frederik Rietdijk 042a01efbf Merge staging-next into staging 2019-04-27 07:02:02 +02:00
Tor Hedin Brønner 1aff8dc407 gnome3.gnome-shell: needs python3 at build time
Was propagated by networkmanager before.
2019-04-27 05:24:47 +02:00
Matthew Bauer 87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer 3bab20c88d treewide: disable checks on darwin
Not working in these cases:

- dconf
- paho-mqtt
- perl-gtk2
- perl-TAPParserSourceHandlerpgTAP
2019-04-26 21:55:02 -04:00
worldofpeace b2dc8c0fa3 gnome3.mutter328: backport changes from 3.32
gsettings-desktop-schemas made the following change in 3.32[0]
> Change tablets'/touchscreens' "display" setting to "output" one
> with different semantics.

That coincides with GNOME/mutter#133[1]

This caused a segmentation fault in gala on Fedora[2]
> Settings schema 'org.gnome.desktop.peripherals.touchscreen'
> does not contain a key named 'display'

I haven't experienced said segfault here in NixOS but I don't see
a reason not to use the solution reached there, which was to backport
relevant change[1] to mutter 3.28.

[0]: c7eee129c6
[1]: https://gitlab.gnome.org/GNOME/mutter/merge_requests/133
[2]: https://bugzilla.redhat.com/show_bug.cgi?id=1700337
2019-04-25 09:40:32 -04:00
Matthew Bauer 84d00355e8 Merge remote-tracking branch 'NixOS/master' into staging 2019-04-23 22:00:42 -04:00
worldofpeace a0bb3dd8ac gnome3.gnome-control-center: hardcode path to gnome-desktop
This is needed for its gnome-version.xml so it can properly display
the current gnome-desktop version in the info panel.
Previously it was always "GNOME 3.0".
2019-04-22 19:14:50 -04:00
worldofpeace f6e92290b3 gnome3.gnome-settings-daemon: fix #14168
The issue in brief is caused by the fact that gnome-settings-daemon is
non-restartable and if the policy definitions change in any way
it won't propagate to the running system because of that.

By patching references to the backlight helper to
/run/current-system/sw/bin/gsd-backlight-helper
the polkit policy will not undergo a change.
2019-04-22 16:45:37 -04:00
Jan Tojnar d3259ed673
Merge branch 'master' into staging 2019-04-20 12:49:01 +02:00
Tor Hedin Brønner 004bd0da87
Merge pull request #59829 from hedning/gnome-3.32.1-bump
More gnome 3.32.1 updates
2019-04-19 10:35:51 +02:00
Tor Hedin Brønner 5a1b8801fa
Merge pull request #59818 from callahad/mutter
gnome3.mutter: 3.32.0 -> 3.32.1
2019-04-18 18:13:51 +02:00
Tor Hedin Brønner df40aa3c8d gnome3.gnome-software: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/gnome-software/blob/3.32.1/NEWS
2019-04-18 13:46:45 +02:00
Tor Hedin Brønner 36c9fa3cdd gnome3.gnome-shell-extensions: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/blob/3.32.1/NEWS
2019-04-18 13:46:45 +02:00
Tor Hedin Brønner 2d02d261fa gnome3.gnome-shell: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/gnome-shell/blob/3.32.1/NEWS
2019-04-18 13:46:44 +02:00
worldofpeace 383c35e827 gnome3.rygel: fix build
Fixes #59815

* add patch for installation sysconfdir
* disable api docs
2019-04-18 06:37:01 -04:00
Dan Callahan 13e7463a57
gnome3.mutter: 3.32.0 -> 3.32.1 2019-04-18 09:29:48 +01:00
Frederik Rietdijk 2346182c2c Merge staging-next into staging 2019-04-18 08:26:30 +02:00
Jan Tojnar 121dce6fff
gnome3.grilo-plugins: add dependencies
Add libsoup dependency which is required by libgdata dependency of YouTube plug-in
and also by Dleyna plug-in, and which was removed during previous clean-up.

Also add dependencies for lua-factory plug-in which is enabled by default by master.

Partially fixes: https://github.com/NixOS/nixpkgs/issues/59792
2019-04-17 22:07:29 +02:00
Jan Tojnar 1bdbe456dd
Merge pull request #59765 from jtojnar/g-c-c-mutter
gnome3.gnome-control-center: Add mutter keybindings
2019-04-17 21:05:18 +02:00
worldofpeace 7abeda982a gnome3.gsettings-desktop-schemas -> gsettings-desktop-schemas
gnome3.pomodoro is left out because I don't want to create a conflict.
2019-04-17 13:39:23 -04:00
Jan Tojnar 1e6fec059d
gnome3.gnome-control-center: Add mutter keybindings
Closes: https://github.com/NixOS/nixpkgs/issues/19590
2019-04-17 11:36:26 +02:00
Jan Tojnar 6ae33c9afe
Merge pull request #57736 from jtojnar/gupnp-1.2
gupnp: 1.0.3 → 1.2.0
2019-04-17 11:04:56 +02:00
Jan Tojnar c2de086b17
gnome3.grilo-plugins: clean up
Grilo plugins have not used gupnp for a long time:

https://bugzilla.gnome.org/show_bug.cgi?id=733253
2019-04-16 15:16:26 +02:00
Jan Tojnar bb43425754
gnome3.rygel: 0.36.2 → 0.38.0
https://gitlab.gnome.org/GNOME/rygel/blob/rygel-0.38.0/NEWS
2019-04-16 15:11:46 +02:00
worldofpeace 9e3d9e2379
Merge pull request #59627 from worldofpeace/tracker-correct
gnome3.tracker: correct gdbus path
2019-04-15 15:15:45 -04:00
worldofpeace 2d6247a414 gnome3.gnome-keyring: CAP_IPC_LOCK gnome-keyring-daemon
From gkd-capability.c:

This program needs the CAP_IPC_LOCK posix capability.
We want to allow either setuid root or file system based capabilies
to work. If file system based capabilities, this is a no-op unless
the root user is running the program. In that case we just drop
capabilities down to IPC_LOCK. If we are setuid root, then change to the
invoking user retaining just the IPC_LOCK capability. The application
is aborted if for any reason we are unable to drop privileges.
2019-04-15 14:59:56 -04:00
worldofpeace ebb1d6006f gnome3.tracker: correct gdbus path
It's in glib.bin
2019-04-15 14:57:48 -04:00
Tor Hedin Brønner b5d938134f gnome3.gjs: 1.56.0 -> 1.56.1
https://download.gnome.org/sources/gjs/1.56/gjs-1.56.1.news
2019-04-14 19:47:59 +02:00
Tor Hedin Brønner c5eea31ecc gnome3.yelp: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/yelp/3.32/yelp-3.32.1.news
2019-04-14 19:26:18 +02:00
Tor Hedin Brønner 43d9aff8a9 simple-scan: 3.32.0 -> 3.32.2
https://download.gnome.org/sources/simple-scan/3.32/simple-scan-3.32.2.news
2019-04-14 19:26:18 +02:00
Tor Hedin Brønner 0258f8cf1b gnome3.gnome-user-docs: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-user-docs/3.32/gnome-user-docs-3.32.1.news
2019-04-14 19:26:18 +02:00
Tor Hedin Brønner 6496394f92 gnome3.gnome-terminal: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-terminal/3.32/gnome-terminal-3.32.1.changes
2019-04-14 19:26:18 +02:00
Tor Hedin Brønner 0b83229c4f gnome3.gnome-system-monitor: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-system-monitor/3.32/gnome-system-monitor-3.32.1.news
2019-04-14 19:26:18 +02:00
Tor Hedin Brønner 8ed15627b7 gnome3.gnome-disk-utility: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-disk-utility/3.32/gnome-disk-utility-3.32.1.news
2019-04-14 19:26:17 +02:00
Tor Hedin Brønner a5b66af898 gnome3.gnome-desktop: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-desktop/3.32/gnome-desktop-3.32.1.news
2019-04-13 14:55:19 +02:00
Tor Hedin Brønner 9737ffdc2f gnome3.gnome-calculator: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-calculator/3.32/gnome-calculator-3.32.1.news
2019-04-13 14:51:51 +02:00
Tor Hedin Brønner 6f69b60a6b evolution-data-server: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/evolution-data-server/3.32/evolution-data-server-3.32.1.news
2019-04-13 14:49:18 +02:00
Tor Hedin Brønner e6958c064a gnome3.eog: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/eog/3.32/eog-3.32.1.news
2019-04-13 14:48:43 +02:00
Gabriel Ebner e0a90a5fc1 evince: meson, enable DVI, XPS, and PDF multimedia support 2019-04-05 15:03:30 +02:00
worldofpeace b8e655ad6e
gnome3.mutter: hardcode path to zenity 2019-04-05 12:14:09 +02:00
worldofpeace 510afdf476
gnome3.zenity: 3.30.0 -> 3.32.0 2019-04-05 12:14:05 +02:00
worldofpeace ce6269c34b
gnome3.gnome-online-accounts: add hicolor-icon-theme for setup-hook 2019-04-05 12:14:03 +02:00
worldofpeace e096cb7a0e
gnome3.gnome-software: add hicolor-icon-theme for setup-hook 2019-04-05 12:14:02 +02:00
worldofpeace cc3fe4e569
gnome3.dconf-editor: add hicolor-icon-theme for setup-hook 2019-04-05 12:14:02 +02:00
Tor Hedin Brønner 5d52ba8e61
gnome3.dconf: disable tests on arch64 2019-04-05 12:13:53 +02:00
Tor Hedin Brønner 06f059f908
gnome3.tracker-miners: install systemd user services
The build checks for systemd and won't install them by default if not found.
2019-04-05 12:13:52 +02:00
Jan Tojnar e121533123
gnome3.gnome-screenshot: 3.30.0 → 3.32.0
https://gitlab.gnome.org/GNOME/gnome-screenshot/blob/3.32.0/NEWS
2019-04-05 12:13:50 +02:00
Jan Tojnar 488460fef6
gnome3.gnome-font-viewer: 3.30.0 → 3.32.0
https://gitlab.gnome.org/GNOME/gnome-font-viewer/blob/3.32.0/NEWS
2019-04-05 12:13:50 +02:00
Will Dietz d1240bed54
gucharmap: 11.0.3 -> 12.0.1, unicode 12 2019-04-05 12:13:48 +02:00
Tor Hedin Brønner 2fad222eec
gnome3.gnome-font-viewer: add required harfbuzz dependency 2019-04-05 12:13:36 +02:00
Tor Hedin Brønner 46400d8240
gnome3.gnome-color-manager: 3.30.0 -> 3.32.0 2019-04-05 12:13:35 +02:00
Tor Hedin Brønner e6255808ca
gnome3.gnome-user-share: 3.28.0 -> 3.32.0.1
cleanup
2019-04-05 11:40:34 +02:00
Tor Hedin Brønner 14b34cc9ea
yelp: 3.30.0 -> 3.32.0 2019-04-05 11:40:21 +02:00
Tor Hedin Brønner e5e5460f56
gnome3.yelp-xsl: 3.30.1 -> 3.32.1 2019-04-05 11:40:21 +02:00
Tor Hedin Brønner 67708fc457
gnome3.yelp-tools: 3.28.0 -> 3.32.0 2019-04-05 11:40:21 +02:00
Tor Hedin Brønner b6183023e3
gnome3.totem: 3.30.0 -> 3.32.0
- tests now require DISPLAY access
2019-04-05 11:40:20 +02:00
Tor Hedin Brønner e026e259f3
gnome3.sushi: 3.30.0 -> 3.32.0
- port to meson
- replace intltool with gettext
- remove no longer leaky dependencies
2019-04-05 11:40:20 +02:00
Tor Hedin Brønner b571bb26bc
simple-scan: 3.30.2 -> 3.32.0 2019-04-05 11:40:19 +02:00
Tor Hedin Brønner 9fa52d0032
gnome3.nautilus: 3.30.5 -> 3.32.0
- update thumbnail patch, similar to gnome-desktop, but no font cache issue
- Requires gst_all_1.gst-plugins-base
2019-04-05 11:40:19 +02:00
Tor Hedin Brønner 24657133c1
gnome3.mutter: 3.30.2 -> 3.32.0
- port to meson
- the new meson build doesn't compile schemas
- use wrapGAppsHook
2019-04-05 11:40:18 +02:00
Tor Hedin Brønner 890e029e8c
gnome3.gnome-user-docs: 3.30.2 -> 3.32.0 2019-04-05 11:40:18 +02:00
Tor Hedin Brønner 04c4bd3017
gnome3.gnome-terminal: 3.30.2 -> 3.32.0 2019-04-05 11:40:17 +02:00
Tor Hedin Brønner df566ba054
gnome3.gnome-system-monitor: 3.30.0 -> 3.32.0 2019-04-05 11:40:16 +02:00
Tor Hedin Brønner 76b8e4e43b
gnome3.gnome-software: 3.30.6 -> 3.32.0
Add new dependencies libxmlb and gnome-online-accounts
2019-04-05 11:40:16 +02:00
Tor Hedin Brønner b857b7170d
gnome3.gnome-shell-extensions: 3.30.1 -> 3.32.0 2019-04-05 11:40:15 +02:00
Tor Hedin Brønner f9224ac84d
gnome3.gnome-shell: 3.30.2 -> 3.32.0 2019-04-05 11:40:15 +02:00
Tor Hedin Brønner 64c5b66290
gnome3.gnome-settings-daemon: 3.30.2 -> 3.32.0
clean up dependencies
2019-04-05 11:40:15 +02:00
Tor Hedin Brønner fba45f7599
gnome3.gnome-session: 3.30.1 -> 3.32.0 2019-04-05 11:40:14 +02:00
Tor Hedin Brønner 4d867a3b47
gnome3.gnome-online-accounts: 3.30.2 -> 3.32.0
https://gitlab.gnome.org/GNOME/gnome-online-accounts/blob/3.32.0/NEWS
2019-04-05 11:40:14 +02:00
Tor Hedin Brønner c52ad3559c
gnome3.gnome-keyring: 3.28.2 -> 3.31.91 2019-04-05 11:40:13 +02:00
Tor Hedin Brønner 8ae8d345fc
gnome3.gnome-disk-utility: 3.30.2 -> 3.32.0 2019-04-05 11:40:13 +02:00
Tor Hedin Brønner 0081f3ac48
gnome3.gnome-desktop: 3.30.2.1 -> 3.32.0 2019-04-05 11:40:12 +02:00
Tor Hedin Brønner f18aaa1c9f
gnome3.gnome-control-center: 3.30.3 -> 3.32.1
- update patch
- add new depeendencies: udisks2, gsound
- add system libhandy
- Remove unnecessary dependencies

Hardcode paths to
* nm-connection-editor

* passwd
  /run/wrappers/bin/passwd

* lib/cups/backend/snmp

Only thing left unpatched was something for the printing panel.
It prefers a path from CUPS_DATADIR [0] which after
investigation is unset globally, and I'm not familar with
cups to see if that should be set to a store path
or a linked system path.

[0]: https://gitlab.gnome.org/GNOME/gnome-control-center/blob/3.32.0.1/panels/printers/pp-options-dialog.c#L888

https://gitlab.gnome.org/GNOME/gnome-control-center/blob/3.32.1/NEWS
2019-04-05 11:40:12 +02:00
Tor Hedin Brønner 0bac188b59
gnome3.gnome-contacts: 3.30.2 -> 3.32.0
- enable telepathy again
- fix build with libsoup, pulled in through folks_eds.
  Probably caused by libsoup version bump, but not sure.
2019-04-05 11:40:11 +02:00
Tor Hedin Brønner 6d7b4c0f79
gnome3.gnome-calculator: 3.30.1 -> 3.32.0
Now require `gtksourceview4` instead of 3.
2019-04-05 11:40:10 +02:00
Tor Hedin Brønner a0293afece
gnome3.gnome-bluetooth: 3.28.2 -> 3.32.1
https://gitlab.gnome.org/GNOME/gnome-bluetooth/blob/GNOMEBT_V_3_32_1/NEWS
2019-04-05 11:40:10 +02:00
Tor Hedin Brønner 21a5dbf2a4
gnome3.gnome-backgrounds: 3.30.0 -> 3.32.0 2019-04-05 11:40:09 +02:00
Tor Hedin Brønner ed208c5b31
gnome3.gdm: 3.30.3 -> 3.32.0 2019-04-05 11:40:09 +02:00
Tor Hedin Brønner 11c90c3c43
gnome3.eog: 3.28.4 -> 3.32.0 2019-04-05 11:40:08 +02:00
Tor Hedin Brønner 1344ef2ce9
gnome3.dconf-editor: 3.30.2 -> 3.32.0 2019-04-05 11:40:08 +02:00
Tor Hedin Brønner e671e00313
gnome3.dconf: 0.30.1 -> 0.32.0 2019-04-05 11:40:07 +02:00
Tor Hedin Brønner aae7a6c4c1
baobab: 3.30.0 -> 3.32.0 2019-04-05 11:40:07 +02:00
Tor Hedin Brønner 958767c530
gnome3.adwaita-icon-theme: 3.30.1 -> 3.32.0 2019-04-05 11:40:06 +02:00
Tor Hedin Brønner 94d4cbd619
evince: 3.30.2 -> 3.32.0
- pruneLibtoolFiles is now on by default
- build now require appstream to generate some data
- upstream has switched from intltool to gettext
- clean up
- recentListSize no longer applicable
2019-04-05 11:40:06 +02:00
Tor Hedin Brønner 0405df7535
gnome3.epiphany: 3.30.3 -> 3.32.1.2
- unit_tests is now a feature not a bool

https://gitlab.gnome.org/GNOME/epiphany/blob/3.32.1.2/NEWS
2019-04-05 11:40:05 +02:00
Tor Hedin Brønner 9e5ac89a77
evolution-data-server: 3.30.5 -> 3.32.0 2019-04-05 11:40:04 +02:00
Tor Hedin Brønner 714dd8bf8b
gnome3.gjs: 1.54.3 -> 1.56.0 2019-04-05 11:40:04 +02:00
Tor Hedin Brønner d6c8771dd4
gnome3.tracker-miners: 2.1.5 -> 2.2.1
- update patch: meson.build now get stuff correctly from pkgconfig
2019-04-05 11:40:04 +02:00
Tor Hedin Brønner fb5b2ad53f
gnome3.tracker: 2.1.6 -> 2.2.1
- move patch to file
- turn on docs (they're turned off by default now)
2019-04-05 11:40:03 +02:00
Tor Hedin Brønner 60a8244b35
gsettings-desktop-schemas: 3.28.1 -> 3.32.0 2019-04-05 11:39:59 +02:00
worldofpeace 7fe664cab2 gnome3.mutter328: use wrapGAppsHook 2019-04-03 17:02:38 -04:00
worldofpeace c4df83279e gnome3.mutter328: hardcode path to zenity 2019-03-31 19:38:51 -04:00
worldofpeace 874856a228 gnome3.mutter328: use gnome-3-28 branch
Probably should get these patches in while
I'm stuck with this. Alternative would be to
fetch the patches individually.

pipewire was accidentally in buildInputs when it has
been disabled

Changes: https://gitlab.gnome.org/GNOME/mutter/compare/3.28.3...gnome-3-28
2019-03-31 19:23:08 -04:00
Gabriel Ebner fa355972ed evince: enable postscript support 2019-03-25 17:25:15 +01:00
Jan Tojnar 025960d229
evolution-data-server: propagate libsoup
It is required by libedataserver-1.2
2019-03-05 21:46:36 +01:00
Jan Tojnar 300a4a654c
Merge pull request #56679 from r-ryantm/auto-update/gnome-remote-desktop
gnome3.gnome-remote-desktop: 0.1.6 -> 0.1.7
2019-03-02 15:55:07 +01:00
Jan Tojnar beb375896f
gnome3.gnome-remote-desktop: 0.1.6 -> 0.1.7 2019-03-02 15:10:45 +01:00
R. RyanTM 15ad7d3e7d gnome3.gdm: 3.30.2 -> 3.30.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gdm/versions
2019-03-02 00:00:48 -08:00
Frederik Rietdijk 2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
Tor Hedin Brønner 9202c5ab8f
gnome3.gnome-desktop: fix thumbnailing with missing fontconfig cache (#56346)
Also use @storeDir@ instead of hardcoded /nix/store
2019-02-25 20:04:28 +01:00
Guillaume Maudoux a3e440ca8b gnome-desktop: cherry-pick nautilus sandbox changes 2019-02-25 09:48:12 +01:00
Guillaume Maudoux 02d3e97750 nautilus: fix thumbnail generation on NixOS 2019-02-25 09:47:23 +01:00
Frederik Rietdijk c2eac6741b Merge master into staging-next 2019-02-24 09:19:12 +01:00
Piotr Bogdan 4f40607e7e gnome3.mutter: add patch for upstream issue #270 2019-02-23 08:43:27 +00:00
worldofpeace d14768da42 gnome3.gnome-control-center: 3.30.2 -> 3.30.3
a1d936d9dd/NEWS (L2)
2019-02-22 12:44:32 -05:00
worldofpeace f0f651dde8 gnome3.gnome-online-accounts: 3.30.1 -> 3.30.2
1894ec59e1/NEWS (L1)
2019-02-22 12:44:31 -05:00
worldofpeace 255185cc65 gnome3.gnome-desktop: 3.30.2 -> 3.30.2.1
2da71b79c8/NEWS
2019-02-22 12:44:29 -05:00
Matthew Bauer b1bbd94bb6 Merge remote-tracking branch 'NixOS/master' into staging 2019-02-18 20:36:48 -05:00
Vladimír Čunát f7f1a2f54e
Merge branch 'master' into staging-next
A mass darwin rebuild from master (#55784).
2019-02-17 08:05:24 +01:00
Will Dietz 22dac1e857 gnome-control-center: point to gnome-session's libexecdir properly 2019-02-16 22:37:47 -05:00
Frederik Rietdijk fd48a94b62 Merge staging-next into staging 2019-02-16 09:30:46 +01:00
Frederik Rietdijk 6fe10d2779 Merge master into staging-next 2019-02-16 09:29:54 +01:00
Wael Nasreddine a0eb6c1f81
gnome3.dconf: fix the build on Darwin (#55800)
Fix the build on Darwin.

Please see https://gitlab.gnome.org/GNOME/dconf/issues/47 for more information.
2019-02-15 17:29:35 -08:00
Jan Tojnar 471949e783
Merge pull request #55609 from dtzWill/update/evolution-data-server-3.30.5
evolution-data-server: 3.30.4 -> 3.30.5
2019-02-14 13:49:23 +01:00
Jan Tojnar 606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Frederik Rietdijk 7257dedd7c Merge master into staging-next 2019-02-13 12:33:29 +01:00
Will Dietz e05c652a31 epiphany: 3.30.2 -> 3.30.3 2019-02-11 18:02:41 -06:00
Will Dietz 210175a50f evolution-data-server: 3.30.4 -> 3.30.5 2019-02-11 18:02:02 -06:00
Matthew Bauer 5c09d977c7 Merge remote-tracking branch 'origin/master' into staging 2019-02-09 12:14:06 -05:00
worldofpeace f3750e7b41 gnome3.gnome-keyring: use placeholder 2019-02-06 18:07:22 -05:00
worldofpeace 884f7ad3cf gnome3.gnome-keyring: disable test suite
Seen these fail non-deterministically at a high enough frequency
making it a good contender to disable completely.

See also #55293, #51121.

cc @hedning @jtojnar
2019-02-06 18:07:22 -05:00
Vladimír Čunát 8ba516664b
Merge branch 'staging-next' into staging 2019-02-01 09:42:53 +01:00
R. RyanTM b2298c9eda gnome3.gnome-online-accounts: 3.30.0 -> 3.30.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/gnome-online-accounts/versions
2019-01-28 16:54:36 +00:00
worldofpeace 2530372351 gnome3.evolution-data-server: hardcode for DefaultSources gschema 2019-01-24 20:54:14 +00:00
Patrick Chilton b25095bcda nixos/gnome3: add GNOME Flashback sessions option 2019-01-21 11:17:49 +01:00
Tor Hedin Brønner 4fe0bd0f29
Merge pull request #54268 from hedning/gnome-fixes
Gnome fixes (gnome-documents and eog)
2019-01-18 14:55:14 +01:00
Tor Hedin Brønner b26207d359 gnome3.eog: fix thumbnail generation
Same as nautilus
2019-01-18 13:27:06 +01:00
R. RyanTM d0d372536b evolution-data-server: 3.30.3 -> 3.30.4 (#54222)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/evolution-data-server/versions
2019-01-18 11:48:49 +01:00
R. RyanTM 46aadd5dad gnome3.gnome-settings-daemon: 3.30.1.2 -> 3.30.2 (#54220)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-settings-daemon/versions
2019-01-18 01:27:48 +01:00
Tor Hedin Brønner a4fa9e8a1d
gnome3.gnome-system-log: remove, broken and obsolete (#53768)
It doesn't run, and it has been supplanted by `gnome-logs`:
https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/46

If it actually worked it would be fine to keep, but I don't consider it worth it
to fix.
2019-01-10 21:16:25 +01:00
worldofpeace 51088d7d96 gnome-menus: rename from gnome3.gnome-menus 2018-12-25 20:14:32 -05:00
worldofpeace 2c76519900 vte, vte_290, vte-ng: rename frome gnome3.vte* 2018-12-25 20:14:32 -05:00
worldofpeace 0b14f7896d libgnomekbd: rename from gnome3.libgnomekbd 2018-12-25 20:14:31 -05:00
worldofpeace 702168a67c gsound: rename from gnome3.gsound 2018-12-25 20:14:29 -05:00
worldofpeace c1599d29d9 gcr: rename from gnome3.gcr 2018-12-25 20:14:28 -05:00
worldofpeace 1954e6a949 totem-pl-parser: rename from gnome3.totem-pl-parser 2018-12-25 20:14:27 -05:00
worldofpeace 634eaf80b2 folks: rename from gnome3.folks 2018-12-25 20:14:26 -05:00
Jan Tojnar 38582b0f32
libzapojit: rename from gnome3.libzapojit 2018-12-25 17:50:21 +01:00
Jan Tojnar 0f0179c2fa
librest: rename from gnome3.rest 2018-12-25 17:47:52 +01:00
Jan Tojnar 3ca8d0f814
libgweather: rename from gnome3.libgweather 2018-12-25 17:33:21 +01:00
Jan Tojnar 93a6f4414c
geocode-glib: rename from gnome3.geocode-glib 2018-12-25 17:28:34 +01:00
Jan Tojnar 7ca5ec11b0
libgee: rename from gnome3.libgee 2018-12-25 17:21:09 +01:00
Jan Tojnar df89d4ce41
libpeas: rename from gnome3.libpeas 2018-12-25 17:21:08 +01:00
Jan Tojnar 1ba8575f9a
libcroco: rename from gnome3.libcroco 2018-12-25 17:21:08 +01:00
Jan Tojnar 878d289c6f
libgepub: rename from gnome3.libgepub 2018-12-25 17:21:08 +01:00
Jan Tojnar d6ab3a534f
libgdata: rename from gnome3.libgdata 2018-12-25 17:21:08 +01:00
Jan Tojnar 5f77bef30b
libgxps: rename from gnome3.libgxps 2018-12-25 17:21:08 +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 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
Jan Tojnar ed14b1e688
gnome3.nautilus: 3.30.4 → 3.30.5 2018-12-12 20:01:00 +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
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
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 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 7f0bfab373
gnome3.grilo: 0.3.6 → 0.3.7 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 b1f55d27bc
gnome3.zenity: 3.28.1 -> 3.30.0 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 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
worldofpeace 153f3f867b
gnome3.mutter328: init 2018-11-30 21:35:15 +01:00
Jan Tojnar e22da7680e
empathy: fix build 2018-11-30 21:35:14 +01:00
Jan Tojnar e2fb5c302b
gnome3.folks: fix build 2018-11-30 21:34:49 +01:00
Tor Hedin Brønner 2c8565a3ce
nixos/gdm: use XDG_DATA_DIRS to find sessions
Gdm now searches for session files in XDG_DATA_DIRS so we no longer need the
sessions_dir.patch.
2018-11-30 21:34:47 +01:00
Tor Hedin Brønner e09e735a09
spidermonkey_60: init at 60.3.0
A new test checks and fails if we're building in js/src, so we create a build
dir like Arch does.
2018-11-30 21:34:46 +01:00
Jan Tojnar bd2c80a42e
gnome3.gnome-user-docs: 3.28.2 → 3.30.2 2018-11-30 21:34:46 +01:00
Jan Tojnar 9dc7dee1b3
gnome3.yelp-xsl: 3.28.0 → 3.30.1 2018-11-30 21:34:42 +01:00
Jan Tojnar 0cdc4ab476
yelp: 3.28.1 → 3.30.0 2018-11-30 21:34:41 +01:00
Jan Tojnar a27dd0aa88
gnome3.vte: 0.52.2 → 0.54.2 2018-11-30 21:34:41 +01:00
Jan Tojnar 18d6f1f3fd
gnome3.tracker-miners: 2.1.3 → 2.1.5 2018-11-30 21:34:41 +01:00
Jan Tojnar ade896e8a9
gnome3.sushi: 3.28.3 → 3.30.0 2018-11-30 21:34:40 +01:00
Jan Tojnar bcc8e6d2a9
simple-scan: 3.28.1 → 3.30.2 2018-11-30 21:34:40 +01:00
Jan Tojnar bb0b136e26
gnome3.nautilus: 3.28.1 → 3.30.4 2018-11-30 21:34:31 +01:00
Jan Tojnar beb6779900
gnome3.mutter: 3.28.3 → 3.30.2 2018-11-30 21:34:29 +01:00
Jan Tojnar cb45ce9017
gucharmap: 11.0.1 → 11.0.3 2018-11-30 21:34:26 +01:00
Jan Tojnar 726af32d52
gsettings-desktop-schemas: 3.28.0 → 3.28.1 2018-11-30 21:34:26 +01:00
Jan Tojnar a1ed87daa1
gnome3.gnome-terminal: 3.28.2 → 3.30.2 2018-11-30 21:34:25 +01:00
Jan Tojnar 3c0b77b957
gnome3.gnome-system-monitor: 3.28.2 → 3.30.0 2018-11-30 21:34:24 +01:00
Jan Tojnar 2dd1afd37e
gnome3.gnome-software: 3.28.2 → 3.30.5 2018-11-30 21:34:23 +01:00
Jan Tojnar e5c40b8b61
gnome3.gnome-shell-extensions: 3.28.1 → 3.30.1 2018-11-30 21:34:23 +01:00
Jan Tojnar 66c36aea1b
gnome3.gnome-shell: 3.28.3 → 3.30.2 2018-11-30 21:34:23 +01:00
Jan Tojnar cf4a89ec36
gnome3.gnome-settings-daemon: 3.28.1 → 3.30.1.2 2018-11-30 21:34:22 +01:00
Jan Tojnar fd24e60d86
gnome3.gnome-session: 3.28.1 → 3.30.1 2018-11-30 21:34:22 +01:00
Jan Tojnar dbddbb2635
gnome3.gnome-screenshot: 3.26.0 → 3.30.0 2018-11-30 21:34:22 +01:00
Jan Tojnar 4e4202acdb
gnome3.gnome-online-miners: 3.26.0 → 3.30.0 2018-11-30 21:34:20 +01:00
Jan Tojnar 1544e140d6
gnome3.gnome-online-accounts: 3.28.0 → 3.30.0 2018-11-30 21:34:20 +01:00
Jan Tojnar 17d52ba84e
gnome3.gnome-disk-utility: 3.28.3 → 3.30.2 2018-11-30 21:34:18 +01:00
Jan Tojnar a5920916e1
gnome3.gnome-desktop: 3.28.2 → 3.30.2 2018-11-30 21:34:18 +01:00
Jan Tojnar f5342946c3
gnome3.gnome-control-center: 3.28.2 → 3.30.2 2018-11-30 21:34:17 +01:00
Jan Tojnar 21f0b27e4f
gnome3.gnome-contacts: 3.28.2 → 3.30.1 2018-11-30 21:34:17 +01:00
Jan Tojnar d15332a392
gnome3.gnome-color-manager: 3.28.0 → 3.30.0 2018-11-30 21:34:17 +01:00
Jan Tojnar 3493889bbb
gnome3.gnome-calculator: 3.28.2 → 3.30.1 2018-11-30 21:34:15 +01:00
Jan Tojnar 4dda564576
gnome3.gnome-backgrounds: 3.28.0 → 3.30.0 2018-11-30 21:33:59 +01:00
Jan Tojnar 3a154cbbc3
gnome3.gjs: 1.52.3 → 1.54.3 2018-11-30 21:33:58 +01:00
Jan Tojnar 5d6e2395ca
gnome3.gdm: 3.28.3 → 3.30.2 2018-11-30 21:33:57 +01:00
Jan Tojnar 36f9685aee
evolution-data-server: 3.28.5 → 3.30.2 2018-11-30 21:33:56 +01:00
Jan Tojnar 45f7595575
evince: 3.28.2 → 3.30.2 2018-11-30 21:33:55 +01:00
Jan Tojnar 013df809d5
epiphany: 3.28.3.1 → 3.30.2 2018-11-30 21:33:55 +01:00
Jan Tojnar d6bb24df9f
gnome3.dconf-editor: 3.28.0 → 3.30.2 2018-11-30 21:33:54 +01:00
Jan Tojnar 54c3d87de1
gnome3.dconf: 0.28.0 → 0.30.1 2018-11-30 21:33:54 +01:00
Jan Tojnar e29980b372
baobab: 3.28.0 → 3.30.0 2018-11-30 21:33:53 +01:00
Jan Tojnar 7ba6b65c43
gnome3.adwaita-icon-theme: 3.28.0 → 3.30.1 2018-11-30 21:33:52 +01:00
Frederik Rietdijk 9db2421d1f Merge master into staging-next 2018-11-29 08:12:56 +01:00
Peter Simons 00a8fdac61 gnome3.gnome-keyring: disable test suite on i686 to fix the build
https://github.com/NixOS/nixpkgs/issues/51121
(cherry picked from commit 86d1ba34b4249d4403cedef8a2ee66b1409f6f01)
2018-11-27 17:43:45 +01:00
Jan Tojnar 85bd2a7acb
Merge pull request #46020 from jtojnar/meson-0.47
meson: 0.46.1 → 0.48.2
2018-11-18 22:17:49 +01:00
Jan Tojnar 63ab92cff8
gnome3.gnome-session: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-11-13 14:39:43 +01:00
Jan Tojnar 5c5736e6e2
gnome3.gnome-bluetooth: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-11-13 14:39:42 +01:00
Jan Tojnar 08db7cf19b
gnome3.gnome-settings-daemon: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-11-13 14:39:42 +01:00
Matthew Bauer a83dc7e331
Merge pull request #47690 from romildo/fix.icon-cache
build GTK icon caches for some packages
2018-11-12 17:24:53 -06:00
José Romildo Malaquias 83efc39766 gnome-themes-extra: build GTK icon cache 2018-11-12 21:05:25 -02:00
Jan Tojnar 033dce35d8
Merge pull request #48047 from thefloweringash/fix-mutter-crash
gnome3.mutter: fix crash on startup with nvidia drivers
2018-11-04 13:47:16 +01:00
Tristan Helmich (omniIT) eaa4b7e0bd adwaita-icon-theme: 3.28.0 -> 3.30.0 2018-10-28 21:58:58 +01:00
Andreas Rammhold 6ad3088b12 libgxps: fix CVE-2018-10733 2018-10-26 12:17:58 +02:00
Jan Tojnar 6b8657e159 gnome3.dconf-editor: clean up 2018-10-21 21:46:14 +02:00
Jan Tojnar 467c459b9e gnome3.nautilus: add glib-networking
Necessary for WebDAV over TLS, etc.
2018-10-21 20:55:33 +02:00
Tor Hedin Brønner f908bf2730 gnome3.gdm: Always reset the environment for new sessions
When GDM launches a new session it will inherit the user's systemd
environment (but only unset variables). If `__NIXOS_SET_ENVIRONMENT_DONE` is set
in the user's systemd environment it will prevent the environment to be set
properly or updated (eg. after having done a system rebuild).

Gnome sessions exports their environment to systemd at startup. If something
is keeping the user's systemd process alive (eg. ssh) launching a new gnome
session after logging out will result in a broken PATH. Specifically the PATH
will be inherited from GDM and never reset.

We patch GDM to never inherit `__NIXOS_SET_ENVIRONMENT_DONE` so new sessions
will always reset their base environment.

fixes https://github.com/NixOS/nixpkgs/issues/48255

For more info about the environment setup:
https://github.com/NixOS/nixpkgs/pull/45784
2018-10-16 07:09:46 +02:00
Andrew Childs 6a5a5b9fa0 gnome3.gnome-contacts: fix compile failure due to clutter-gtk change (#48135) 2018-10-10 22:46:29 +02:00
Andrew Childs e2e23ddd89 gnome3.mutter: fix crash on startup with nvidia drivers 2018-10-08 22:23:42 +09:00
Jan Tojnar 5cc18c4781
gnome3: remove versionBranch attribute
Standard library now contains stdenv.lib.versions.majorMinor,
which does the same.
2018-10-05 02:17:19 +02:00
Jan Tojnar 9db0207496
gnome3: remove version attribute
It was used by some themes in the past, but it broke them whenever GNOME
was updated, so it should not be used anymore.
2018-10-05 02:07:09 +02:00
Matthew Bauer 1ffe83caa7
Merge pull request #42846 from ambrop72/optimus-prime-config-master
nixos/xserver: Implement configuration of NVIDIA Optimus via PRIME
2018-10-03 22:56:53 -05:00
Tor Hedin Brønner 1d6639c575 gnome3.gnome-session: update glib reference
gsettings now reside in glib's `bin` output.
2018-10-03 21:19:08 +02:00
Frederik Rietdijk de419917a3 Merge master into staging-next 2018-09-18 18:44:48 +02:00
Tor Hedin Brønner c32b0409a9
pipewire: 0.1.9 -> 0.2.3
I also removed pipewire from mutter temporarily, since it is not compatible.
2018-09-14 05:09:00 +02:00
Uli Baum 1df2560dde Merge branch 'master' into staging-next 2018-09-13 10:08:53 +02:00
Jan Tojnar feb18af060
gnome3.rygel: init at 0.36.2 2018-09-08 06:57:14 +02:00
Tor Hedin Brønner cf0342a261 gnome3.tracker: 2.1.3 -> 2.1.4 (#46086)
Fix build with format-security flag
2018-09-05 10:42:48 +02:00
Vladimír Čunát 1428d00aa4
Merge branch 'master' into staging-next
Hydra: ?compare=1477053
2018-09-04 13:06:45 +02:00
Jan Tojnar 4b50a184f3
gnome3.simple-scan: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:43 +02:00
Jan Tojnar 1d1af9cc4d
gnome3.nautilus: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:43 +02:00
Jan Tojnar cc4c51df93
gnome3.epiphany: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:43 +02:00
Jan Tojnar b39e9834cb
gnome3.gnome-screenshot: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:42 +02:00
Jan Tojnar b8a7e2a116
gnome3.gnome-control-center: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:37 +02:00
Jan Tojnar 1914e51249
gnome3.gnome-contacts: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:36 +02:00
Jan Tojnar 3d899d0ddd
gnome3.gnome-disk-utility: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:36 +02:00
Jan Tojnar 091ed8f2f8
gnome3.eog: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:35 +02:00
Jan Tojnar bf38aea59b
gnome3.gnome-calculator: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:33 +02:00
Jan Tojnar 804a26e6b7
gnome3.dconf-editor: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:32 +02:00
Jan Tojnar a502b155f0
gnome3.libgweather: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:31 +02:00
Jan Tojnar 767803b3d2
gnome3.tracker: 2.1.2 → 2.1.3 2018-09-04 03:23:31 +02:00
Frederik Rietdijk b910b697f6 Merge master into staging 2018-09-02 12:10:33 +02:00
Jan Tojnar 92a5bb680c
gnome3.tracker-miners: 2.1.1 → 2.1.3 2018-09-01 23:03:03 +02:00
Jan Tojnar 39db436709
gnome3.gnome-font-viewer: 3.28.0 → 3.30.0 2018-09-01 22:41:50 +02:00
Vladimír Čunát 2d6179d1e8
Merge branch 'master' into staging
A few trivial conflicts due to *Platforms mass replace.
2018-09-01 17:38:18 +02:00
Robert Schütz a9780a095b Merge branch 'master' into staging-next 2018-08-30 21:56:13 +02:00
Vladimír Čunát 80b25db15c
treewide: use glib tools from build-time $PATH
Using explicit output feels more flaky in case we e.g. move the binary.
(No strong opinion on my side, feel free to revert if you think so.)
2018-08-30 19:47:41 +02:00
Jan Tojnar 6cefc9c1b0
Revert "treewide: remove placeholder usage"
This reverts commit 025881c236.
2018-08-30 18:18:30 +02:00
Jan Tojnar 69a17c7a19
Revert "treewide: remove placeholder usage"
This reverts commit 82f6267023.
2018-08-30 18:18:29 +02:00
Vladimír Čunát 91b01208a0
gnome3.gnome-shell: fix build (missing xsltproc) 2018-08-30 09:56:16 +02:00
Frederik Rietdijk b61b993b75 Merge master into staging 2018-08-26 12:10:05 +02:00
Jan Tojnar 6e2c115235
gnome3.gnome-desktop: use substituteAll for patch 2018-08-25 21:41:14 +02:00
Jan Tojnar 1bd430e3d4
gnome3.gnome-keyring: clean up 2018-08-25 21:41:13 +02:00
Jan Tojnar d6a6f9eb95
gnome3.caribou: fix on GNOME Flashback 2018-08-25 15:57:24 +02:00
Jan Tojnar 21e9b85928
gnome3.tracker-miners: 2.0.5 → 2.1.1 2018-08-25 15:57:23 +02:00
Jan Tojnar c219d313dd
gnome3.tracker: 2.0.4 → 2.1.2 2018-08-25 15:57:23 +02:00
Jan Tojnar 9c066735d5
gnome3.gnome-bluetooth: 3.28.1 → 3.28.2 2018-08-25 15:57:22 +02:00
Vladimír Čunát 153a19df05
Merge branch 'master' into staging-next
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
Vladimír Čunát 209730208a
Merge branch 'staging-next' 2018-08-17 20:51:31 +02:00
Andreas Rammhold a4ded94f95
gnome3.gdm: 2.28.2 -> 2.28.3
Changes:
  - CVE-2018-14424 - double free fix
  - lifecycle fixes to libgdm/GdmClient
  - follow up fixes dealing with login screen reaping form last release
  - allow pam modules to use SIGUSR1
  - set PWD for user session
  - tell cirrus not to use wayland
  - Translation updates
2018-08-17 09:22:27 +02:00
Vladimír Čunát ded9a4b1aa
Merge branch 'staging-next' into staging
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Vladimír Čunát 00df25ee57
Merge branch 'master' into staging-next
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Jan Malakhovski 99974ea930 gnome3.gcr: make tests run, but disable 2018-08-11 09:35:34 +00:00
Jan Malakhovski 411ef0e0f9 gnome3.gnome-keyring: use checkInputs 2018-08-11 09:35:23 +00:00
Jan Tojnar 59186af889
Merge pull request #44803 from cdepillabout/add-correct-propagatedbuildinput-to-vte
add gtk3 as propagatedBuildInput to vte
2018-08-09 18:56:33 +02:00
Frederik Rietdijk d9fa74ba78 Merge master into staging 2018-08-09 18:28:15 +02:00
Jan Tojnar aab242e1c5
gnome3.gucharmap: clean up
Clean up package, split into multiple outputs, enable devdoc.
2018-08-09 17:36:46 +02:00
Jan Tojnar f48108e52a
gnome3.gnome-desktop: clean up 2018-08-09 17:36:43 +02:00
Jan Tojnar 0c9273509a
gnome3.gnome-terminal: clean up 2018-08-09 17:36:43 +02:00
(cdep)illabout 05c0c3f05c
vte: Change comment to talk about vte-2.91.pc file instead of .gir file. 2018-08-09 23:21:50 +09:00
(cdep)illabout 8edc67c468
vte: Add gtk3 as propagatedBuildInput
The `Vte.2.91.gir` imports `Gtk.3.0.gir`.  So in order to use
`Vte.2.91.gir`, you must also have `Gtk.3.0.gir` on the GI_TYPELIB_PATH.
Adding gtk3 to the `propagatedBuildInputs` of vte accomplishes this.
2018-08-09 11:58:17 +09:00
Jan Tojnar 83a18e14d9
Merge pull request #39792 from Moredread/fwupd
WIP fwupd: 1.0.5 -> 1.1.0
2018-08-08 11:57:39 +02:00
Jan Tojnar 82bf0a2cd2
gnome3.gnome-software: enable fwupd 2018-08-07 23:25:22 +02:00
Tuomas Tynkkynen 008fd5fcf5 Merge remote-tracking branch 'upstream/master' into staging 2018-08-04 15:17:42 +03:00
John Ericson db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
Jan Tojnar f735d6a38d
Merge pull request #43992 from jtojnar/upstream-sessions
Upstream sessions
2018-08-03 14:23:17 +02:00
Jan Tojnar adbe4e1c68
gnome3.gnome-session: use absolute paths
TryExec needs absolute path too, otherwise the desktop file will be ignored
unless gnome-session is in PATH, in which case, we would not need to patch
Exec.
2018-08-01 19:14:31 +02:00
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