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

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 wrote: + #:make-flags + '("CFLAGS=-fPIC -DLUA_DL_DLOPEN -DLUA_USE_POSIX" + "linux") This doesn'

[PATCH] gnu: awesome: Add awesome-3.5

2016-08-24 Thread gno
Hi guix ! 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 in between 3.4 and 3.5. Please have a look.From cd3175f242450169b269ead777be6c7835476fba Mo

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 a/gnu/packages/lua.scm b/gnu/packages/