[arch-dev-public] Fwd: [arch-commits] Commit in weston/repos (4 files)
Why are you putting this in [community-testing]? The package is in extra! -------- Original Message -------- Subject: [arch-commits] Commit in weston/repos (4 files) Date: Thu, 14 Feb 2013 00:01:52 +0100 (CET) From: Sébastien Luttringer <seblu@nymeria.archlinux.org> Reply-To: Arch Linux packaging commits <arch-commits@archlinux.org> To: arch-commits@archlinux.org 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 <joel@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 <joel@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 +}
On Thu, Feb 14, 2013 at 12:06 AM, Allan McRae <allan@archlinux.org> wrote:
Why are you putting this in [community-testing]? The package is in extra!
Wayland is in extra Weston is in commuity-testing -- Sébastien "Seblu" Luttringer https://www.seblu.net GPG: 0x2072D77A
On 14/02/13 09:22, Sébastien Luttringer wrote:
On Thu, Feb 14, 2013 at 12:06 AM, Allan McRae <allan@archlinux.org> wrote:
Why are you putting this in [community-testing]? The package is in extra!
Wayland is in extra Weston is in commuity-testing
Ah - apologies. These two have become merged in my head.
participants (2)
-
Allan McRae
-
Sébastien Luttringer