[arch-commits] Commit in weston/repos (4 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Wed Feb 13 23:56:04 UTC 2013


    Date: Thursday, February 14, 2013 @ 00:56:04
  Author: seblu
Revision: 84224

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

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

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

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2013-02-13 23:55:55 UTC (rev 84223)
+++ community-testing-i686/PKGBUILD	2013-02-13 23:56:04 UTC (rev 84224)
@@ -1,36 +0,0 @@
-# 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-i686/PKGBUILD (from rev 84223, weston/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-02-13 23:56:04 UTC (rev 84224)
@@ -0,0 +1,36 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=weston
+pkgver=1.0.4
+pkgrel=2
+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/lib/weston \
+		--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
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2013-02-13 23:55:55 UTC (rev 84223)
+++ community-testing-x86_64/PKGBUILD	2013-02-13 23:56:04 UTC (rev 84224)
@@ -1,36 +0,0 @@
-# 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 84223, weston/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-02-13 23:56:04 UTC (rev 84224)
@@ -0,0 +1,36 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=weston
+pkgver=1.0.4
+pkgrel=2
+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/lib/weston \
+		--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-commits mailing list