Date: Monday, April 21, 2014 @ 17:38:53
  Author: heftig
Revision: 109909

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

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: weston/repos/community-staging-i686/PKGBUILD (from rev 109908, 
weston/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2014-04-21 15:38:53 UTC (rev 109909)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <[email protected]>
+
+pkgname=weston
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
+sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
+
+build() {
+       cd $pkgname-$pkgver
+       ./configure \
+               --prefix=/usr \
+               --libexecdir=/usr/lib/weston \
+               --enable-demo-clients-install
+       make
+}
+
+package() {
+       cd $pkgname-$pkgver
+       make DESTDIR="$pkgdir" install
+       # license
+       install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: weston/repos/community-staging-x86_64/PKGBUILD (from rev 109908, 
weston/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-21 15:38:53 UTC (rev 109909)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <[email protected]>
+
+pkgname=weston
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
+sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
+
+build() {
+       cd $pkgname-$pkgver
+       ./configure \
+               --prefix=/usr \
+               --libexecdir=/usr/lib/weston \
+               --enable-demo-clients-install
+       make
+}
+
+package() {
+       cd $pkgname-$pkgver
+       make DESTDIR="$pkgdir" install
+       # license
+       install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Reply via email to