3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

58 commits

Author SHA1 Message Date
Vladimír Čunát efe66e221f
evince: patch CVE-2017-1000083 + minor changes
This removes help for now but fixes #27388.
The minor update might be related to the patch so it's included.
2017-07-15 10:07:45 +02:00
Robin Gloster d518096abc
gnome3.gnome_control_center: remove unused variable
This broke the evaluation.
2017-07-13 15:50:48 +02:00
Stefan Lau 2b4bc03969 gnome-online-accounts: wrap with wrapGAppsHook 2017-07-13 15:05:07 +02:00
Stefan Lau 8ff35d6adf gnome-control-center: wrap with wrapGAppsHook 2017-07-13 15:05:07 +02:00
Aristid Breitkreuz fe2e3cea51 gnome-control-center: add missing dependency on cracklib 2017-06-28 21:43:15 +02:00
Franz Pletz 76de6e4f39
libcroco: 0.6.11 -> 0.6.12 2017-06-20 07:47:52 +02:00
Vincent Laporte e6b5a7e627 gnome-backgrounds: build on all unices 2017-06-05 05:46:44 +00:00
Bjørn Forsman 0eff1d9f2a vino: use wrapGAppsHook
Fixes this:

  .vino-server-wr[8931]: Using the 'memory' GSettings backend. \
  Your settings will not be saved or shared with other applications.

Still, the screen sharing settings under "gnome-control-center sharing"
does not seem to be persisted (except the enabling/disabling sharing
flag itself). Making changes and then re-opening gnome-control-center
shows the default screen sharing settings. Sigh.
2017-05-18 08:22:14 +02:00
Bjørn Forsman 94c47b0884 vino: add missing gsettings schema
Fixes this:

  $ ./result/libexec/vino-server
  ...
  (vino-server:13915): GLib-GIO-ERROR **: Settings schema 'org.gnome.Vino' is not installed
2017-05-17 15:23:11 +02:00
Daiderd Jordan 80828429d7 Merge pull request #25066 from matthewbauer/less-darwin-eval-errors
Add Darwin as platform to various "broken" packages that actually build
2017-04-24 08:14:21 +02:00
Matthew Bauer 6d9ca46317
vte: supports darwin 2017-04-23 18:08:20 -05:00
Matthew Bauer e75fde66e9
dconf: supports darwin 2017-04-23 18:08:19 -05:00
Hamish Mackenzie 89b89d1071 defaultIconTheme: Enable darwin support 2017-04-18 09:43:03 +12:00
Hamish Mackenzie 5dfe0f7ee6 gtksourceview: fix version 3 on macOS
Add darwin to the list of supported platforms for gtksourceview.
2017-04-10 23:17:16 -07:00
Gabriel Ebner 443dc395c5 gnome3.gnome_settings_daemon: use wrapGAppsHook
This fixes the "Using the 'memory' GSettings backend." error if
gnome-settings-daemon is used separately from gnome.
2017-04-09 10:00:12 +02:00
Jörg Thalheim 9fc14f23b8
gnome-keyring: use wrapGAppsHook 2017-04-04 16:53:53 +02:00
Jörg Thalheim fccce068c3
baobab: remove superflous gsettings_desktop_schemas 2017-04-04 16:13:05 +02:00
Nikolay Amiantov a381ee89cd zenity: fix for non-GNOME 3 2017-03-25 14:40:17 +03:00
Robin Gloster bb5d0f3ded
gdm: the patch is still necessary 2017-03-25 12:13:45 +01:00
Nikolay Amiantov f13517433d dconf: split outputs 2017-03-22 20:14:49 +03:00
Robin Gloster 242031a34e
mutter: fix on i686-linux 2017-03-21 23:50:27 +01:00
Eelco Dolstra 3ab897c6cf
gconf: Use a dev output
This reduces the closure size of gconf from 225 to 63 MiB.
2017-03-20 17:30:59 +01:00
Jake Waksbaum e022cc6541
gnome3.libgee: Add for Darwin 2017-03-16 18:13:42 -04:00
Jascha Geerds fb13588a8e gnome3.gnome_shell: Don't propagate python dependency (#21851) 2017-02-18 12:23:00 +01:00
Alexander Ried be1c04e225 Revert "gnome-session: enable debug"
Enough debugging.

