[arch-dev-public] Fwd: [arch-commits] Commit in weston/repos (4 files)

Allan McRae allan at archlinux.org
Wed Feb 13 18:06:54 EST 2013


Why are you putting this in [community-testing]?   The package is in extra!


-------- Original Message --------
Subject: [arch-commits] Commit in weston/repos (4 files)
Date: Thu, 14 Feb 2013 00:01:52 +0100 (CET)
From: Sébastien Luttringer <seblu at nymeria.archlinux.org>
Reply-To: Arch Linux packaging commits <arch-commits at archlinux.org>
To: arch-commits at archlinux.org

    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 <joel at teichroeb.net>
+
+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 <joel at teichroeb.net>
+
+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
+}







More information about the arch-dev-public mailing list