summaryrefslogtreecommitdiff
path: root/community/awesome/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/awesome/PKGBUILD')
-rw-r--r--community/awesome/PKGBUILD55
1 files changed, 19 insertions, 36 deletions
diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD
index 6e14be9e2..e7fca4c90 100644
--- a/community/awesome/PKGBUILD
+++ b/community/awesome/PKGBUILD
@@ -1,5 +1,6 @@
-# $Id: PKGBUILD 98638 2013-10-16 01:00:11Z seblu $
-# Maintainer: Sébastien Luttringer
+# $Id: PKGBUILD 106931 2014-03-10 17:47:47Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
+# Contributor: Sébastien Luttringer
# Contributor: xduugu
# Contributor: Ronald van Haren <ronald.archlinux.org>
# Contributor: Vesa Kaihlavirta
@@ -11,39 +12,24 @@ 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'
-)
+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')
+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
@@ -58,8 +44,5 @@ build() {
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: