[arch-commits] Commit in awesome/repos (6 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Mar 11 09:58:29 UTC 2014


    Date: Tuesday, March 11, 2014 @ 10:58:29
  Author: bpiotrowski
Revision: 106978

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  awesome/repos/testing-i686/
  awesome/repos/testing-i686/PKGBUILD
    (from rev 106977, awesome/trunk/PKGBUILD)
  awesome/repos/testing-i686/awesome-3.5.2-naughty-fix-ldoc.patch
    (from rev 106977, awesome/trunk/awesome-3.5.2-naughty-fix-ldoc.patch)
  awesome/repos/testing-x86_64/
  awesome/repos/testing-x86_64/PKGBUILD
    (from rev 106977, awesome/trunk/PKGBUILD)
  awesome/repos/testing-x86_64/awesome-3.5.2-naughty-fix-ldoc.patch
    (from rev 106977, awesome/trunk/awesome-3.5.2-naughty-fix-ldoc.patch)

-----------------------------------------------------+
 testing-i686/PKGBUILD                               |   48 ++++++++++++++++++
 testing-i686/awesome-3.5.2-naughty-fix-ldoc.patch   |   27 ++++++++++
 testing-x86_64/PKGBUILD                             |   48 ++++++++++++++++++
 testing-x86_64/awesome-3.5.2-naughty-fix-ldoc.patch |   27 ++++++++++
 4 files changed, 150 insertions(+)

Copied: awesome/repos/testing-i686/PKGBUILD (from rev 106977, awesome/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-03-11 09:58:29 UTC (rev 106978)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Vesa Kaihlavirta
+
+pkgname=awesome
+pkgver=3.5.2
+pkgrel=1
+pkgdesc='Highly configurable framework window manager'
+arch=('i686' 'x86_64')
+url='http://awesome.naquadah.org/'
+license=('GPL2')
+depends=('cairo' 'dbus' 'gdk-pixbuf2' 'imlib2' 'libxdg-basedir' 'lua' 'lua-lgi'
+         'pango' 'startup-notification' 'xcb-util-cursor' 'xcb-util-keysyms'
+         'xcb-util-wm' 'xorg-xmessage')
+makedepends=('asciidoc' 'cmake' 'docbook-xsl' 'doxygen' 'imagemagick' 'ldoc' 'xmlto')
+optdepends=('rlwrap: readline support for awesome-client'
+            'dex: autostart your desktop files'
+            'vicious: widgets for the Awesome window manager')
+provides=('notification-daemon')
+backup=('etc/xdg/awesome/rc.lua')
+source=($url/download/$pkgname-$pkgver.tar.xz
+        awesome-3.5.2-naughty-fix-ldoc.patch)
+md5sums=('c16eaaaddf6f56b4e041007952e2a4fe'
+         'f4ed09b1e75e191e503f482575bf640e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../awesome-3.5.2-naughty-fix-ldoc.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake \
+    -DCMAKE_BUILD_TYPE=RELEASE \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSYSCONFDIR=/etc \
+    -DLUA_LIBRARY=/usr/lib/liblua.so.5.2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 awesome.desktop "$pkgdir/usr/share/xsessions/awesome.desktop"
+}

Copied: awesome/repos/testing-i686/awesome-3.5.2-naughty-fix-ldoc.patch (from rev 106977, awesome/trunk/awesome-3.5.2-naughty-fix-ldoc.patch)
===================================================================
--- testing-i686/awesome-3.5.2-naughty-fix-ldoc.patch	                        (rev 0)
+++ testing-i686/awesome-3.5.2-naughty-fix-ldoc.patch	2014-03-11 09:58:29 UTC (rev 106978)
@@ -0,0 +1,27 @@
+From 019f55a1daabb4b15632f3b49aceaa03a2b93c89 Mon Sep 17 00:00:00 2001
+From: Uli Schlachter <psychon at 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 at 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
+

Copied: awesome/repos/testing-x86_64/PKGBUILD (from rev 106977, awesome/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-03-11 09:58:29 UTC (rev 106978)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Vesa Kaihlavirta
+
+pkgname=awesome
+pkgver=3.5.2
+pkgrel=1
+pkgdesc='Highly configurable framework window manager'
+arch=('i686' 'x86_64')
+url='http://awesome.naquadah.org/'
+license=('GPL2')
+depends=('cairo' 'dbus' 'gdk-pixbuf2' 'imlib2' 'libxdg-basedir' 'lua' 'lua-lgi'
+         'pango' 'startup-notification' 'xcb-util-cursor' 'xcb-util-keysyms'
+         'xcb-util-wm' 'xorg-xmessage')
+makedepends=('asciidoc' 'cmake' 'docbook-xsl' 'doxygen' 'imagemagick' 'ldoc' 'xmlto')
+optdepends=('rlwrap: readline support for awesome-client'
+            'dex: autostart your desktop files'
+            'vicious: widgets for the Awesome window manager')
+provides=('notification-daemon')
+backup=('etc/xdg/awesome/rc.lua')
+source=($url/download/$pkgname-$pkgver.tar.xz
+        awesome-3.5.2-naughty-fix-ldoc.patch)
+md5sums=('c16eaaaddf6f56b4e041007952e2a4fe'
+         'f4ed09b1e75e191e503f482575bf640e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../awesome-3.5.2-naughty-fix-ldoc.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake \
+    -DCMAKE_BUILD_TYPE=RELEASE \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSYSCONFDIR=/etc \
+    -DLUA_LIBRARY=/usr/lib/liblua.so.5.2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 awesome.desktop "$pkgdir/usr/share/xsessions/awesome.desktop"
+}

Copied: awesome/repos/testing-x86_64/awesome-3.5.2-naughty-fix-ldoc.patch (from rev 106977, awesome/trunk/awesome-3.5.2-naughty-fix-ldoc.patch)
===================================================================
--- testing-x86_64/awesome-3.5.2-naughty-fix-ldoc.patch	                        (rev 0)
+++ testing-x86_64/awesome-3.5.2-naughty-fix-ldoc.patch	2014-03-11 09:58:29 UTC (rev 106978)
@@ -0,0 +1,27 @@
+From 019f55a1daabb4b15632f3b49aceaa03a2b93c89 Mon Sep 17 00:00:00 2001
+From: Uli Schlachter <psychon at 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 at 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
+




More information about the arch-commits mailing list