From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Zancanaro Subject: Re: [PATCH] gnu: Add awesome. Date: Mon, 13 Jun 2016 10:28:41 +1000 Message-ID: References: <1465776755-16444-1-git-send-email-carlo@zancanaro.id.au> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c1550c8cb72105351df93e Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCFkW-0000fF-5N for guix-devel@gnu.org; Sun, 12 Jun 2016 20:29:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCFkT-0000sI-92 for guix-devel@gnu.org; Sun, 12 Jun 2016 20:29:03 -0400 Received: from mail-qg0-x243.google.com ([2607:f8b0:400d:c04::243]:34969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCFkT-0000sE-2K for guix-devel@gnu.org; Sun, 12 Jun 2016 20:29:01 -0400 Received: by mail-qg0-x243.google.com with SMTP id t106so9069023qgt.2 for ; Sun, 12 Jun 2016 17:29:00 -0700 (PDT) In-Reply-To: <1465776755-16444-1-git-send-email-carlo@zancanaro.id.au> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --001a11c1550c8cb72105351df93e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable After looking a bit more at patches where new files are added, I now realise this is incomplete. I'll send through a new patch in a few minutes. On 13 June 2016 at 10:12, Carlo Zancanaro wrote: > * gnu/packages/awesome.scm (awesome): New variable. > --- > gnu/packages/awesome.scm | 93 > ++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 93 insertions(+) > create mode 100644 gnu/packages/awesome.scm > > diff --git a/gnu/packages/awesome.scm b/gnu/packages/awesome.scm > new file mode 100644 > index 0000000..6aa1f93 > --- /dev/null > +++ b/gnu/packages/awesome.scm > @@ -0,0 +1,93 @@ > +;;; GNU Guix --- Functional package management for GNU > +;;; Copyright =C2=A9 2016 Carlo Zancanaro > +;;; > +;;; This file is part of GNU Guix. > +;;; > +;;; GNU Guix is free software; you can redistribute it and/or modify it > +;;; under the terms of the GNU General Public License as published by > +;;; the Free Software Foundation; either version 3 of the License, or (a= t > +;;; your option) any later version. > +;;; > +;;; GNU Guix is distributed in the hope that it will be useful, but > +;;; WITHOUT ANY WARRANTY; without even the implied warranty of > +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > +;;; GNU General Public License for more details. > +;;; > +;;; You should have received a copy of the GNU General Public License > +;;; along with GNU Guix. If not, see . > + > +(define-module (gnu packages awesome) > + #:use-module ((guix licenses) #:prefix license:) > + #:use-module (guix packages) > + #:use-module (guix download) > + #:use-module (guix build-system cmake) > + #:use-module (guix build-system glib-or-gtk) > + #:use-module (gnu packages freedesktop) > + #:use-module (gnu packages glib) > + #:use-module (gnu packages gperf) > + #:use-module (gnu packages gtk) > + #:use-module (gnu packages image) > + #:use-module (gnu packages imagemagick) > + #:use-module (gnu packages libevent) > + #:use-module (gnu packages lua) > + #:use-module (gnu packages pkg-config) > + #:use-module (gnu packages xdisorg) > + #:use-module (gnu packages xorg)) > + > +(define-public awesome > + (package > + (name "awesome") > + (version "3.4.15") > + (source > + (origin (method url-fetch) > + (uri (string-append " > https://awesome.naquadah.org/download/awesome-" > + version ".tar.xz")) > + (sha256 > + (base32 > + "1m910lr7wkw2dgzmirfvz7dasfswhhccdf65l21iiciv24c3w1bb")))= ) > + (build-system cmake-build-system) > + (native-inputs `(("pkg-config" ,pkg-config))) > + (inputs `(("cairo" ,cairo) > + ("dbus" ,dbus) > + ("gdk-pixbuf" ,gdk-pixbuf) > + ("glib" ,glib) > + ("gperf" ,gperf) > + ("imlib2" ,imlib2) > + ("libev" ,libev) > + ("libxcb" ,libxcb) > + ("libxcursor" ,libxcursor) > + ("libxdg-basedir" ,libxdg-basedir) > + ("lua" ,lua-5.1) > + ("pango" ,pango) > + ("startup-notification" ,startup-notification) > + ("xcb-util" ,xcb-util) > + ("xcb-util-cursor" ,xcb-util-cursor) > + ("xcb-util-image" ,xcb-util-image) > + ("xcb-util-keysyms" ,xcb-util-keysyms) > + ("xcb-util-renderutil" ,xcb-util-renderutil) > + ("xcb-util-wm" ,xcb-util-wm) > + ("imagemagick" ,imagemagick))) > + (arguments `(#:phases (modify-phases %standard-phases > + (replace 'check > + (lambda* _ > + (zero? (system* "../build/awesome" > "-v"))))))) > + (synopsis "Highly configurable, next generation framework window > manager > +for X") > + (description > + "awesome is a window manager for X. It manages windows in differen= t > +layouts, like floating or tiled. Any layout can be applied dynamically, > +optimizing the environment for the application in use and the task > currently > +being performed. > + > +In a tiled layout, windows are managed in a master and stacking area. T= he > +master area contains the windows which currently need the most attention= , > +whereas the stacking area contains all other windows. In a floating > layout > +windows can be resized and moved freely. Dialog windows are always > managed as > +floating, regardless of the layout currently applied. The spiral and > dwindle > +layouts are special cases of the tiled layout where the stacking area is > +arranged in a spiral for the former or as a rectangular fractal for the > later. > + > +Windows are grouped by tags in awesome. Each window can be tagged with > one or > +more tags. Selecting certain tags displays all windows with these tags.= ") > + (license license:gpl2) > + (home-page "https://awesome.naquadah.org/"))) > -- > 2.7.3 > > --001a11c1550c8cb72105351df93e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
After looking a bit more at patches where new files are ad= ded, I now realise this is incomplete. I'll send through a new patch in= a few minutes.

On 13 June 2016 at 10:12, Carlo Zancanaro <carlo@zancanaro.id.= au> wrote:
* gnu/packages/a= wesome.scm (awesome): New variable.
---
=C2=A0gnu/packages/awesome.scm | 93 +++++++++++++++++++++++++++++++++++++++= +++++++++
=C2=A01 file changed, 93 insertions(+)
=C2=A0create mode 100644 gnu/packages/awesome.scm

diff --git a/gnu/packages/awesome.scm b/gnu/packages/awesome.scm
new file mode 100644
index 0000000..6aa1f93
--- /dev/null
+++ b/gnu/packages/awesome.scm
@@ -0,0 +1,93 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright =C2=A9 2016 Carlo Zancanaro <carlo@zancanaro.id.au>
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by
+;;; the Free Software Foundation; either version 3 of the License, or (at<= br> +;;; your option) any later version.
+;;;
+;;; GNU Guix is distributed in the hope that it will be useful, but
+;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.=C2=A0 See the
+;;; GNU General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with GNU Guix.=C2=A0 If not, see <http://www.gnu.org/licen= ses/>.
+
+(define-module (gnu packages awesome)
+=C2=A0 #:use-module ((guix licenses) #:prefix license:)
+=C2=A0 #:use-module (guix packages)
+=C2=A0 #:use-module (guix download)
+=C2=A0 #:use-module (guix build-system cmake)
+=C2=A0 #:use-module (guix build-system glib-or-gtk)
+=C2=A0 #:use-module (gnu packages freedesktop)
+=C2=A0 #:use-module (gnu packages glib)
+=C2=A0 #:use-module (gnu packages gperf)
+=C2=A0 #:use-module (gnu packages gtk)
+=C2=A0 #:use-module (gnu packages image)
+=C2=A0 #:use-module (gnu packages imagemagick)
+=C2=A0 #:use-module (gnu packages libevent)
+=C2=A0 #:use-module (gnu packages lua)
+=C2=A0 #:use-module (gnu packages pkg-config)
+=C2=A0 #:use-module (gnu packages xdisorg)
+=C2=A0 #:use-module (gnu packages xorg))
+
+(define-public awesome
+=C2=A0 (package
+=C2=A0 =C2=A0 (name "awesome")
+=C2=A0 =C2=A0 (version "3.4.15")
+=C2=A0 =C2=A0 (source
+=C2=A0 =C2=A0 =C2=A0(origin (method url-fetch)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(uri (string-append "= https://awesome.naquadah.org/download/awesome-&quo= t;
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0version ".tar.xz"))<= br> +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(sha256
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (base32
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"1m910lr7wkw2d= gzmirfvz7dasfswhhccdf65l21iiciv24c3w1bb"))))
+=C2=A0 =C2=A0 (build-system cmake-build-system)
+=C2=A0 =C2=A0 (native-inputs `(("pkg-config" ,pkg-config)))
+=C2=A0 =C2=A0 (inputs `(("cairo" ,cairo)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("dbus" ,dbus)<= br> +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("gdk-pixbuf" ,= gdk-pixbuf)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("glib" ,glib)<= br> +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("gperf" ,gperf= )
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("imlib2" ,imli= b2)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("libev" ,libev= )
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("libxcb" ,libx= cb)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("libxcursor" ,= libxcursor)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("libxdg-basedir&quo= t; ,libxdg-basedir)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("lua" ,lua-5.1= )
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("pango" ,pango= )
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("startup-notificati= on" ,startup-notification)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("xcb-util" ,xc= b-util)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("xcb-util-cursor&qu= ot; ,xcb-util-cursor)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("xcb-util-image&quo= t; ,xcb-util-image)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("xcb-util-keysyms&q= uot; ,xcb-util-keysyms)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("xcb-util-renderuti= l" ,xcb-util-renderutil)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("xcb-util-wm" = ,xcb-util-wm)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("imagemagick" = ,imagemagick)))
+=C2=A0 =C2=A0 (arguments `(#:phases (modify-phases %standard-phases
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 (replace 'check
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (lambda* _
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (zero? (system* "../build/aweso= me" "-v")))))))
+=C2=A0 =C2=A0 (synopsis "Highly configurable, next generation framewo= rk window manager
+for X")
+=C2=A0 =C2=A0 (description
+=C2=A0 =C2=A0 =C2=A0"awesome is a window manager for X.=C2=A0 It mana= ges windows in different
+layouts, like floating or tiled.=C2=A0 Any layout can be applied dynamical= ly,
+optimizing the environment for the application in use and the task current= ly
+being performed.
+
+In a tiled layout, windows are managed in a master and stacking area.=C2= =A0 The
+master area contains the windows which currently need the most attention,<= br> +whereas the stacking area contains all other windows.=C2=A0 In a floating = layout
+windows can be resized and moved freely.=C2=A0 Dialog windows are always m= anaged as
+floating, regardless of the layout currently applied.=C2=A0 The spiral and= dwindle
+layouts are special cases of the tiled layout where the stacking area is +arranged in a spiral for the former or as a rectangular fractal for the la= ter.
+
+Windows are grouped by tags in awesome.=C2=A0 Each window can be tagged wi= th one or
+more tags.=C2=A0 Selecting certain tags displays all windows with these ta= gs.")
+=C2=A0 =C2=A0 (license license:gpl2)
+=C2=A0 =C2=A0 (home-page "https://awesome.naquadah.org/"= )))
--
2.7.3


--001a11c1550c8cb72105351df93e--