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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 29 18:25:09 UTC 2014


    Date: Saturday, March 29, 2014 @ 19:25:09
  Author: andrea
Revision: 108601

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

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

-------------------------------------------------------+
 /PKGBUILD                                             |   96 ++++++++++++++++
 community-i686/PKGBUILD                               |   48 --------
 community-i686/awesome-3.5.2-naughty-fix-ldoc.patch   |   27 ----
 community-x86_64/PKGBUILD                             |   48 --------
 community-x86_64/awesome-3.5.2-naughty-fix-ldoc.patch |   27 ----
 5 files changed, 96 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-29 18:24:52 UTC (rev 108600)
+++ community-i686/PKGBUILD	2014-03-29 18:25:09 UTC (rev 108601)
@@ -1,48 +0,0 @@
-# $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/community-i686/PKGBUILD (from rev 108600, awesome/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-29 18:25:09 UTC (rev 108601)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Vesa Kaihlavirta
+
+pkgname=awesome
+pkgver=3.5.3
+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")
+md5sums=('730a5852cc61f5561588a1b788ec861e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=RELEASE \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSYSCONFDIR=/etc \
+    -DLUA_LIBRARY=/usr/lib/liblua.so.5.2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/awesome.desktop \
+    "$pkgdir/usr/share/xsessions/awesome.desktop"
+}

Deleted: community-i686/awesome-3.5.2-naughty-fix-ldoc.patch
===================================================================
--- community-i686/awesome-3.5.2-naughty-fix-ldoc.patch	2014-03-29 18:24:52 UTC (rev 108600)
+++ community-i686/awesome-3.5.2-naughty-fix-ldoc.patch	2014-03-29 18:25:09 UTC (rev 108601)
@@ -1,27 +0,0 @@
-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
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-03-29 18:24:52 UTC (rev 108600)
+++ community-x86_64/PKGBUILD	2014-03-29 18:25:09 UTC (rev 108601)
@@ -1,48 +0,0 @@
-# $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/community-x86_64/PKGBUILD (from rev 108600, awesome/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-29 18:25:09 UTC (rev 108601)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Vesa Kaihlavirta
+
+pkgname=awesome
+pkgver=3.5.3
+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")
+md5sums=('730a5852cc61f5561588a1b788ec861e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=RELEASE \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSYSCONFDIR=/etc \
+    -DLUA_LIBRARY=/usr/lib/liblua.so.5.2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/awesome.desktop \
+    "$pkgdir/usr/share/xsessions/awesome.desktop"
+}

Deleted: community-x86_64/awesome-3.5.2-naughty-fix-ldoc.patch
===================================================================
--- community-x86_64/awesome-3.5.2-naughty-fix-ldoc.patch	2014-03-29 18:24:52 UTC (rev 108600)
+++ community-x86_64/awesome-3.5.2-naughty-fix-ldoc.patch	2014-03-29 18:25:09 UTC (rev 108601)
@@ -1,27 +0,0 @@
-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