Date: Thursday, February 14, 2013 @ 00:01:52
  Author: seblu
Revision: 84217

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  weston/repos/community-testing-i686/
  weston/repos/community-testing-i686/PKGBUILD
    (from rev 84216, weston/trunk/PKGBUILD)
  weston/repos/community-testing-x86_64/
  weston/repos/community-testing-x86_64/PKGBUILD
    (from rev 84216, weston/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: weston/repos/community-testing-i686/PKGBUILD (from rev 84216, 
weston/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2013-02-13 23:01:52 UTC (rev 84217)
@@ -0,0 +1,36 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <[email protected]>
+
+pkgname=weston
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+options=(!libtool)
+makedepends=('mesa')
+depends=('libxkbcommon' 'wayland' 'libegl' 'cairo' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'libgles')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
+sha1sums=('6f51fe78151ba2854f6cf6a41244c34f39c1d6de')
+
+build() {
+       cd $pkgname-$pkgver
+       ./configure \
+               --prefix=/usr \
+               --libexecdir=/usr/bin \
+               --disable-android-compositor
+       make
+}
+
+package() {
+       cd $pkgname-$pkgver
+       make DESTDIR="$pkgdir" install
+       # license
+       install -Dm644 COPYING "$pkgdir/usr/share/license/$pkgname/COPYING"
+       # embed more clients
+       for _c in clickdot cliptest dnd editor eventdemo flower gears image \
+        keyboard resizor simple-egl simple-shm smoke view; do
+               install -Dm755 "clients/$_c" "$pkgdir/usr/bin/weston-$_c"
+       done
+}

Copied: weston/repos/community-testing-x86_64/PKGBUILD (from rev 84216, 
weston/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-02-13 23:01:52 UTC (rev 84217)
@@ -0,0 +1,36 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <[email protected]>
+
+pkgname=weston
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+options=(!libtool)
+makedepends=('mesa')
+depends=('libxkbcommon' 'wayland' 'libegl' 'cairo' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'libgles')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
+sha1sums=('6f51fe78151ba2854f6cf6a41244c34f39c1d6de')
+
+build() {
+       cd $pkgname-$pkgver
+       ./configure \
+               --prefix=/usr \
+               --libexecdir=/usr/bin \
+               --disable-android-compositor
+       make
+}
+
+package() {
+       cd $pkgname-$pkgver
+       make DESTDIR="$pkgdir" install
+       # license
+       install -Dm644 COPYING "$pkgdir/usr/share/license/$pkgname/COPYING"
+       # embed more clients
+       for _c in clickdot cliptest dnd editor eventdemo flower gears image \
+        keyboard resizor simple-egl simple-shm smoke view; do
+               install -Dm755 "clients/$_c" "$pkgdir/usr/bin/weston-$_c"
+       done
+}

Reply via email to