FS#59887 - [emacs] Remove deprecated gconf dependency
Attached to Project:
Arch Linux
Opened by fogbugz (fogbugz) - Thursday, 30 August 2018, 22:49 GMT
Last edited by Jürgen Hötzel (juergen) - Sunday, 17 March 2019, 13:17 GMT
Opened by fogbugz (fogbugz) - Thursday, 30 August 2018, 22:49 GMT
Last edited by Jürgen Hötzel (juergen) - Sunday, 17 March 2019, 13:17 GMT
|
Details
Description:
Gconf is deprecated in favour of GSettings [1]. It is advisable to remove gconf from emacs list of dependencies. This doesn't require altering any other part of the pkgbuild. With gconf as mandatory dependency of emacs, a gconfd daemon is instantiated whenever emacs or any other gconf-aware application (like firefox) is started. [1] https://wiki.gnome.org/Initiatives/GnomeGoals/GSettingsMigration |
This task depends upon
Closed by Jürgen Hötzel (juergen)
Sunday, 17 March 2019, 13:17 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in svn trunk. Preparing new release.
Thank you very much for your research.
Sunday, 17 March 2019, 13:17 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in svn trunk. Preparing new release.
Thank you very much for your research.
Comment by Alex (kilobot) - Friday,
26 October 2018, 18:51 GMT
Also, since the pkgbuild does not pass in `--with-gconf', the
resulting Emacs is not actually built with gconf support
(GSettings is detected and used instead), so this should be an
easy removal.