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

Sébastien Luttringer seblu at nymeria.archlinux.org
Sun Jul 14 14:19:07 UTC 2013


    Date: Sunday, July 14, 2013 @ 16:19:07
  Author: seblu
Revision: 94117

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

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

-----------------------------------+
 /PKGBUILD                         |   70 ++++++++++++++++++++++++++++++++++++
 community-testing-i686/PKGBUILD   |   39 --------------------
 community-testing-x86_64/PKGBUILD |   39 --------------------
 3 files changed, 70 insertions(+), 78 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2013-07-14 14:18:58 UTC (rev 94116)
+++ community-testing-i686/PKGBUILD	2013-07-14 14:19:07 UTC (rev 94117)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb <joel at teichroeb.net>
-
-pkgname=weston
-pkgver=1.2.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' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
-sha1sums=('23201d31e71768e5ec3de0d10fa6de988dd273c8')
-
-build() {
-	cd $pkgname-$pkgver
-	./configure \
-		--prefix=/usr \
-		--libexecdir=/usr/lib/weston
-	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 fullscreen 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 desktop-shell info keyboard screensaver screenshooter simple-im tablet-shell \
-	 terminal; do
-		install -Dm755 "clients/weston-$_c" "$pkgdir/usr/bin/weston-$_c"
-	done
-}

Copied: weston/repos/community-testing-i686/PKGBUILD (from rev 94116, weston/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-07-14 14:19:07 UTC (rev 94117)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=weston
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+options=(!libtool)
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('23201d31e71768e5ec3de0d10fa6de988dd273c8')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure \
+		--prefix=/usr \
+		--libexecdir=/usr/lib/weston
+	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 fullscreen gears \
+         image resizor simple-egl simple-shm simple-touch smoke transformed view; do
+		install -Dm755 "clients/$_c" "$pkgdir/usr/bin/weston-$_c"
+	done
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2013-07-14 14:18:58 UTC (rev 94116)
+++ community-testing-x86_64/PKGBUILD	2013-07-14 14:19:07 UTC (rev 94117)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb <joel at teichroeb.net>
-
-pkgname=weston
-pkgver=1.2.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' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
-sha1sums=('23201d31e71768e5ec3de0d10fa6de988dd273c8')
-
-build() {
-	cd $pkgname-$pkgver
-	./configure \
-		--prefix=/usr \
-		--libexecdir=/usr/lib/weston
-	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 fullscreen 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 desktop-shell info keyboard screensaver screenshooter simple-im 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 94116, weston/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-07-14 14:19:07 UTC (rev 94117)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=weston
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+options=(!libtool)
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('23201d31e71768e5ec3de0d10fa6de988dd273c8')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure \
+		--prefix=/usr \
+		--libexecdir=/usr/lib/weston
+	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 fullscreen gears \
+         image resizor simple-egl simple-shm simple-touch smoke transformed view; do
+		install -Dm755 "clients/$_c" "$pkgdir/usr/bin/weston-$_c"
+	done
+}




More information about the arch-commits mailing list