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

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat Oct 12 23:38:37 UTC 2013


    Date: Sunday, October 13, 2013 @ 01:38:37
  Author: seblu
Revision: 98533

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

Added:
  awesome/repos/community-testing-i686/
  awesome/repos/community-testing-i686/PKGBUILD
    (from rev 98532, awesome/trunk/PKGBUILD)
  awesome/repos/community-testing-x86_64/
  awesome/repos/community-testing-x86_64/PKGBUILD
    (from rev 98532, awesome/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   65 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   65 ++++++++++++++++++++++++++++++++++++
 2 files changed, 130 insertions(+)

Copied: awesome/repos/community-testing-i686/PKGBUILD (from rev 98532, awesome/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-10-12 23:38:37 UTC (rev 98533)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: 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")
+md5sums=('c16eaaaddf6f56b4e041007952e2a4fe')
+
+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 desktop file so you can start awesome from your login manager
+  install -Dm644 awesome.desktop "$pkgdir/usr/share/xsessions/awesome.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: awesome/repos/community-testing-x86_64/PKGBUILD (from rev 98532, awesome/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-10-12 23:38:37 UTC (rev 98533)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: 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")
+md5sums=('c16eaaaddf6f56b4e041007952e2a4fe')
+
+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 desktop file so you can start awesome from your login manager
+  install -Dm644 awesome.desktop "$pkgdir/usr/share/xsessions/awesome.desktop"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list