mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/weston to 1.10.0-1
This commit is contained in:
parent
010c373988
commit
8c8401eb57
1 changed files with 4 additions and 4 deletions
|
@ -4,19 +4,19 @@
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - export flags for rpi
|
# - export flags for rpi
|
||||||
# - patch to not call vc_dispmanx_set_wl_buffer_in_use
|
|
||||||
|
|
||||||
pkgname=weston
|
pkgname=weston
|
||||||
pkgver=1.9.0
|
pkgver=1.10.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Reference implementation of a Wayland compositor'
|
pkgdesc='Reference implementation of a Wayland compositor'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://wayland.freedesktop.org'
|
url='http://wayland.freedesktop.org'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
|
depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
|
||||||
|
makedepends=('wayland-protocols')
|
||||||
[ "$CARCH" == 'armv6h' ] && makedepends=('raspberrypi-firmware')
|
[ "$CARCH" == 'armv6h' ] && makedepends=('raspberrypi-firmware')
|
||||||
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
|
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
|
||||||
sha1sums=('94b70baca9a6ba007c696b740a711586f9dc274f')
|
sha1sums=('c9c2c8e2e798b25e7bf6b31bf0c4ef08724a7ebb')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue