From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddI8V-0006Kx-Ll for guix-patches@gnu.org; Thu, 03 Aug 2017 11:34:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddI8Q-0002xh-Gq for guix-patches@gnu.org; Thu, 03 Aug 2017 11:34:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37491) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ddI8Q-0002xa-EH for guix-patches@gnu.org; Thu, 03 Aug 2017 11:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ddI8Q-00025C-73 for guix-patches@gnu.org; Thu, 03 Aug 2017 11:34:02 -0400 Subject: [bug#27934] [PATCH] gnu: emacs-exwm: Update to 0.15. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddI7E-0005LA-DB for guix-patches@gnu.org; Thu, 03 Aug 2017 11:32:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddI79-0001mW-Gn for guix-patches@gnu.org; Thu, 03 Aug 2017 11:32:48 -0400 Received: from m12-14.163.com ([220.181.12.14]:49485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddI78-0001ht-9t for guix-patches@gnu.org; Thu, 03 Aug 2017 11:32:43 -0400 From: "Feng Shu" Date: Thu, 03 Aug 2017 23:32:35 +0800 Message-ID: <87ini4fyzw.fsf@163.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27934@debbugs.gnu.org --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-emacs-exwm-Update-to-0.15.patch Content-Description: [PATCH] gnu: emacs-exwm: Update to 0.15. >From ecc261c3c89bbdad2766c077edfa579a1f0dbe12 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Thu, 3 Aug 2017 21:03:41 +0800 Subject: [PATCH] gnu: emacs-exwm: Update to 0.15. * gnu/packages/emacs.scm (emacs-exwm): Update to 0.15. --- gnu/packages/emacs.scm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 917c511f3..9beb7ae62 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4631,7 +4631,7 @@ It should enable you to implement low-level X11 applications.") (define-public emacs-exwm (package (name "emacs-exwm") - (version "0.14") + (version "0.15") (synopsis "Emacs X window manager") (source (origin (method url-fetch) @@ -4639,7 +4639,7 @@ It should enable you to implement low-level X11 applications.") version ".tar")) (sha256 (base32 - "14hjjpbasm84p54fxy73fg7g1fdwqkvisdw8dwwgzkflmd647mkx")))) + "1y7nqry9y0a99bsdqkk9f554vczfw4sz6raadw3138835qy697jg")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-xelb" ,emacs-xelb))) @@ -4673,12 +4673,9 @@ It should enable you to implement low-level X11 applications.") TryExec=~@*~a~@ Type=Application~%" ,name ,synopsis exwm-executable))) ;; Add a shell wrapper to bin - ;; Set DISPLAY variable to work around - ;; https://github.com/ch11ng/exwm/issues/213 (with-output-to-file exwm-executable (lambda _ (format #t "#!~a ~@ - export DISPLAY=:0 ~@ ~a +SI:localuser:$USER ~@ exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%" (string-append (assoc-ref inputs "bash") "/bin/sh") -- 2.13.2 --=-=-= Content-Type: text/plain -- --=-=-=--