mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/spice to 0.12.5-1
This commit is contained in:
parent
831ac8e6b9
commit
412bf21e63
1 changed files with 4 additions and 7 deletions
|
@ -8,20 +8,18 @@
|
|||
# - add v5 arch to configure
|
||||
|
||||
pkgname=spice
|
||||
pkgver=0.12.4
|
||||
pkgrel=3
|
||||
pkgver=0.12.5
|
||||
pkgrel=1
|
||||
pkgdesc="SPICE client and server"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://spice-space.org"
|
||||
license=('LGPL2.1')
|
||||
depends=(alsa-lib celt0.5.1 libjpeg-turbo libsasl libxinerama libxfixes libxrandr pixman)
|
||||
makedepends=(python2-pyparsing spice-protocol)
|
||||
source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2
|
||||
CVE-2013-4282.patch)
|
||||
source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
patch -Np1 -i ../CVE-2013-4282.patch
|
||||
sed -i 's/|armv6|/|armv5tel|armv6|/' configure
|
||||
}
|
||||
|
||||
|
@ -35,5 +33,4 @@ package() {
|
|||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
||||
md5sums=('325b1c42ce24e75de45a75876b73a8bd'
|
||||
'24a1648e7c684b4444d7921b5534767e')
|
||||
md5sums=('1256286214fe402703c0a01bd3a85319')
|
||||
|
|
Loading…
Reference in a new issue