forked from pool/emacs
Better support of at-spi bus
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=367
This commit is contained in:
parent
1ff10a9b30
commit
d80c357207
@ -544,12 +544,5 @@
|
||||
;;(setq epa-pinentry-mode 'loopback)
|
||||
;;(pinentry-start)
|
||||
;;
|
||||
;; New native compilation support
|
||||
;; avoid useless warning, clear old eln files
|
||||
(if (featurep 'native-compile)
|
||||
(progn
|
||||
(require 'comp)
|
||||
(setq native-comp-async-report-warnings-errors 'silent)
|
||||
(native-compile-prune-cache)))
|
||||
;;;;;;;;;;
|
||||
;; the end
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 11:36:25 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- For the at-spi bus the package at-spi2-core is required
|
||||
- Move eln prune code from ~/.gnu-emacs to site-start
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 08:41:27 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -127,6 +127,7 @@ BuildRequires: libacl-devel
|
||||
%if %{with nativecomp}
|
||||
BuildRequires: libgccjit-devel
|
||||
%endif
|
||||
BuildRequires: pkgconfig(atspi-2)
|
||||
BuildRequires: pkgconfig(jansson)
|
||||
BuildRequires: pkgconfig(json)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
@ -255,6 +256,7 @@ Requires: emacs = %{version}-%{release}
|
||||
Requires: emacs-eln = %{version}
|
||||
%endif
|
||||
Provides: emacs_program = %{version}-%{release}
|
||||
Requires: at-spi2-core
|
||||
Requires: gnu-unifont-bitmap-fonts
|
||||
Requires: ifnteuro
|
||||
Requires: xorg-x11-fonts
|
||||
|
BIN
site-lisp.tar.bz2
(Stored with Git LFS)
BIN
site-lisp.tar.bz2
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user