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 <[email protected]>
-
-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 <[email protected]>
+
+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 <[email protected]>
-
-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, 
weston/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-22 18:41:02 UTC (rev 86834)
@@ -0,0 +1,35 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <[email protected]>
+
+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
+}

Reply via email to