mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/weston to 1.5.0-1
This commit is contained in:
parent
35013b5d2a
commit
700df039c4
1 changed files with 4 additions and 6 deletions
|
@ -7,18 +7,16 @@
|
|||
# - patch to not call vc_dispmanx_set_wl_buffer_in_use
|
||||
|
||||
pkgname=weston
|
||||
pkgver=1.4.0
|
||||
pkgrel=3
|
||||
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')
|
||||
[ "$CARCH" == 'armv6h' ] && makedepends=('raspberrypi-firmware')
|
||||
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"
|
||||
"rpi.patch")
|
||||
sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254'
|
||||
'0f4f10111d712b07d7f539aee967b991153aec9f')
|
||||
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
|
||||
sha1sums=('42939c536bcdfbd92edb5e51af76ce7f0a4c6ed7')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue