[arch-commits] Commit in weston/repos (4 files)
Laurent Carlier
lcarlier at nymeria.archlinux.org
Tue Apr 16 15:14:12 UTC 2013
Date: Tuesday, April 16, 2013 @ 17:14:11
Author: lcarlier
Revision: 88351
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 88350, weston/trunk/PKGBUILD)
weston/repos/community-testing-x86_64/
weston/repos/community-testing-x86_64/PKGBUILD
(from rev 88350, weston/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 39 ++++++++++++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 39 ++++++++++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
Copied: weston/repos/community-testing-i686/PKGBUILD (from rev 88350, weston/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-16 15:14:11 UTC (rev 88351)
@@ -0,0 +1,39 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=weston
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+options=(!libtool)
+depends=('libxkbcommon' 'libunwind' 'wayland' 'mesa' 'cairo' 'poppler-glib' 'mtdev' 'libxcursor' 'glu'
+ 'pango' 'xkeyboard-config')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('0929afa86d795e0e970936623d86bdd950d48e8d')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/weston \
+ --disable-android-compositor
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+ # license
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ # embed more clients
+ for _c in calibrator clickdot cliptest dnd editor eventdemo flower gears image \
+ resizor simple-egl simple-shm simple-touch smoke transformed view; do
+ install -Dm755 "clients/$_c" "$pkgdir/usr/bin/weston-$_c"
+ done
+ for _c in info keyboard screensaver screenshooter tablet-shell terminal; do
+ install -Dm755 "clients/weston-$_c" "$pkgdir/usr/bin/weston-$_c"
+ done
+}
Copied: weston/repos/community-testing-x86_64/PKGBUILD (from rev 88350, weston/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2013-04-16 15:14:11 UTC (rev 88351)
@@ -0,0 +1,39 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=weston
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+options=(!libtool)
+depends=('libxkbcommon' 'libunwind' 'wayland' 'mesa' 'cairo' 'poppler-glib' 'mtdev' 'libxcursor' 'glu'
+ 'pango' 'xkeyboard-config')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('0929afa86d795e0e970936623d86bdd950d48e8d')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/weston \
+ --disable-android-compositor
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+ # license
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ # embed more clients
+ for _c in calibrator clickdot cliptest dnd editor eventdemo flower gears image \
+ resizor simple-egl simple-shm simple-touch smoke transformed view; do
+ install -Dm755 "clients/$_c" "$pkgdir/usr/bin/weston-$_c"
+ done
+ for _c in info keyboard screensaver screenshooter tablet-shell terminal; do
+ install -Dm755 "clients/weston-$_c" "$pkgdir/usr/bin/weston-$_c"
+ done
+}
More information about the arch-commits
mailing list