R. RyanTM
|
5bf055f568
|
gnome3.gnome-nibbles: 3.31.3 -> 3.32.0
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-nibbles/versions
|
2019-08-19 03:22:42 -07: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 |
|
worldofpeace
|
5ee8efb7c5
|
gnome3.gnome-software: disable fwupd aarch64
Needed temporarily because of #66277.
|
2019-08-07 15:52:36 -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 |
|
Frederik Rietdijk
|
6f723b9bad
|
Merge master into staging-next
|
2019-08-02 09:18:37 +02:00 |
|
Jan Tojnar
|
82061dedaa
|
gnomeExtensions.pidgin-im-integration: 1.0.1 -> 32
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pidgin-im-gnome-shell-extension/versions
|
2019-08-01 13:20:18 +02:00 |
|
Jan Tojnar
|
9d8984e5c9
|
gnomeExtensions.pidgin-im-integration: move from gnome3.pidgin-im-gnome-shell-extension
|
2019-08-01 13:20:18 +02: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
|
ad79946f89
|
gnome3.gnome-notes: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-notes/blob/BIJIBEN_3_32_2/NEWS
|
2019-07-22 13:36:14 -04:00 |
|
worldofpeace
|
42deadd6f4
|
gnome3.evolution: 3.32.3 -> 3.32.4
https://gitlab.gnome.org/GNOME/evolution/blob/3.32.4/NEWS
|
2019-07-22 13:36:14 -04:00 |
|
worldofpeace
|
67fbebd8c6
|
gnome3.ghex: 3.18.3 -> 3.18.4
* Meson!
* enable extra validation during build
* multiout
* add license
* enable darwin support
https://gitlab.gnome.org/GNOME/ghex/blob/master/NEWS
|
2019-07-22 13:36:14 -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
|
663542ad04
|
gnome3.gnome-getting-started-docs: 3.32.1 -> 3.32.2 (#65073)
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-getting-started-docs/versions
|
2019-07-19 14:45:17 +02:00 |
|
worldofpeace
|
66caaf0635
|
gnome3.nautilus-python: 1.2.2 -> 1.2.3
https://gitlab.gnome.org/GNOME/nautilus-python/blob/NAUTILUS_PYTHON_1_2_3/NEWS
|
2019-07-18 22:49:07 -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
|
120337053f
|
gnome3.gnome-boxes: fix hardcoded emulator path
To avoid this you must install the qemu binaries globally in some
manner.
Fixes #57931
|
2019-07-14 08:32:02 -04: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
|
c609fa53ea
|
Merge pull request #63974 from worldofpeace/gnome3-updates
GNOME3 updates
|
2019-07-04 05:45:04 -04:00 |
|
Frederik Rietdijk
|
25a77b7210
|
Merge staging-next into staging
|
2019-07-03 08:59:42 +02:00 |
|
R. RyanTM
|
f3ad4381ba
|
gnomeExtensions.appindicator: 28 -> 29
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-shell-extension-appindicator/versions
|
2019-07-01 09:01:51 -07: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 |
|
worldofpeace
|
f8d96a53c4
|
gnome3.gnome-sound-recorder: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/gnome-sound-recorder/blob/3.32.1/NEWS
|
2019-06-30 23:54:54 -04:00 |
|
worldofpeace
|
07b0f00911
|
gnome3.evolution: cleanup
|
2019-06-30 23:54:54 -04:00 |
|
worldofpeace
|
ce0ad1f73d
|
gnome3.evolution: 3.32.2 -> 3.32.3
https://gitlab.gnome.org/GNOME/evolution/blob/3.32.3/NEWS
|
2019-06-30 23:54:54 -04:00 |
|
worldofpeace
|
19c1169882
|
gnome3.accerciser: 3.32.2 -> 3.32.3
https://gitlab.gnome.org/GNOME/accerciser/blob/3.32.3/NEWS
|
2019-06-30 23:54:54 -04:00 |
|
worldofpeace
|
5c3d3429f4
|
gnome3.gnome-documents: don't set buildtype
Plain is now default.
|
2019-06-27 16:35:44 -04:00 |
|
worldofpeace
|
16bade005d
|
gnome3.gnome-books: don't set buildtype
Plain is now default.
|
2019-06-27 16:35:32 -04:00 |
|
worldofpeace
|
f2125d701b
|
gnome3.gedit: don't set buildtype
Plain is now default.
|
2019-06-27 16:35:20 -04:00 |
|
worldofpeace
|
67bca98ff7
|
gnome3.gnome-photos: don't set buildtype
Plain is now default.
|
2019-06-27 16:35:05 -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 |
|