Re: [PATCH] gnu: awesome: Update to 3.5.9.

2016-09-02 Thread gno
On 9/2/2016 2:53 PM, ng0 wrote: For some reason xrandr started to kill awesome (X11) session when I apply my layout now. I checked with arandr and also with --dryrun if my layout is the problem, but there's nothing faulty. Maybe there are changes which can't just be installed in my user profile

Re: [PATCH] gnu: awesome: Add awesome-3.5

2016-08-30 Thread gno
On 8/30/2016 8:56 AM, Leo Famulari wrote: On Thu, Aug 25, 2016 at 03:09:33AM +0200, gno wrote: Sure hope I'm doing this right as I'm new to this. These patches add Awesome 3.5.9 to the repository. I decided against updating since it may break peoples configurations. Awesome had API changes

Re: [PATCH 1/7] gnu: lua: Build with support for dynamic libraries.

2016-08-30 Thread gno
On 8/30/2016 8:37 AM, Leo Famulari wrote: On Tue, Aug 23, 2016 at 02:02:40AM +0200, gno wrote: On Mon, 22 Aug 2016 21:39:12 +0200 Ricardo Wurmus <rek...@elephly.net> wrote: + #:make-flags + '("CFLAGS=-fPIC -DLUA_DL_DLOPEN -DLUA_USE_POSIX" + "linux

[PATCH] gnu: awesome: Add awesome-3.5

2016-08-24 Thread gno
Mon Sep 17 00:00:00 2001 From: doncatnip <gno...@gmail.com> Date: Thu, 25 Aug 2016 01:43:53 +0200 Subject: [PATCH 1/3] gnu: lua: Enable dynamic library support. * gnu/packages/lua.scm: (lua)[arguments]: Add make flags. --- gnu/packages/lua.scm | 6 +- 1 file changed, 5 insertions(+), 1 de

Re: [PATCH 1/7] gnu: lua: Build with support for dynamic libraries.

2016-08-22 Thread gno
On Mon, 22 Aug 2016 21:39:12 +0200 Ricardo Wurmus wrote: > * gnu/packages/lua.scm (lua)[arguments]: Use regular build phase and > add make-flags. > --- > gnu/packages/lua.scm | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git