Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=9af279155aa78abeeb8558833ea79850290e0552
commit 9af279155aa78abeeb8558833ea79850290e0552 Author: Michel Hermier <[email protected]> Date: Sat Oct 27 17:29:45 2012 +0200 wayland-1.0.0-1-i686 * Bump version. * Enable build. diff --git a/source/x11-extra/wayland/FrugalBuild b/source/x11-extra/wayland/FrugalBuild index 83cb710..55cbbd7 100644 --- a/source/x11-extra/wayland/FrugalBuild +++ b/source/x11-extra/wayland/FrugalBuild @@ -1,19 +1,19 @@ # Compiling Time: 0.20 SBU # Maintainer: Michel Hermier <[email protected]> -USE_DEVEL=${USE_DEVEL:-"y"} +USE_DEVEL=${USE_DEVEL:-"n"} pkgname=wayland -pkgver=0 +pkgver=1.0.0 pkgrel=1 pkgdesc="Wayland Display Compositor" url="http://wayland.freedesktop.org/" groups=('x11-extra') archs=('i686' 'x86_64') -depends=('libffi') # 'cairo'(with egl support) -makedepends=('inputproto' 'pkgconfig' 'xproto>=7.0.15') +depends=('libffi') +makedepends=('pkgconfig') -options=('nobuild') +up2date="Flasttar '${url}releases.html'" if Fuse DEVEL; then pkgver=$pkgver.g9061f91 @@ -21,7 +21,8 @@ if Fuse DEVEL; then _F_scm_url="git://anongit.freedesktop.org/wayland/wayland" Finclude scm else - Finclude xorg + source=("${url}releases/${pkgname}-${pkgver}.tar.xz") + sha1sums=('c8f39b099d9a5c6c5609046a31ef371655eb2c05') fi build() { @@ -29,7 +30,7 @@ build() { Funpack_scm ./autogen.sh fi - Fbuild + Fbuild --disable-documentation # requires doxygen } # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
