From baa20fef85bc58be17d76d8d34503276c1fad157093f4b08c997d2c4785a3b59 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 28 Jul 2015 14:37:01 +0000 Subject: [PATCH 1/2] Accepting request 308473 from home:Sodel_the_V:branches:editors This branch enables Xft when building emacs-x11. Without Xft, emacs-x11 is addled with graphical glitches and artefacts, making it unusable on my system. I don't think disabling Xft particularly benefits anyone else, either. OBS-URL: https://build.opensuse.org/request/show/308473 OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=178 --- emacs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.spec b/emacs.spec index 4241b14..3e1529d 100644 --- a/emacs.spec +++ b/emacs.spec @@ -360,7 +360,7 @@ DESKTOP="--with-x \ --with-x-toolkit=lucid \ --x-includes=%{_x11inc} \ --x-libraries=%{_x11lib}:%{_x11data} \ - --without-xft \ + --with-xft \ --without-libotf \ --without-m17n-flt \ " From 22112b170589eada22e4f8c1d5392d722e149a727ff303b38be36a8f624df282 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 28 Jul 2015 14:51:05 +0000 Subject: [PATCH 2/2] . OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=179 --- emacs.changes | 5 +++++ emacs.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/emacs.changes b/emacs.changes index a58c235..c57f2c6 100644 --- a/emacs.changes +++ b/emacs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 28 14:50:45 UTC 2015 - werner@suse.de + +- Give XFt a try for emacs-x11 + ------------------------------------------------------------------- Thu Apr 30 13:08:13 UTC 2015 - werner@suse.de diff --git a/emacs.spec b/emacs.spec index 3e1529d..9702d4d 100644 --- a/emacs.spec +++ b/emacs.spec @@ -1,7 +1,7 @@ # # spec file for package emacs # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed