From 5d4b5782f03734e12c907cbc7e4b8c35926e9554 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 12 Mar 2014 03:40:54 +0000 Subject: Wed Mar 12 03:36:36 UTC 2014 --- community/awesome/PKGBUILD | 2 +- .../awesome/awesome-3.5.2-naughty-fix-ldoc.patch | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 community/awesome/awesome-3.5.2-naughty-fix-ldoc.patch (limited to 'community/awesome') diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD index e7fca4c90..0f7907838 100644 --- a/community/awesome/PKGBUILD +++ b/community/awesome/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 106931 2014-03-10 17:47:47Z bpiotrowski $ +# $Id: PKGBUILD 106980 2014-03-11 09:59:18Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Sébastien Luttringer # Contributor: xduugu diff --git a/community/awesome/awesome-3.5.2-naughty-fix-ldoc.patch b/community/awesome/awesome-3.5.2-naughty-fix-ldoc.patch new file mode 100644 index 000000000..ba9a2e7d3 --- /dev/null +++ b/community/awesome/awesome-3.5.2-naughty-fix-ldoc.patch @@ -0,0 +1,27 @@ +From 019f55a1daabb4b15632f3b49aceaa03a2b93c89 Mon Sep 17 00:00:00 2001 +From: Uli Schlachter +Date: Sat, 22 Feb 2014 16:35:17 +0100 +Subject: [PATCH] naughty: fix ldoc + +lib/naughty.lua:65: ?: 'class' cannot have multiple values; {table,table} + +Signed-off-by: Uli Schlachter +--- + lib/naughty.lua.in | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in +index 6e77b5f..16dc384 100644 +--- a/lib/naughty.lua.in ++++ b/lib/naughty.lua.in +@@ -61,7 +61,6 @@ naughty.config.notify_callback = nil + -- @field low The preset for notifications with low urgency level + -- @field normal The default preset for every notification without a preset that will also be used for normal urgency level + -- @field critical The preset for notifications with a critical urgency level +--- @class table + naughty.config.presets = { + normal = {}, + low = { +-- +1.9.0 + -- cgit v1.2.3-54-g00ecf