[Frugalware-git] xorgtesting: wayland-0.g9061f91-1-i686

Michel Hermier hermier at frugalware.org
Sun Mar 6 11:57:58 CET 2011


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=52a879feb7964c96ea6e6ff3a258c4537febc16b

commit 52a879feb7964c96ea6e6ff3a258c4537febc16b
Author: Michel Hermier <hermier at frugalware.org>
Date:   Sun Mar 6 11:16:36 2011 +0100

wayland-0.g9061f91-1-i686

* New package (only provides the composition library and no default
compositor and test clients).

diff --git a/source/x11-extra/wayland/FrugalBuild b/source/x11-extra/wayland/FrugalBuild
new file mode 100644
index 0000000..5e92272
--- /dev/null
+++ b/source/x11-extra/wayland/FrugalBuild
@@ -0,0 +1,35 @@
+# Compiling Time: 0.20 SBU
+# Maintainer: Michel Hermier <hermier at frugalware.org>
+
+USE_DEVEL=${USE_DEVEL:-"y"}
+
+pkgname=wayland
+pkgver=0
+pkgrel=1
+pkgdesc="Wayland Display Compositor"
+url="http://wayland.freedesktop.org/"
+groups=('x11-extra')
+archs=('i686' 'x86_64' 'ppc')
+depends=('libffi') # 'cairo'(with egl support)
+makedepends=('inputproto' 'pkgconfig' 'xproto>=7.0.15')
+
+options=('nobuild')
+
+if Fuse DEVEL; then
+	pkgver=$pkgver.g9061f91
+	_F_scm_type="git"
+	_F_scm_url="git://anongit.freedesktop.org/wayland/wayland"
+	Finclude scm
+else
+	Finclude xorg
+fi
+
+build() {
+	if Fuse DEVEL; then
+		Funpack_scm
+		./autogen.sh
+	fi
+	Fbuild
+}
+
+# optimization OK


More information about the Frugalware-git mailing list