update to 25.0.93 and enable webkit support
This commit is contained in:
parent
373defb75c
commit
27d3963a4b
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/emacs-24.4.tar.xz
|
/emacs-24.4.tar.xz
|
||||||
/emacs-24.5.tar.xz
|
/emacs-24.5.tar.xz
|
||||||
/emacs-25.0.92.tar.xz
|
/emacs-25.0.92.tar.xz
|
||||||
|
/emacs-25.0.93.tar.xz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Summary: GNU Emacs text editor
|
Summary: GNU Emacs text editor
|
||||||
Name: emacs
|
Name: emacs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 25.0.92
|
Version: 25.0.93
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+ and CC0-1.0
|
License: GPLv3+ and CC0-1.0
|
||||||
URL: http://www.gnu.org/software/emacs/
|
URL: http://www.gnu.org/software/emacs/
|
||||||
@ -65,6 +65,7 @@ BuildRequires: desktop-file-utils
|
|||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
|
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
|
BuildRequires: webkitgtk3-devel
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
@ -200,7 +201,8 @@ ln -s ../configure .
|
|||||||
LDFLAGS=-Wl,-z,relro; export LDFLAGS;
|
LDFLAGS=-Wl,-z,relro; export LDFLAGS;
|
||||||
|
|
||||||
%configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \
|
%configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \
|
||||||
--with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=no
|
--with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=no \
|
||||||
|
--with-xwidgets
|
||||||
make bootstrap
|
make bootstrap
|
||||||
%{setarch} make %{?_smp_mflags}
|
%{setarch} make %{?_smp_mflags}
|
||||||
cd ..
|
cd ..
|
||||||
@ -427,6 +429,9 @@ update-desktop-database &> /dev/null || :
|
|||||||
%dir %{_datadir}/emacs/site-lisp/site-start.d
|
%dir %{_datadir}/emacs/site-lisp/site-start.d
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 25 2016 Jan Synáček <jsynacek@redhat.com> - 1:25.0.93
|
||||||
|
- update to 25.0.93 and enable webkit support
|
||||||
|
|
||||||
* Fri Mar 4 2016 Jan Synáček <jsynacek@redhat.com> - 1:25.0.92
|
* Fri Mar 4 2016 Jan Synáček <jsynacek@redhat.com> - 1:25.0.92
|
||||||
- update to 25.0.92
|
- update to 25.0.92
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user