[arch-commits] Commit in awesome/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Mar 10 17:47:40 UTC 2014


    Date: Monday, March 10, 2014 @ 18:47:40
  Author: bpiotrowski
Revision: 106930

Fix build.

Modified:
  awesome/trunk/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++-----------------------------------
 1 file changed, 18 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-10 16:06:58 UTC (rev 106929)
+++ PKGBUILD	2014-03-10 17:47:40 UTC (rev 106930)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Sébastien Luttringer
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Sébastien Luttringer
 # Contributor: xduugu
 # Contributor: Ronald van Haren <ronald.archlinux.org>
 # Contributor: Vesa Kaihlavirta
@@ -11,40 +12,25 @@
 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
   cmake \
@@ -58,8 +44,5 @@
 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