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

2017-11-02 Thread Antonio Rojas
Date: Thursday, November 2, 2017 @ 07:41:56
  Author: arojas
Revision: 265081

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

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

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: weston/repos/community-staging-i686/PKGBUILD (from rev 265080, 
weston/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-02 07:41:56 UTC (rev 265081)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=3.0.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+ 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
+ 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
+makedepends=('wayland-protocols')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('0a75c2ee10f2453a073411157bb6ed029080669f'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/weston \
+--enable-libinput-backend \
+--enable-systemd-login \
+--enable-systemd-notify \
+--enable-xwayland \
+--enable-demo-clients-install
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: weston/repos/community-staging-x86_64/PKGBUILD (from rev 265080, 
weston/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-02 07:41:56 UTC (rev 265081)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=3.0.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+ 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
+ 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
+makedepends=('wayland-protocols')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('0a75c2ee10f2453a073411157bb6ed029080669f'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/weston \
+--enable-libinput-backend \
+--enable-systemd-login \
+--enable-systemd-notify \
+--enable-xwayland \
+--enable-demo-clients-install
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-08-11 Thread Sébastien Luttringer
Date: Friday, August 11, 2017 @ 23:15:04
  Author: seblu
Revision: 249899

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

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

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   42 --
 community-x86_64/PKGBUILD |   42 --
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-11 23:14:32 UTC (rev 249898)
+++ community-i686/PKGBUILD 2017-08-11 23:15:04 UTC (rev 249899)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
- 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
- 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
- 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('90b3abb1b39f34a052d899ea85cc4e5e0be60bd3'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/weston \
---enable-libinput-backend \
---enable-systemd-login \
---enable-systemd-notify \
---enable-xwayland \
---enable-demo-clients-install
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: weston/repos/community-i686/PKGBUILD (from rev 249898, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-11 23:15:04 UTC (rev 249899)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+ 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
+ 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
+makedepends=('wayland-protocols')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('0a75c2ee10f2453a073411157bb6ed029080669f'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/weston \
+--enable-libinput-backend \
+--enable-systemd-login \
+--enable-systemd-notify \
+--enable-xwayland \
+--enable-demo-clients-install
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-11 23:14:32 UTC (rev 249898)
+++ community-x86_64/PKGBUILD   2017-08-11 23:15:04 UTC (rev 249899)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
- 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
- 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
- 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('90b3abb1b39f34a052d899ea85cc4e5e0be60bd3'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
- 

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

2017-04-26 Thread Evangelos Foutras
Date: Thursday, April 27, 2017 @ 01:53:03
  Author: foutrelis
Revision: 225818

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

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

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: weston/repos/community-staging-i686/PKGBUILD (from rev 225817, 
weston/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-27 01:53:03 UTC (rev 225818)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+ 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
+ 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
+makedepends=('wayland-protocols')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('90b3abb1b39f34a052d899ea85cc4e5e0be60bd3'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/weston \
+--enable-libinput-backend \
+--enable-systemd-login \
+--enable-systemd-notify \
+--enable-xwayland \
+--enable-demo-clients-install
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: weston/repos/community-staging-x86_64/PKGBUILD (from rev 225817, 
weston/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-27 01:53:03 UTC (rev 225818)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+ 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
+ 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
+makedepends=('wayland-protocols')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('90b3abb1b39f34a052d899ea85cc4e5e0be60bd3'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/weston \
+--enable-libinput-backend \
+--enable-systemd-login \
+--enable-systemd-notify \
+--enable-xwayland \
+--enable-demo-clients-install
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-02-26 Thread Sébastien Luttringer
Date: Sunday, February 26, 2017 @ 13:32:25
  Author: seblu
Revision: 213865

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

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

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   42 --
 community-x86_64/PKGBUILD |   42 --
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-26 13:31:52 UTC (rev 213864)
+++ community-i686/PKGBUILD 2017-02-26 13:32:25 UTC (rev 213865)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.12.0
-pkgrel=4
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
- 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
- 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
- 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/weston \
---enable-libinput-backend \
---enable-systemd-login \
---enable-systemd-notify \
---enable-xwayland \
---enable-demo-clients-install
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: weston/repos/community-i686/PKGBUILD (from rev 213864, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-26 13:32:25 UTC (rev 213865)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+ 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
+ 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
+makedepends=('wayland-protocols')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('90b3abb1b39f34a052d899ea85cc4e5e0be60bd3'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/weston \
+--enable-libinput-backend \
+--enable-systemd-login \
+--enable-systemd-notify \
+--enable-xwayland \
+--enable-demo-clients-install
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-26 13:31:52 UTC (rev 213864)
+++ community-x86_64/PKGBUILD   2017-02-26 13:32:25 UTC (rev 213865)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.12.0
-pkgrel=4
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
- 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
- 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
- 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure 

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

2017-02-20 Thread Sébastien Luttringer
Date: Monday, February 20, 2017 @ 23:30:10
  Author: seblu
Revision: 213231

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

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

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   42 --
 community-x86_64/PKGBUILD |   42 --
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-20 23:29:33 UTC (rev 213230)
+++ community-i686/PKGBUILD 2017-02-20 23:30:10 UTC (rev 213231)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.12.0
-pkgrel=3
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
- 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
- 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
- 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/weston \
---enable-libinput-backend \
---enable-systemd-login \
---enable-systemd-notify \
---enable-xwayland \
---enable-demo-clients-install
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: weston/repos/community-i686/PKGBUILD (from rev 213230, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-20 23:30:10 UTC (rev 213231)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.12.0
+pkgrel=4
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+ 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
+ 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
+makedepends=('wayland-protocols')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/weston \
+--enable-libinput-backend \
+--enable-systemd-login \
+--enable-systemd-notify \
+--enable-xwayland \
+--enable-demo-clients-install
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-20 23:29:33 UTC (rev 213230)
+++ community-x86_64/PKGBUILD   2017-02-20 23:30:10 UTC (rev 213231)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.12.0
-pkgrel=3
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
- 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
- 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
- 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  

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

2017-02-20 Thread Sébastien Luttringer
Date: Monday, February 20, 2017 @ 23:18:48
  Author: seblu
Revision: 213226

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

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

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   42 --
 community-x86_64/PKGBUILD |   42 --
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-20 23:18:14 UTC (rev 213225)
+++ community-i686/PKGBUILD 2017-02-20 23:18:48 UTC (rev 213226)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.12.0
-pkgrel=3
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
- 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
- 'mesa' 'libegl' 'libgles' 'glib2' 'xorg-server-xwayland'  'pango'
- 'lcms2' 'mtdev' 'libx11' 'libxcb' 'dbus' 'libva' 'libxcursor' 
'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/weston \
---enable-libinput-backend \
---enable-systemd-login \
---enable-systemd-notify \
---enable-xwayland \
---enable-demo-clients-install
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: weston/repos/community-i686/PKGBUILD (from rev 213224, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-20 23:18:48 UTC (rev 213226)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.12.0
+pkgrel=3
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+ 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
+ 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
+makedepends=('wayland-protocols')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/weston \
+--enable-libinput-backend \
+--enable-systemd-login \
+--enable-systemd-notify \
+--enable-xwayland \
+--enable-demo-clients-install
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-20 23:18:14 UTC (rev 213225)
+++ community-x86_64/PKGBUILD   2017-02-20 23:18:48 UTC (rev 213226)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.12.0
-pkgrel=3
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
- 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
- 'mesa' 'libegl' 'libgles' 'glib2' 'xorg-server-xwayland'  'pango'
- 'lcms2' 'mtdev' 'libx11' 'libxcb' 'dbus' 'libva' 'libxcursor' 
'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
-  'SKIP')

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

2017-02-11 Thread Sébastien Luttringer
Date: Saturday, February 11, 2017 @ 22:21:03
  Author: seblu
Revision: 211945

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-11 22:20:25 UTC (rev 211944)
+++ community-i686/PKGBUILD 2017-02-11 22:21:03 UTC (rev 211945)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.12.0
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
-  'SKIP')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-systemd-notify \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 211944, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-11 22:21:03 UTC (rev 211945)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.12.0
+pkgrel=3
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+ 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
+ 'mesa' 'libegl' 'libgles' 'glib2' 'xorg-server-xwayland'  'pango'
+ 'lcms2' 'mtdev' 'libx11' 'libxcb' 'dbus' 'libva' 'libxcursor' 
'colord')
+makedepends=('wayland-protocols')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/weston \
+--enable-libinput-backend \
+--enable-systemd-login \
+--enable-systemd-notify \
+--enable-xwayland \
+--enable-demo-clients-install
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-11 22:20:25 UTC (rev 211944)
+++ community-x86_64/PKGBUILD   2017-02-11 22:21:03 UTC (rev 211945)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.12.0
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
-  'SKIP')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-systemd-notify \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" 

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

2017-01-12 Thread Sébastien Luttringer
Date: Thursday, January 12, 2017 @ 23:44:36
  Author: seblu
Revision: 207106

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-12 23:44:17 UTC (rev 207105)
+++ community-i686/PKGBUILD 2017-01-12 23:44:36 UTC (rev 207106)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
-  'SKIP')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 207105, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-12 23:44:36 UTC (rev 207106)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.12.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
+makedepends=('wayland-protocols')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
+  'SKIP')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-systemd-notify \
+   --enable-demo-clients-install
+   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   2017-01-12 23:44:17 UTC (rev 207105)
+++ community-x86_64/PKGBUILD   2017-01-12 23:44:36 UTC (rev 207106)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
-  'SKIP')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 207105, 
weston/trunk/PKGBUILD)
===
--- 

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

2016-09-21 Thread Sébastien Luttringer
Date: Wednesday, September 21, 2016 @ 09:58:29
  Author: seblu
Revision: 190096

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

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

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   32 
 community-x86_64/PKGBUILD |   32 
 3 files changed, 68 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-21 09:57:40 UTC (rev 190095)
+++ community-i686/PKGBUILD 2016-09-21 09:58:29 UTC (rev 190096)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-makedepends=('wayland-protocols')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('8b051ee16b785b6db16657161aeed6cd6724f028')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 190095, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-21 09:58:29 UTC (rev 190096)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
+makedepends=('wayland-protocols')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
+  'SKIP')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   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   2016-09-21 09:57:40 UTC (rev 190095)
+++ community-x86_64/PKGBUILD   2016-09-21 09:58:29 UTC (rev 190096)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-makedepends=('wayland-protocols')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('8b051ee16b785b6db16657161aeed6cd6724f028')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 190095, 
weston/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-21 09:58:29 UTC (rev 190096)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+

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

2016-06-05 Thread Sébastien Luttringer
Date: Sunday, June 5, 2016 @ 22:55:47
  Author: seblu
Revision: 177985

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

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

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-05 20:55:16 UTC (rev 177984)
+++ community-i686/PKGBUILD 2016-06-05 20:55:47 UTC (rev 177985)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.10.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-makedepends=('wayland-protocols')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('c9c2c8e2e798b25e7bf6b31bf0c4ef08724a7ebb')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 177984, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-05 20:55:47 UTC (rev 177985)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
+makedepends=('wayland-protocols')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('8b051ee16b785b6db16657161aeed6cd6724f028')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   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   2016-06-05 20:55:16 UTC (rev 177984)
+++ community-x86_64/PKGBUILD   2016-06-05 20:55:47 UTC (rev 177985)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.10.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-makedepends=('wayland-protocols')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('c9c2c8e2e798b25e7bf6b31bf0c4ef08724a7ebb')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 177984, 
weston/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-05 20:55:47 UTC (rev 177985)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 

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

2016-02-18 Thread Sébastien Luttringer
Date: Thursday, February 18, 2016 @ 13:04:33
  Author: seblu
Revision: 162349

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-18 12:04:12 UTC (rev 162348)
+++ community-i686/PKGBUILD 2016-02-18 12:04:33 UTC (rev 162349)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('94b70baca9a6ba007c696b740a711586f9dc274f')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 162348, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-18 12:04:33 UTC (rev 162349)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
+makedepends=('wayland-protocols')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('c9c2c8e2e798b25e7bf6b31bf0c4ef08724a7ebb')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   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   2016-02-18 12:04:12 UTC (rev 162348)
+++ community-x86_64/PKGBUILD   2016-02-18 12:04:33 UTC (rev 162349)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('94b70baca9a6ba007c696b740a711586f9dc274f')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 162348, 
weston/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-18 12:04:33 UTC (rev 162349)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('wayland' 

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

2015-09-22 Thread Sébastien Luttringer
Date: Tuesday, September 22, 2015 @ 22:14:01
  Author: seblu
Revision: 141483

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 141482, weston/trunk/PKGBUILD)
  weston/repos/community-testing-x86_64/
  weston/repos/community-testing-x86_64/PKGBUILD
(from rev 141482, weston/trunk/PKGBUILD)

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

Copied: weston/repos/community-testing-i686/PKGBUILD (from rev 141482, 
weston/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-22 20:14:01 UTC (rev 141483)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('94b70baca9a6ba007c696b740a711586f9dc274f')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+   # license
+   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: weston/repos/community-testing-x86_64/PKGBUILD (from rev 141482, 
weston/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-22 20:14:01 UTC (rev 141483)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('94b70baca9a6ba007c696b740a711586f9dc274f')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+   # license
+   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2015-06-03 Thread Sébastien Luttringer
Date: Wednesday, June 3, 2015 @ 09:33:33
  Author: seblu
Revision: 134682

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 134681, weston/trunk/PKGBUILD)
  weston/repos/community-testing-x86_64/
  weston/repos/community-testing-x86_64/PKGBUILD
(from rev 134681, weston/trunk/PKGBUILD)

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

Copied: weston/repos/community-testing-i686/PKGBUILD (from rev 134681, 
weston/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-06-03 07:33:33 UTC (rev 134682)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('d49e06e8dfbef9bcba8589a20b5bfa2dddc4a7bd')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: weston/repos/community-testing-x86_64/PKGBUILD (from rev 134681, 
weston/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-06-03 07:33:33 UTC (rev 134682)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('d49e06e8dfbef9bcba8589a20b5bfa2dddc4a7bd')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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

2015-03-17 Thread Sébastien Luttringer
Date: Tuesday, March 17, 2015 @ 15:57:06
  Author: seblu
Revision: 129426

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

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

---+
 community-staging-i686/PKGBUILD   |   31 +++
 community-staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: weston/repos/community-staging-i686/PKGBUILD (from rev 129425, 
weston/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-17 14:57:06 UTC (rev 129426)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('931a7a99a0b8ca03c28cd277525c5176dd7e02ce')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: weston/repos/community-staging-x86_64/PKGBUILD (from rev 129425, 
weston/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-17 14:57:06 UTC (rev 129426)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('931a7a99a0b8ca03c28cd277525c5176dd7e02ce')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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

2015-02-14 Thread Sébastien Luttringer
Date: Sunday, February 15, 2015 @ 00:47:49
  Author: seblu
Revision: 127733

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

Added:
  weston/repos/staging-i686/
  weston/repos/staging-i686/PKGBUILD
(from rev 127732, weston/trunk/PKGBUILD)
  weston/repos/staging-x86_64/
  weston/repos/staging-x86_64/PKGBUILD
(from rev 127732, weston/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: weston/repos/staging-i686/PKGBUILD (from rev 127732, 
weston/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-14 23:47:49 UTC (rev 127733)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('931a7a99a0b8ca03c28cd277525c5176dd7e02ce')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: weston/repos/staging-x86_64/PKGBUILD (from rev 127732, 
weston/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-02-14 23:47:49 UTC (rev 127733)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('931a7a99a0b8ca03c28cd277525c5176dd7e02ce')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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

2015-02-14 Thread Sébastien Luttringer
Date: Sunday, February 15, 2015 @ 00:55:22
  Author: seblu
Revision: 127734

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

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

-+
 /PKGBUILD   |   62 ++
 staging-i686/PKGBUILD   |   31 ---
 staging-x86_64/PKGBUILD |   31 ---
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-02-14 23:47:49 UTC (rev 127733)
+++ staging-i686/PKGBUILD   2015-02-14 23:55:22 UTC (rev 127734)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('931a7a99a0b8ca03c28cd277525c5176dd7e02ce')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/staging-i686/PKGBUILD (from rev 127733, 
weston/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-14 23:55:22 UTC (rev 127734)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('931a7a99a0b8ca03c28cd277525c5176dd7e02ce')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-02-14 23:47:49 UTC (rev 127733)
+++ staging-x86_64/PKGBUILD 2015-02-14 23:55:22 UTC (rev 127734)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('931a7a99a0b8ca03c28cd277525c5176dd7e02ce')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/staging-x86_64/PKGBUILD (from rev 127733, 
weston/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-02-14 23:55:22 UTC (rev 127734)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')

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

2015-01-25 Thread Sébastien Luttringer
Date: Sunday, January 25, 2015 @ 23:48:27
  Author: seblu
Revision: 126582

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-25 22:48:09 UTC (rev 126581)
+++ community-i686/PKGBUILD 2015-01-25 22:48:27 UTC (rev 126582)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 126581, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-25 22:48:27 UTC (rev 126582)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('ef3a7b744f64b761b2f2c2fee1e9a8512adf78a1')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   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   2015-01-25 22:48:09 UTC (rev 126581)
+++ community-x86_64/PKGBUILD   2015-01-25 22:48:27 UTC (rev 126582)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 126581, 
weston/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-25 22:48:27 UTC (rev 126582)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 

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

2014-09-26 Thread Sébastien Luttringer
Date: Friday, September 26, 2014 @ 11:06:54
  Author: seblu
Revision: 119589

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  weston/repos/gnome-unstable-i686/
  weston/repos/gnome-unstable-i686/PKGBUILD
(from rev 119588, weston/trunk/PKGBUILD)
  weston/repos/gnome-unstable-x86_64/
  weston/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 119588, weston/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   31 +++
 gnome-unstable-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: weston/repos/gnome-unstable-i686/PKGBUILD (from rev 119588, 
weston/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-26 09:06:54 UTC (rev 119589)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: weston/repos/gnome-unstable-x86_64/PKGBUILD (from rev 119588, 
weston/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-26 09:06:54 UTC (rev 119589)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2014-09-26 Thread Sébastien Luttringer
Date: Friday, September 26, 2014 @ 11:15:04
  Author: seblu
Revision: 119591

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  weston/repos/gnome-unstable-i686/PKGBUILD
(from rev 119590, weston/trunk/PKGBUILD)
  weston/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 119590, weston/trunk/PKGBUILD)
Deleted:
  weston/repos/gnome-unstable-i686/PKGBUILD
  weston/repos/gnome-unstable-x86_64/PKGBUILD

+
 /PKGBUILD  |   62 +++
 gnome-unstable-i686/PKGBUILD   |   31 ---
 gnome-unstable-x86_64/PKGBUILD |   31 ---
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-26 09:12:03 UTC (rev 119590)
+++ gnome-unstable-i686/PKGBUILD2014-09-26 09:15:04 UTC (rev 119591)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/gnome-unstable-i686/PKGBUILD (from rev 119590, 
weston/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-26 09:15:04 UTC (rev 119591)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2014-09-26 09:12:03 UTC (rev 119590)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-26 09:15:04 UTC (rev 119591)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/gnome-unstable-x86_64/PKGBUILD (from rev 119590, 
weston/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-26 09:15:04 UTC (rev 119591)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')

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

2014-09-26 Thread Sébastien Luttringer
Date: Friday, September 26, 2014 @ 14:33:02
  Author: seblu
Revision: 119593

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 119592, weston/trunk/PKGBUILD)
  weston/repos/community-testing-x86_64/
  weston/repos/community-testing-x86_64/PKGBUILD
(from rev 119592, weston/trunk/PKGBUILD)

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

Copied: weston/repos/community-testing-i686/PKGBUILD (from rev 119592, 
weston/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-26 12:33:02 UTC (rev 119593)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: weston/repos/community-testing-x86_64/PKGBUILD (from rev 119592, 
weston/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-26 12:33:02 UTC (rev 119593)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2014-08-19 Thread Sébastien Luttringer
Date: Tuesday, August 19, 2014 @ 13:35:35
  Author: seblu
Revision: 117625

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

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

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   30 -
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 61 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 11:33:51 UTC (rev 117624)
+++ community-i686/PKGBUILD 2014-08-19 11:35:35 UTC (rev 117625)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('42939c536bcdfbd92edb5e51af76ce7f0a4c6ed7')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 117624, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-19 11:35:35 UTC (rev 117625)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.5.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('42939c536bcdfbd92edb5e51af76ce7f0a4c6ed7')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --with-cairo=gl \
+   --enable-demo-clients-install
+   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   2014-08-19 11:33:51 UTC (rev 117624)
+++ community-x86_64/PKGBUILD   2014-08-19 11:35:35 UTC (rev 117625)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.5.0
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('42939c536bcdfbd92edb5e51af76ce7f0a4c6ed7')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --with-cairo=gl \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 117624, 
weston/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-19 11:35:35 UTC (rev 117625)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.5.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)

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

2014-05-25 Thread Sébastien Luttringer
Date: Sunday, May 25, 2014 @ 21:34:14
  Author: seblu
Revision: 111855

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

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

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-25 19:33:51 UTC (rev 111854)
+++ community-i686/PKGBUILD 2014-05-25 19:34:14 UTC (rev 111855)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.4.0
-pkgrel=3
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 111854, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-25 19:34:14 UTC (rev 111855)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('42939c536bcdfbd92edb5e51af76ce7f0a4c6ed7')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-demo-clients-install
+   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   2014-05-25 19:33:51 UTC (rev 111854)
+++ community-x86_64/PKGBUILD   2014-05-25 19:34:14 UTC (rev 111855)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.4.0
-pkgrel=3
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 111854, 
weston/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-25 19:34:14 UTC (rev 111855)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('42939c536bcdfbd92edb5e51af76ce7f0a4c6ed7')
+
+build() {
+   cd 

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

2014-04-21 Thread Jan Steffens
Date: Monday, April 21, 2014 @ 17:38:53
  Author: heftig
Revision: 109909

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

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

---+
 community-staging-i686/PKGBUILD   |   30 ++
 community-staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: weston/repos/community-staging-i686/PKGBUILD (from rev 109908, 
weston/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-21 15:38:53 UTC (rev 109909)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: weston/repos/community-staging-x86_64/PKGBUILD (from rev 109908, 
weston/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-21 15:38:53 UTC (rev 109909)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2014-01-27 Thread Sébastien Luttringer
Date: Tuesday, January 28, 2014 @ 00:38:12
  Author: seblu
Revision: 104875

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

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

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-27 23:37:53 UTC (rev 104874)
+++ community-i686/PKGBUILD 2014-01-27 23:38:12 UTC (rev 104875)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
-
-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
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 104874, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-27 23:38:12 UTC (rev 104875)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.4.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-demo-clients-install
+   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   2014-01-27 23:37:53 UTC (rev 104874)
+++ community-x86_64/PKGBUILD   2014-01-27 23:38:12 UTC (rev 104875)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
-
-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
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 104874, 
weston/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-27 23:38:12 UTC (rev 104875)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.4.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
+
+build() {
+   cd $pkgname-$pkgver
+   

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

2014-01-24 Thread Sébastien Luttringer
Date: Saturday, January 25, 2014 @ 03:24:17
  Author: seblu
Revision: 104730

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

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

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-25 02:23:54 UTC (rev 104729)
+++ community-i686/PKGBUILD 2014-01-25 02:24:17 UTC (rev 104730)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('56acdfde4d1a3871d6e54f0cdbcf2736e73e979a')
-
-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
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 104729, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-25 02:24:17 UTC (rev 104730)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
+
+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   2014-01-25 02:23:54 UTC (rev 104729)
+++ community-x86_64/PKGBUILD   2014-01-25 02:24:17 UTC (rev 104730)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('56acdfde4d1a3871d6e54f0cdbcf2736e73e979a')
-
-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
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 104729, 
weston/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-25 02:24:17 UTC (rev 104730)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
+
+build() {
+   cd $pkgname-$pkgver
+   

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

2013-12-22 Thread Sébastien Luttringer
Date: Monday, December 23, 2013 @ 02:31:19
  Author: seblu
Revision: 102868

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

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

---+
 community-staging-i686/PKGBUILD   |   30 ++
 community-staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: weston/repos/community-staging-i686/PKGBUILD (from rev 102867, 
weston/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-23 01:31:19 UTC (rev 102868)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.3.1
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('56acdfde4d1a3871d6e54f0cdbcf2736e73e979a')
+
+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
+}

Copied: weston/repos/community-staging-x86_64/PKGBUILD (from rev 102867, 
weston/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-12-23 01:31:19 UTC (rev 102868)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.3.1
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('56acdfde4d1a3871d6e54f0cdbcf2736e73e979a')
+
+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
+}



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

2013-11-01 Thread Sébastien Luttringer
Date: Friday, November 1, 2013 @ 15:31:04
  Author: seblu
Revision: 100093

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

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

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-01 14:30:55 UTC (rev 100092)
+++ community-i686/PKGBUILD 2013-11-01 14:31:04 UTC (rev 100093)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('670f95844d20dc87da579b6ac566388edc0bfa0c')
-
-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
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 100092, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-01 14:31:04 UTC (rev 100093)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('56acdfde4d1a3871d6e54f0cdbcf2736e73e979a')
+
+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-11-01 14:30:55 UTC (rev 100092)
+++ community-x86_64/PKGBUILD   2013-11-01 14:31:04 UTC (rev 100093)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('670f95844d20dc87da579b6ac566388edc0bfa0c')
-
-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
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 100092, 
weston/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-01 14:31:04 UTC (rev 100093)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('56acdfde4d1a3871d6e54f0cdbcf2736e73e979a')
+
+build() {
+   cd $pkgname-$pkgver
+   

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

2013-10-12 Thread Sébastien Luttringer
Date: Saturday, October 12, 2013 @ 16:35:58
  Author: seblu
Revision: 98516

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-12 14:35:49 UTC (rev 98515)
+++ community-i686/PKGBUILD 2013-10-12 14:35:58 UTC (rev 98516)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.2.2
-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=('b08d0c15b5eef65d5f7b864fe393b27f981f97f7')
-
-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
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 98515, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-12 14:35:58 UTC (rev 98516)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.3.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=('670f95844d20dc87da579b6ac566388edc0bfa0c')
+
+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-10-12 14:35:49 UTC (rev 98515)
+++ community-x86_64/PKGBUILD   2013-10-12 14:35:58 UTC (rev 98516)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.2.2
-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=('b08d0c15b5eef65d5f7b864fe393b27f981f97f7')
-
-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
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 98515, 
weston/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-12 14:35:58 UTC (rev 98516)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.3.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;)

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

2013-08-30 Thread Sébastien Luttringer
Date: Friday, August 30, 2013 @ 11:41:38
  Author: seblu
Revision: 96469

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-30 09:41:27 UTC (rev 96468)
+++ community-i686/PKGBUILD 2013-08-30 09:41:38 UTC (rev 96469)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@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
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 96468, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-30 09:41:38 UTC (rev 96469)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.2.2
+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=('b08d0c15b5eef65d5f7b864fe393b27f981f97f7')
+
+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-30 09:41:27 UTC (rev 96468)
+++ community-x86_64/PKGBUILD   2013-08-30 09:41:38 UTC (rev 96469)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@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
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 96468, 
weston/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-30 09:41:38 UTC (rev 96469)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.2.2
+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;)

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

2013-08-23 Thread Sébastien Luttringer
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 j...@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 j...@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 j...@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 @@

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

2013-07-14 Thread Laurent Carlier
Date: Sunday, July 14, 2013 @ 14:02:14
  Author: lcarlier
Revision: 94102

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

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

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: weston/repos/community-staging-i686/PKGBUILD (from rev 94101, 
weston/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-14 12:02:14 UTC (rev 94102)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@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-staging-x86_64/PKGBUILD (from rev 94101, 
weston/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-14 12:02:14 UTC (rev 94102)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@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
+}



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

2013-07-14 Thread Sébastien Luttringer
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 j...@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 j...@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 j...@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
-  

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

2013-06-07 Thread Sébastien Luttringer
Date: Friday, June 7, 2013 @ 14:43:24
  Author: seblu
Revision: 92508

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-07 12:43:13 UTC (rev 92507)
+++ community-i686/PKGBUILD 2013-06-07 12:43:24 UTC (rev 92508)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.1.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')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0929afa86d795e0e970936623d86bdd950d48e8d')
-
-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 calibrator clickdot cliptest dnd editor eventdemo flower 
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 info keyboard screensaver screenshooter tablet-shell 
terminal; do
-   install -Dm755 clients/weston-$_c $pkgdir/usr/bin/weston-$_c
-   done
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 92507, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-07 12:43:24 UTC (rev 92508)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.1.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')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('5239afe177dadbded3c0018b55dd1045be5f84b2')
+
+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 calibrator clickdot cliptest dnd editor eventdemo flower 
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 info keyboard screensaver screenshooter tablet-shell 
terminal; do
+   install -Dm755 clients/weston-$_c $pkgdir/usr/bin/weston-$_c
+   done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-07 12:43:13 UTC (rev 92507)
+++ community-x86_64/PKGBUILD   2013-06-07 12:43:24 UTC (rev 92508)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.1.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')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0929afa86d795e0e970936623d86bdd950d48e8d')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --disable-android-compositor
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # 

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

2013-04-29 Thread Laurent Carlier
Date: Monday, April 29, 2013 @ 16:30:49
  Author: lcarlier
Revision: 89478

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

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

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: weston/repos/community-staging-i686/PKGBUILD (from rev 89477, 
weston/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 14:30:49 UTC (rev 89478)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.1.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')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0929afa86d795e0e970936623d86bdd950d48e8d')
+
+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 calibrator clickdot cliptest dnd editor eventdemo flower 
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 info keyboard screensaver screenshooter tablet-shell 
terminal; do
+   install -Dm755 clients/weston-$_c $pkgdir/usr/bin/weston-$_c
+   done
+}

Copied: weston/repos/community-staging-x86_64/PKGBUILD (from rev 89477, 
weston/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 14:30:49 UTC (rev 89478)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.1.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')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0929afa86d795e0e970936623d86bdd950d48e8d')
+
+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 calibrator clickdot cliptest dnd editor eventdemo flower 
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 info keyboard screensaver screenshooter tablet-shell 
terminal; do
+   install -Dm755 clients/weston-$_c $pkgdir/usr/bin/weston-$_c
+   done
+}



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

2013-04-16 Thread Laurent Carlier
Date: Tuesday, April 16, 2013 @ 17:14:11
  Author: lcarlier
Revision: 88351

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 88350, weston/trunk/PKGBUILD)
  weston/repos/community-testing-x86_64/
  weston/repos/community-testing-x86_64/PKGBUILD
(from rev 88350, weston/trunk/PKGBUILD)

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

Copied: weston/repos/community-testing-i686/PKGBUILD (from rev 88350, 
weston/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-16 15:14:11 UTC (rev 88351)
@@ -0,0 +1,39 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.1.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' 'wayland' 'mesa' 'cairo' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu'
+ 'pango' 'xkeyboard-config')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0929afa86d795e0e970936623d86bdd950d48e8d')
+
+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 calibrator clickdot cliptest dnd editor eventdemo flower 
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 info keyboard screensaver screenshooter 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 88350, 
weston/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-16 15:14:11 UTC (rev 88351)
@@ -0,0 +1,39 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.1.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' 'wayland' 'mesa' 'cairo' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu'
+ 'pango' 'xkeyboard-config')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0929afa86d795e0e970936623d86bdd950d48e8d')
+
+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 calibrator clickdot cliptest dnd editor eventdemo flower 
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 info keyboard screensaver screenshooter tablet-shell 
terminal; do
+   install -Dm755 clients/weston-$_c $pkgdir/usr/bin/weston-$_c
+   done
+}



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

2013-03-28 Thread Sébastien Luttringer
Date: Friday, March 29, 2013 @ 04:14:59
  Author: seblu
Revision: 87253

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-29 03:14:49 UTC (rev 87252)
+++ community-i686/PKGBUILD 2013-03-29 03:14:59 UTC (rev 87253)
@@ -1,35 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.0.6
-pkgrel=1
-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=('d39d487317ededb9d66365bc1402ee0bc5e20dd0')
-
-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 87252, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-29 03:14:59 UTC (rev 87253)
@@ -0,0 +1,35 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.0.6
+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' 'xkeyboard-config')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('d39d487317ededb9d66365bc1402ee0bc5e20dd0')
+
+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-29 03:14:49 UTC (rev 87252)
+++ community-x86_64/PKGBUILD   2013-03-29 03:14:59 UTC (rev 87253)
@@ -1,35 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.0.6
-pkgrel=1
-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=('d39d487317ededb9d66365bc1402ee0bc5e20dd0')
-
-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 

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

2013-03-22 Thread Sébastien Luttringer
Date: Friday, March 22, 2013 @ 19:41:02
  Author: seblu
Revision: 86834

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-22 18:40:53 UTC (rev 86833)
+++ community-i686/PKGBUILD 2013-03-22 18:41:02 UTC (rev 86834)
@@ -1,35 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@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 86833, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-22 18:41:02 UTC (rev 86834)
@@ -0,0 +1,35 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.0.6
+pkgrel=1
+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=('d39d487317ededb9d66365bc1402ee0bc5e20dd0')
+
+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-22 18:40:53 UTC (rev 86833)
+++ community-x86_64/PKGBUILD   2013-03-22 18:41:02 UTC (rev 86834)
@@ -1,35 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@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 86833, 

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

2013-03-01 Thread Sébastien Luttringer
Date: Saturday, March 2, 2013 @ 05:41:43
  Author: seblu
Revision: 85502

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-02 04:40:19 UTC (rev 85501)
+++ community-i686/PKGBUILD 2013-03-02 04:41:43 UTC (rev 85502)
@@ -1,36 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.0.5
-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=('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/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-i686/PKGBUILD (from rev 85501, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-02 04:41:43 UTC (rev 85502)
@@ -0,0 +1,35 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@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:40:19 UTC (rev 85501)
+++ community-x86_64/PKGBUILD   2013-03-02 04:41:43 UTC (rev 85502)
@@ -1,36 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.0.5
-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=('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/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: 

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

2013-03-01 Thread Sébastien Luttringer
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 j...@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 j...@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 j...@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)

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

2013-02-15 Thread Sébastien Luttringer
Date: Friday, February 15, 2013 @ 10:55:16
  Author: seblu
Revision: 84267

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

Added:
  weston/repos/community-testing-i686/PKGBUILD
(from rev 84266, weston/trunk/PKGBUILD)
  weston/repos/community-testing-x86_64/PKGBUILD
(from rev 84266, 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-15 09:49:39 UTC (rev 84266)
+++ community-testing-i686/PKGBUILD 2013-02-15 09:55:16 UTC (rev 84267)
@@ -1,36 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@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
-}

Copied: weston/repos/community-testing-i686/PKGBUILD (from rev 84266, 
weston/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-15 09:55:16 UTC (rev 84267)
@@ -0,0 +1,36 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.0.5
+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=('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/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-15 09:49:39 UTC (rev 84266)
+++ community-testing-x86_64/PKGBUILD   2013-02-15 09:55:16 UTC (rev 84267)
@@ -1,36 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@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 

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

2013-02-13 Thread Sébastien Luttringer
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 j...@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 j...@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
+}



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

2013-02-13 Thread Sébastien Luttringer
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 j...@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 j...@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 j...@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