[arch-commits] Commit in weston/repos (4 files)
Sébastien Luttringer
seblu at archlinux.org
Wed Jun 3 07:33:33 UTC 2015
Date: Wednesday, June 3, 2015 @ 09:33:33
Author: seblu
Revision: 134682
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 134681, weston/trunk/PKGBUILD)
weston/repos/community-testing-x86_64/
weston/repos/community-testing-x86_64/PKGBUILD
(from rev 134681, weston/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
Copied: weston/repos/community-testing-i686/PKGBUILD (from rev 134681, weston/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-06-03 07:33:33 UTC (rev 134682)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=weston
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('d49e06e8dfbef9bcba8589a20b5bfa2dddc4a7bd')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/weston \
+ --enable-libinput-backend \
+ --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-testing-x86_64/PKGBUILD (from rev 134681, weston/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2015-06-03 07:33:33 UTC (rev 134682)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=weston
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('d49e06e8dfbef9bcba8589a20b5bfa2dddc4a7bd')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/weston \
+ --enable-libinput-backend \
+ --enable-demo-clients-install
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+ # license
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
More information about the arch-commits
mailing list