summaryrefslogtreecommitdiff
path: root/community/awesome
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-12 03:40:54 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-12 03:40:54 +0000
commit5d4b5782f03734e12c907cbc7e4b8c35926e9554 (patch)
treed6b52861ee269d63f88807a3e6cefc926a173247 /community/awesome
parent345769552026b46d72b7318f1efa6d615ce03ee3 (diff)
Wed Mar 12 03:36:36 UTC 2014
Diffstat (limited to 'community/awesome')
-rw-r--r--community/awesome/PKGBUILD2
-rw-r--r--community/awesome/awesome-3.5.2-naughty-fix-ldoc.patch27
2 files changed, 28 insertions, 1 deletions
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 <bpiotrowski@archlinux.org>
# 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 <psychon@znc.in>
+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 <psychon@znc.in>
+---
+ 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
+