This reverts commit 8ec776eb73.
2017-02-15 17:45:00 +01:00
Franz Pletz bfee52a967
epiphany: 3.22.5 -> 3.22.6 for security issue
From https://bugzilla.gnome.org/show_bug.cgi?id=752738:

  The page http://whatever.com has access to saved passwords of
  https://whatever.com. This was a very bad idea: it makes it easy to
  intercept passwords stored on secure websites, especially since we
  don't require any user interaction to fill in the password.

No CVE has been assigned as of now.

cc #22549
2017-02-09 12:18:04 +01:00
Vladimír Čunát 2cbf509f6b gnome3.vte-ng: nitpick: gperf is a native input 2017-01-28 08:55:57 +01:00
Marius Bergmann 1d6c853860 termite: unbreak by packaging vte-ng
termite broke when upgrading Gnome, as this removed a dependency from
the tree. I packaged this dependency (vte-ng) based upon the work of
@globin in https://github.com/NixOS/nixpkgs/issues/22026.
2017-01-28 01:06:24 +01:00
Robin Gloster 8769ddc823
apacheHttpd_2_2: remove 2017-01-27 15:33:54 +01:00
Bjørn Forsman 6db593164a epiphany: 3.22.4 -> 3.22.5 (fixes source hash)
I don't know what happened in 754a9cf698
("gnome3.20: remove"), but that hash doesn't work. (Did gnome update
tarball in place?)

I ran "./maintainers/scripts/gnome.sh update epiphany" and selected the
current major.minor version. Now the hash is working.
2017-01-22 11:50:30 +01:00
Robin Gloster 754a9cf698
gnome3.20: remove
closes #19745
2017-01-21 17:26:42 +01:00
Vladimír Čunát e54650e92a
gnome-control-center: port the parent commit to 3.22
... and fixup duplicate grilo build input.
2016-12-09 19:15:41 +01:00
montag451 c04f113960 epiphany: enable the playing of HTML5 videos 2016-11-26 12:50:15 +01:00
Robert Roth 845f7daa68 gnome-calculator: update license to gpl3 2016-11-24 10:02:37 +02:00
Luca Bruno 062416d4c1 Merge pull request #19744 from groxxda/gnome-fwdport
gnome3.22: forward port intermediate changes to 3.20
2016-10-23 14:11:41 +01:00
Alexander Ried 459da7b86e gnome3: default to 3.22 (#19743)
* gnome3: default to 3.22

* zuki-themes: add src for gnome 3.22, remove 3.18

* gnome3_22.vte_290: copy from gnome3.20

* termite: use vte-select-text from gnome3_20
2016-10-22 19:54:20 +02:00
sternenseemann 7902a5de59 epiphany: fix tls support
without gnome3.glib_networking, epiphany does not support TLS or SSL

Signed-off-by: Alexander Ried <ried@mytum.de>
2016-10-21 06:06:10 +02:00
Alexander Ried a40f20f8d4 libgdata: 0.17.4 -> 0.17.6 2016-10-15 20:32:16 +02:00
Alexander Ried 11c259bf94 folks: -> 0.11.3 2016-10-15 20:32:16 +02:00
Alexander Ried bccc55c612 nspr fix 2016-10-15 20:32:15 +02:00
Alexander Ried e667a3ab74 evolutiondataserver parallel building 2016-10-15 20:32:15 +02:00
Alexander Ried 95fb189748 gdm: remove broken postinstall 2016-10-15 20:32:15 +02:00
Alexander Ried 878d5ea152 gdm: does not understand with-systemd 2016-10-15 20:32:15 +02:00
Alexander Ried 47f597b9b0 gnome-themes-standard: -> 3.22.1 2016-10-15 20:32:15 +02:00
Alexander Ried 8ec776eb73 gnome-session: enable debug 2016-10-15 20:32:14 +02:00
Alexander Ried a1a364102a patch gnome-session path in desktop file 2016-10-15 20:32:14 +02:00
Alexander Ried 5125161a77 gnome3_22.gnome-session: lookup of gnome-settings-daemon.desktop 2016-10-15 20:32:14 +02:00
Alexander Ried 3acee13364 gnome3_22.gnome-session: add path to org.gnome.Shell.desktop 2016-10-15 20:32:13 +02:00
Alexander Ried ab7b779cc2 gnome3_22.gdm: enable parallel build 2016-10-15 20:32:13 +02:00
Alexander Ried 7ad7efb7ee gnome3_22.gnome-terminal: enable parallel build 2016-10-15 20:32:13 +02:00