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