Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bluez.git;a=commitdiff;h=b38a92bd87602e5fa5b176a762341055af5b9a3e
commit b38a92bd87602e5fa5b176a762341055af5b9a3e Author: James Buren <[email protected]> Date: Fri Feb 12 09:43:07 2010 -0600 awesome-3.4.3-1-i686 * version bump diff --git a/source/x11-extra/awesome/FrugalBuild b/source/x11-extra/awesome/FrugalBuild index d1e90b9..8d1ced1 100644 --- a/source/x11-extra/awesome/FrugalBuild +++ b/source/x11-extra/awesome/FrugalBuild @@ -2,12 +2,13 @@ # Maintainer: James Buren <[email protected]> pkgname=awesome -pkgver=3.3.2 +pkgver=3.4.3 pkgrel=1 pkgdesc="awesome is a floating and tiling window manager initialy based on a dwm code rewriting." url="http://awesome.naquadah.org/" depends=('libxau' 'libxdmcp' 'pango' 'zlib' 'startup-notification' 'imlib2'\ - 'libxdg-basedir' 'libev' 'lua' 'dbus' 'libice' 'e2fsprogs') + 'libxdg-basedir' 'libev>=3.9' 'lua' 'dbus' 'libstdc++' 'libice'\ + 'libuuid') makedepends=('asciidoc' 'doxygen' 'xmlto' 'docbook-xsl' 'luadoc' 'gperf'\ 'imagemagick' 'docbook-xml') # scriptlet, since we pull in pango @@ -17,12 +18,11 @@ groups=('x11-extra') archs=('i686' 'x86_64') up2date="curl -s '$url/download/' | grep 'Latest stable' | sed 's|.*version \(.*\) (.*|\1|'" source=($url/download/$pkgname-$pkgver.tar.bz2) -sha1sums=('bdcbf40ec57cfc6dcc5e1da2daefc1cdb49706ef') +sha1sums=('d32c2cc722f970e09552bcd11a58789866c29094') build() { - Fsed "<ev.h>" "<libev/ev.h>" {{awesome,dbus}.c,luaa.{c,h}} + Fsed "<ev.h>" "<libev/ev.h>" globalconf.h luaa.{c,h} {dbus,timer}.c CMake_build - Fmv /usr/etc / } # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
