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

Sébastien Luttringer seblu at nymeria.archlinux.org
Fri Aug 23 18:19:08 UTC 2013


    Date: Friday, August 23, 2013 @ 20:19:07
  Author: seblu
Revision: 96283

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-23 18:02:00 UTC (rev 96282)
+++ community-i686/PKGBUILD	2013-08-23 18:19:07 UTC (rev 96283)
@@ -1,35 +0,0 @@
-# $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
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 96282, weston/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-23 18:19:07 UTC (rev 96283)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=weston
+pkgver=1.2.1
+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=('111e639940ff06c6b8f3fcb866b53449a5690d3e')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure \
+		--prefix=/usr \
+		--libexecdir=/usr/lib/weston \
+		--enable-demo-clients
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make DESTDIR="$pkgdir" install
+	# license
+	install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-08-23 18:02:00 UTC (rev 96282)
+++ community-x86_64/PKGBUILD	2013-08-23 18:19:07 UTC (rev 96283)
@@ -1,35 +0,0 @@
-# $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
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 96282, weston/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-23 18:19:07 UTC (rev 96283)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=weston
+pkgver=1.2.1
+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=('111e639940ff06c6b8f3fcb866b53449a5690d3e')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure \
+		--prefix=/usr \
+		--libexecdir=/usr/lib/weston \
+		--enable-demo-clients
+	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