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
Jon Banafato
4916f338b5
gnomeExtensions.icon-hider: 21 -> 23
...
Upgrade to the latest version, now with GNOME 3.32 support. Mark as not
broken. Full changelog available at
https://github.com/ikalnytskyi/gnome-shell-extension-icon-hider/compare/v21...v23
2019-04-21 20:39:34 -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
Tor Hedin Brønner
eb725c364f
gnome3.polari: 3.32.0 -> 3.32.1
...
https://gitlab.gnome.org/GNOME/polari/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
worldofpeace
eb095fa677
Merge pull request #59298 from worldofpeace/gnome-pomodoro
...
gnome3.pomodoro: 0.13.4 -> 0.15.1
2019-04-17 20:17:42 -04: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
9d32a1c9d2
gnomeExtensions.window-corner-preview: unstable-2019-02-27 → unstable-2019-04-03
2019-04-17 21:10:32 +02:00
Jan Tojnar
58b1c03ce0
gnomeExtensions.sound-output-device-chooser: unstable-2019-03-10 → unstable-2019-04-01
2019-04-17 21:10:32 +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
74a0516aa7
gnome3.atomix: 3.32.0 -> 3.32.1
...
https://download.gnome.org/sources/atomix/3.32/atomix-3.32.1.news
2019-04-14 19:30:41 +02:00
Tor Hedin Brønner
49eca27a45
gnome3.gnome-devel-docs: 3.32.0 -> 3.32.1
...
https://download.gnome.org/sources/gnome-devel-docs/3.32/gnome-devel-docs-3.32.1.news
2019-04-14 19:26:18 +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
worldofpeace
4a3debad14
gnome3.pomodoro: 0.13.4 -> 0.15.1
2019-04-14 09:29:48 -04: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
Tor Hedin Brønner
bd78de2a5b
gnome3.gnome-weather: 3.32.0 -> 3.32.1
...
https://download.gnome.org/sources/gnome-weather/3.32/gnome-weather-3.32.1.news
2019-04-13 14:48:06 +02:00
Tor Hedin Brønner
a332b5aedd
gnome3.gnome-notes: 3.32.0 -> 3.32.1
...
https://gitlab.gnome.org/GNOME/gnome-notes/blob/BIJIBEN_3_32_1/NEWS
2019-04-13 14:46:23 +02:00
Tor Hedin Brønner
c6a4de2e86
gnome3.gnome-music: 3.32.0 -> 3.32.1
...
https://download.gnome.org/sources/gnome-music/3.32/gnome-music-3.32.1.news
2019-04-13 14:45:29 +02:00
Tor Hedin Brønner
49af4af1fe
gnome3.gnome-logs: 3.32.0 -> 3.32.1
...
https://download.gnome.org/sources/gnome-logs/3.32/gnome-logs-3.32.1.news
2019-04-13 14:44:32 +02:00
Tor Hedin Brønner
621fd9ff14
gnome3.gnome-getting-started-docs: 3.32.0 -> 3.32.1
...
https://download.gnome.org/sources/gnome-getting-started-docs/3.32/gnome-getting-started-docs-3.32.1.news
2019-04-13 14:43:26 +02:00
Tor Hedin Brønner
0603965f1a
gnome3.cheese: 3.32.0 -> 3.32.1
...
https://download.gnome.org/sources/cheese/3.32/cheese-3.32.1.news
2019-04-13 14:37:56 +02:00
Tor Hedin Brønner
1f81576bc8
gnome3.gnome-characters: 3.32.0 -> 3.32.1
...
https://download.gnome.org/sources/gnome-characters/3.32/gnome-characters-3.32.1.news
2019-04-13 14:35:27 +02:00
Tor Hedin Brønner
9974ad5b89
gnome3.file-roller: 3.32.0 -> 3.32.1
...
https://gitlab.gnome.org/GNOME/file-roller/blob/master/NEWS
2019-04-13 14:33:54 +02:00
Tor Hedin Brønner
2be3524156
gnome3.evolution: 3.32.0 -> 3.32.1
...
https://gitlab.gnome.org/GNOME/evolution/blob/3.32.1/NEWS
2019-04-13 14:32:50 +02:00
Tor Hedin Brønner
f8fcd73d4a
gnome3.accerciser: 3.32.0 -> 3.32.1
...
https://gitlab.gnome.org/GNOME/accerciser/blob/3.32.1/NEWS
2019-04-13 14:29:15 +02:00
Jon Banafato
9ddf85d1d2
gnomeExtensions.appindicator: 23.1 -> 28
...
Update the GNOME appindicator support extension to the latest version.
See the GitHub page for the full changelog:
https://github.com/ubuntu/gnome-shell-extension-appindicator/compare/v23...v28
2019-04-09 23:52:26 -04:00
Frederik Rietdijk
4a125f6b20
Merge master into staging-next
2019-04-07 08:33:41 +02:00
worldofpeace
6b60fe2831
Merge pull request #59087 from worldofpeace/vala-fixes
...
gnome3.gitg, vte-ng: fix build
2019-04-06 18:37:54 -04:00
worldofpeace
1fa452535e
gnome3.gitg: fix build using vala_0_42
...
This is fixed in master but it's too much to patch in.
2019-04-06 17:14:23 -04:00
worldofpeace
44a40a02cb
gnome3.gitg: cleanup
2019-04-06 17:09:43 -04:00
Benjamin Staffin
b391a1602d
tilingnome: init at 2019-01-18 ( #58980 )
2019-04-05 17:01:52 -04:00
Gabriel Ebner
e0a90a5fc1
evince: meson, enable DVI, XPS, and PDF multimedia support
2019-04-05 15:03:30 +02:00
worldofpeace
87d1ff41fd
gnomeExtensions.taskwhisperer: 11 -> 12
...
* has a proper Makefile
* resync patch
Changes: https://github.com/cinatic/taskwhisperer/compare/v11...v12
2019-04-05 12:14:14 +02:00
worldofpeace
46874a7c45
gnomeExtensions.system-monitor: mark as broken
...
* Not yet compatable with GNOME 3.32 [0] [1]
[0]: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/pull/510
[1]: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/issues/511
2019-04-05 12:14:13 +02:00
worldofpeace
294c1a65a7
gnomeExtensions.icon-hider: mark as broken
2019-04-05 12:14:13 +02:00
worldofpeace
76ccc74076
gnomeExtensions.timepp: 2019.03.17 -> 2019-03-30
...
* GNOME 3.32 support [0]
[0]: 28191b781b
2019-04-05 12:14:13 +02:00
worldofpeace
5d10529e53
gnomeExtensions.no-title-bar: mark as broken
...
See: https://github.com/franglais125/no-title-bar/issues/114
2019-04-05 12:14:12 +02:00
worldofpeace
98bf715f8a
gnomeExtensions.mediaplayer: 3.5 -> 2019-03-21
...
* GNOME 3.32 support [0]
Also note this extension is being retired [1]
[0]: c2483c18d8
[1]: https://github.com/JasonLG1979/gnome-shell-extensions-mediaplayer/issues/478
2019-04-05 12:14:12 +02:00
worldofpeace
974fefea4d
gnomeExtensions.caffeine: 2018-09-25 -> 2019-04-02
2019-04-05 12:14:11 +02:00
worldofpeace
8f2e57d918
gnomeExtensions.battery-status: mark as broken
2019-04-05 12:14:11 +02:00
Tor Hedin Brønner
916f0936d7
gitg: disable tests for now
2019-04-05 12:14:09 +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
3b3072e807
gnome3.gnome-packagekit: add hicolor-icon-theme for setup-hook
2019-04-05 12:14:03 +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
Jon Banafato
62d0308982
gnomeExtensions.nohotcorner: 18.0 -> 19.0
...
v19.0 declares support for gnome 3.32 and includes no other changes. The
full change set can be found at
https://github.com/HROMANO/nohotcorner/compare/v18.0...v19.0 .
2019-04-05 12:14:01 +02:00
Tor Hedin Brønner
02394286c2
gnomeExtensions.dash-to-dock: 65 -> 66
...
3.32 support
2019-04-05 12:14:00 +02:00
Jan Tojnar
cf14ffdb24
gnome3.gnome-todo: fix build
2019-04-05 12:13:54 +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
2273d2ba2c
gnome3.hitori: 3.22.4 → 3.31.92
...
https://gitlab.gnome.org/GNOME/hitori/blob/3.31.92/NEWS
2019-04-05 12:13:51 +02:00
Jan Tojnar
e18bb0ae2a
gnome3.gnome-nibbles: 3.24.1 → 3.31.3
...
https://gitlab.gnome.org/GNOME/gnome-nibbles/blob/3.31.3/NEWS
2019-04-05 12:13:51 +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
Jan Tojnar
523e00c610
gnome3.gnome-characters: 3.30.0 → 3.32.0
...
https://gitlab.gnome.org/GNOME/gnome-characters/blob/v3.32.0/NEWS
2019-04-05 12:13:49 +02:00
Will Dietz
71ae84bc0c
gnome3.geary: 0.13.2 -> 3.32.0
...
* make geary-attach executable
2019-04-05 12:13:49 +02:00
worldofpeace
cef4340283
gnome3.aisleriot: 3.22.7 -> 2.22.8
...
https://gitlab.gnome.org/GNOME/aisleriot/compare/3.22.7...3.22.8
2019-04-05 12:13:48 +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
e1094c3408
gnome3.gpaste: 3.30.2 -> 3.32.0
2019-04-05 12:13:47 +02:00
Tor Hedin Brønner
1a290ef8d5
gnome3.gnome-taquin: 3.30.0 -> 3.32.0
2019-04-05 12:13:46 +02:00
Tor Hedin Brønner
daf1d9c360
gnome3.gnome-devel-docs: 3.30.2 -> 3.32.0
2019-04-05 12:13:46 +02:00
Tor Hedin Brønner
bb3c07dab9
gnome3.swell-foop: 3.30.0 -> 3.32.0
2019-04-05 12:13:46 +02:00
Tor Hedin Brønner
0e67b392fd
gnome3.iagno: 3.30.0 -> 3.32.0
2019-04-05 12:13:45 +02:00
Tor Hedin Brønner
216ac5f958
gnome3.lightsoff: 3.30.0 -> 3.32.0
2019-04-05 12:13:45 +02:00
Tor Hedin Brønner
4ffd950f1d
gnome3.gnome-mines: 3.30.1.1 -> 3.32.0
2019-04-05 12:13:44 +02:00
Tor Hedin Brønner
61f3a2d5fc
gnome3.five-or-more: 3.30.0 -> 3.32.0
2019-04-05 12:13:44 +02:00
Tor Hedin Brønner
1981b731b5
gnome3.tali: 3.22.0 -> 3.32.0
2019-04-05 12:13:43 +02:00
Tor Hedin Brønner
8a4866a931
gnome3.quadrapassel: 3.22.0 -> 3.32.0
2019-04-05 12:13:43 +02:00
Tor Hedin Brønner
65fd3af43a
gnome3.gnome-tetravex: 3.22.0 -> 3.32.0
2019-04-05 12:13:42 +02:00
Tor Hedin Brønner
050110a7a3
gnome3.gnome-sudoku: 3.30.0 -> 3.32.0
2019-04-05 12:13:42 +02:00
Tor Hedin Brønner
7aefffff6b
gnome3.gnome-robots: 3.22.3 -> 3.32.0
2019-04-05 12:13:42 +02:00
Tor Hedin Brønner
01b40d98df
gnome3.gnome-mahjongg: 3.22.0 -> 3.32.0
2019-04-05 12:13:41 +02:00
Tor Hedin Brønner
d682cba1f6
gnome3.gnome-klotski: 3.22.3 -> 3.32.0
2019-04-05 12:13:41 +02:00
Tor Hedin Brønner
5e9c8960bf
gnome3.gnome-chess: 3.30.1 -> 3.32.0
2019-04-05 12:13:40 +02:00
Tor Hedin Brønner
d2c1227601
gnome3.four-in-a-row: 3.28.0 -> 3.32.0
2019-04-05 12:13:40 +02:00
Tor Hedin Brønner
8fc8706376
gnome3.atomix: 3.30.0.1 -> 3.32.0
2019-04-05 12:13:40 +02:00
Tor Hedin Brønner
837e601dc5
gnome3.gnome-clocks: 3.31.2 -> 3.32.0
2019-04-05 12:13:39 +02:00
Tor Hedin Brønner
32b565b609
gnome3.devhelp: 3.30.1 -> 3.32.0
2019-04-05 12:13:38 +02:00
Tor Hedin Brønner
63b04a8263
gnomeExtensions.sound-output-device-chooser: 2018-12-30 -> 2019-03-10
2019-04-05 12:13:38 +02:00
Tor Hedin Brønner
b6589686c4
gnomeExtensions.remove-dropdown-arrows: 9 -> 11
2019-04-05 12:13:38 +02:00
Tor Hedin Brønner
51e7d0bda8
gnomeExtensions.appindicator: 22 -> 23.1
2019-04-05 12:13:37 +02:00
Tor Hedin Brønner
789da0b05a
gnomeExtensions.dash-to-panel: 16 -> 19
2019-04-05 12:13:37 +02:00
Tor Hedin Brønner
a0b5ada01c
gnomeExtensions.gsconnect: 20 -> 21
2019-04-05 12:13:36 +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
66d5ead20a
gnome3.gnome-packagekit: 3.30.0 -> 3.32.0
2019-04-05 12:13:35 +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
a17abbe7f5
gnome3.gnome-power-manager: 3.30.0 -> 3.32.0
2019-04-05 12:13:34 +02:00
Tor Hedin Brønner
67b97b615c
chrome-gnome-shell: 10 -> 10.1
2019-04-05 12:13:32 +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
worldofpeace
25c99e15fb
gnome3.gnome-books: init at 3.32.0
2019-04-05 11:40:34 +02:00
Tor Hedin Brønner
f2bc6531ea
gnome3.gnome-documents: 3.30.0 -> 3.32.0
2019-04-05 11:40:33 +02:00
Tor Hedin Brønner
34d172ec1a
gnome3.gpaste: fix build for 3.32 mutter
2019-04-05 11:40:32 +02:00
Tor Hedin Brønner
144526f6fe
gnome3.gnome-tweaks: 3.30.2 -> 3.32.0
2019-04-05 11:40:32 +02:00
Tor Hedin Brønner
eaeb640cfa
gnome3.seahorse: 3.30.1.1 -> 3.32.0
...
Add new required dependency libpwquality
2019-04-05 11:40:31 +02:00
Tor Hedin Brønner
868bf99929
gnome3.polari: 3.30.2 -> 3.32.0
2019-04-05 11:40:30 +02:00
Tor Hedin Brønner
c53f331a78
gnome3.gnome-weather: 3.26.0 -> 3.32.0
...
- port to meson
- service files are now build correctly upstream
2019-04-05 11:40:30 +02:00
Tor Hedin Brønner
088c613c42
gnome3.gnome-sound-recorder: 3.28.2 -> 3.32.0
...
- port to meson
2019-04-05 11:40:29 +02:00
Tor Hedin Brønner
508d5cb998
gnome3.gnome-photos: 3.30.1 -> 3.32.0
...
Port to meson
2019-04-05 11:40:29 +02:00
Tor Hedin Brønner
e385cc7025
gnome3.gnome-notes: 3.30.3 -> 3.32.0
2019-04-05 11:40:28 +02:00
Tor Hedin Brønner
4819ceb5e5
gnome3.gnome-music: 3.30.2 -> 3.32.0
2019-04-05 11:40:28 +02:00
Tor Hedin Brønner
c8c3840fac
gnome3.gnome-maps: 3.30.3 -> 3.32.1
...
https://gitlab.gnome.org/GNOME/gnome-maps/blob/v3.32.1/NEWS
2019-04-05 11:40:27 +02:00
Tor Hedin Brønner
38e121cc97
gnome3.gnome-logs: 3.30.0 -> 3.32.0
2019-04-05 11:40:27 +02:00
Tor Hedin Brønner
8bdf2a2a87
gnome3.gnome-getting-started-docs: 3.30.0 -> 3.32.0
2019-04-05 11:40:26 +02:00
Tor Hedin Brønner
4351ff8ef1
gnome3.gnome-clocks: 3.30.1 -> 3.31.2
2019-04-05 11:40:26 +02:00
Tor Hedin Brønner
3af6c18f43
gnome3.gnome-calendar: 3.30.1 -> 3.32.0
2019-04-05 11:40:25 +02:00
Tor Hedin Brønner
69aa1b069f
gnome3.gnome-boxes: 3.30.3 -> 3.32.0.2
...
- add required vte dependency
- require new libosinfo et.al.
https://gitlab.gnome.org/GNOME/gnome-boxes/blob/v3.32.0.2/NEWS
2019-04-05 11:40:25 +02:00
Tor Hedin Brønner
96da79305e
gnome3.gedit: 3.30.2 -> 3.32.0
...
- port to meson
- now require perl at build time
- now require itstool
- parallal building fails
2019-04-05 11:40:24 +02:00
Tor Hedin Brønner
2cf79a4561
gnome3.file-roller: 3.30.1 -> 3.32.0
2019-04-05 11:40:24 +02:00
Tor Hedin Brønner
49fa47cba5
gnome3.cheese: 3.30.0 -> 3.32.0
2019-04-05 11:40:23 +02:00
Tor Hedin Brønner
2426447d3c
gnome3.accerciser: 3.22.0 -> 3.32.0
...
https://gitlab.gnome.org/GNOME/accerciser/blob/3.32.0/NEWS
2019-04-05 11:40:23 +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
037e1e8ea8
gnome3.evolution: 3.30.5 -> 3.32.0
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
Jan Tojnar
cb1a20499a
Merge branch 'master' into staging
2019-04-05 11:37:15 +02:00
worldofpeace
7fe664cab2
gnome3.mutter328: use wrapGAppsHook
2019-04-03 17:02:38 -04:00
John Ericson
4ccb74011f
Merge commit '18aa59b0f26fc707e7313f8467e67159e61600c2' from master into staging
...
There was one conflict in the NixOS manual; I checked that it still
built after resolving it.
2019-04-01 00:40:03 -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
Wael M. Nasreddine
5af0780492
Merge remote-tracking branch 'origin/master' into staging
...
* origin/master: (693 commits)
buildGoModule: use go_1_12 instead of go_1_11 (#58103 )
gitAndTools.lab: 0.15.2 -> 0.15.3 (#58091 )
signal-desktop: 1.22.0 -> 1.23.0
added missing semicolon to documentation
terminus_font_ttf: 4.46.0 -> 4.47.0
buildGoModule: remove SSL env vars in favor of cacert in buildInputs (#58071 )
dav1d: init at 0.2.1
dropbox-cli: 2018.11.28 -> 2019.02.14
atlassian-confluence: 6.14.1 -> 6.14.2
maintainers: update email for dywedir
python.pkgs.hglib: use patch to specify hg path (#57926 )
chkrootkit: 0.52 -> 0.53
radare2-cutter: 1.7.2 -> 1.8.0
autorandr: 1.7 -> 1.8
pythonPackages.pyhepmc: fix build
llvm-polly/clang-polly: use latest llvm
apulse: 0.1.11.1 -> 0.1.12, cleanup
factorio: experimental 0.17.14 → 0.17.16 (#58000 )
sequeler: 0.6.7 -> 0.6.8
nasc: 0.5.1 -> 0.5.2
...
2019-03-21 21:01:25 -07:00
worldofpeace
a6fb15c853
vala_0_44: init at 0.44.1
2019-03-18 01:32:39 -04:00
Jascha Geerds
ffedc3e4a9
misc: Remove myself from list of maintainers
...
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Will Dietz
deb8936aba
gnome3.geary: 0.13.1 -> 0.13.2
2019-03-07 16:43:05 -05: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
f43a553e1f
gnomeExtensions.sound-output-device-chooser: init at unstable-2018-12-30
2019-03-04 00:27:55 +01:00
Jan Tojnar
008a35cd4b
gnomeExtensions.window-corner-preview: init at unstable-2019-02-27
2019-03-04 00:21:53 +01:00
Jan Tojnar
2079e72f0e
gnomeExtensions.dash-to-dock: 64 → 65
...
https://micheleg.github.io/dash-to-dock/release/2019/02/12/new-release-v65.html
2019-03-03 23:38:14 +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
7ef9879769
Merge pull request #56165 from worldofpeace/bump-geary
...
gnome3.geary: 0.12.4 -> 0.13.1
2019-02-22 17:43:01 -05:00
worldofpeace
608b79e0f8
gnome3.geary: fix tests on aarch64
2019-02-22 14:24:14 -05:00
worldofpeace
7f2e092bd9
gnome3.geary: 0.12.4 -> 0.13.1
2019-02-22 14:05:14 -05: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
Frederik Rietdijk
5871da418f
Merge staging into python-unstable
2019-02-21 08:02:10 +01:00
Matthew Bauer
b1bbd94bb6
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-18 20:36:48 -05:00
Frederik Rietdijk
d2c3fd5af0
Python: fix outfall after setting strictDeps = true;
2019-02-17 14:40:54 +01: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
worldofpeace
3eec4b57c2
Merge pull request #55877 from dtzWill/fix/gnome-control-center-session-path-maybe
...
gnome-control-center: point to gnome-session's libexecdir properly
2019-02-17 03:49:10 +00:00
Will Dietz
22dac1e857
gnome-control-center: point to gnome-session's libexecdir properly
2019-02-16 22:37:47 -05:00
worldofpeace
e6b76ad3c7
Merge pull request #55608 from dtzWill/update/gnome-chess-3.30.1
...
gnome-chess: 3.30.0 -> 3.30.1
2019-02-17 03:35:10 +00: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
b7e78c283e
Merge pull request #55612 from dtzWill/update/evolution-3.30.5
...
evolution: 3.30.4 -> 3.30.5
2019-02-14 14:08:16 +01: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
60d96bcaf0
evolution: 3.30.4 -> 3.30.5
2019-02-11 18:03:45 -06: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
Will Dietz
11149891d4
gnome-chess: 3.30.0 -> 3.30.1
2019-02-11 18:00:15 -06:00
worldofpeace
7da8f4b392
gnome3: add @worldofpeace to maintainers
...
One of my primary roles I'd like to assume in nixpkgs.
2019-02-10 00:24:58 -05: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
bb1c1ee4f3
gnome3.evolution: 3.30.3 -> 3.30.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/evolution/versions
2019-01-28 19:28:26 +00: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
Jan Tojnar
437e478a50
gdl: rename from gnome3.gdl
2019-01-21 12:03:34 +01: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
5f50db875f
gnome3.gnome-documents: fix runtime
...
libgdprivate needs access to libgd in RPATH
https://gitlab.gnome.org/GNOME/gnome-documents/issues/5
2019-01-18 14:32:03 +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
Jan Tojnar
7cc983eade
Merge pull request #54206 from r-ryantm/auto-update/gnome-sound-recorder
...
gnome3.gnome-sound-recorder: 3.28.1 -> 3.28.2
2019-01-18 03:04:16 +01:00
Jan Tojnar
9c23304cd6
gnome3.gnome-sound-recorder: 3.28.1 -> 3.28.2
...
Also adding a patch that fixes crash when trying to play recordings.
2019-01-18 01:47:01 +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