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

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat Mar 2 04:41:54 UTC 2013


    Date: Saturday, March 2, 2013 @ 05:41:54
  Author: seblu
Revision: 85503

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-02 04:41:43 UTC (rev 85502)
+++ community-i686/PKGBUILD	2013-03-02 04:41:54 UTC (rev 85503)
@@ -1,35 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb <joel at teichroeb.net>
-
-pkgname=weston
-pkgver=1.0.5
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-options=(!libtool)
-depends=('libxkbcommon' 'wayland' 'mesa' 'cairo' 'poppler-glib' 'mtdev' 'libxcursor' 'glu')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
-sha1sums=('a97030613e066c05e267ea0d7888fd5f7a08eea2')
-
-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 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-i686/PKGBUILD (from rev 85502, weston/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-02 04:41:54 UTC (rev 85503)
@@ -0,0 +1,35 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=weston
+pkgver=1.0.5
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+options=(!libtool)
+depends=('libxkbcommon' 'wayland' 'mesa' 'cairo' 'poppler-glib' 'mtdev' 'libxcursor' 'glu')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('a97030613e066c05e267ea0d7888fd5f7a08eea2')
+
+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 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-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-02 04:41:43 UTC (rev 85502)
+++ community-x86_64/PKGBUILD	2013-03-02 04:41:54 UTC (rev 85503)
@@ -1,35 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb <joel at teichroeb.net>
-
-pkgname=weston
-pkgver=1.0.5
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-options=(!libtool)
-depends=('libxkbcommon' 'wayland' 'mesa' 'cairo' 'poppler-glib' 'mtdev' 'libxcursor' 'glu')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
-sha1sums=('a97030613e066c05e267ea0d7888fd5f7a08eea2')
-
-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 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-x86_64/PKGBUILD (from rev 85502, weston/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-02 04:41:54 UTC (rev 85503)
@@ -0,0 +1,35 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=weston
+pkgver=1.0.5
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+options=(!libtool)
+depends=('libxkbcommon' 'wayland' 'mesa' 'cairo' 'poppler-glib' 'mtdev' 'libxcursor' 'glu')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('a97030613e066c05e267ea0d7888fd5f7a08eea2')
+
+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 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