mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/weston to 1.2.1-1
This commit is contained in:
parent
1a7dd69952
commit
7897d8bd6c
1 changed files with 5 additions and 9 deletions
|
@ -6,8 +6,8 @@
|
|||
# - export flags for rpi
|
||||
|
||||
pkgname=weston
|
||||
pkgver=1.2.0
|
||||
pkgrel=2.1
|
||||
pkgver=1.2.1
|
||||
pkgrel=1
|
||||
pkgdesc='Reference implementation of a Wayland compositor'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://wayland.freedesktop.org'
|
||||
|
@ -15,7 +15,7 @@ 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')
|
||||
sha1sums=('111e639940ff06c6b8f3fcb866b53449a5690d3e')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
@ -25,7 +25,8 @@ build() {
|
|||
fi
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/weston
|
||||
--libexecdir=/usr/lib/weston \
|
||||
--enable-demo-clients
|
||||
make
|
||||
}
|
||||
|
||||
|
@ -34,9 +35,4 @@ package() {
|
|||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue