diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-04 11:50:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-04 13:23:05 +0000 |
commit | 47d54e44086bffa5cac5fc47470a040684ea3af6 (patch) | |
tree | ff65c46e961243c18f39b0870678089dac42a5b4 /main/xf86-video-qxl/APKBUILD | |
parent | c52c675d857678cea5ddeea5facb59dde32b17eb (diff) | |
download | aports-47d54e44086bffa5cac5fc47470a040684ea3af6.tar.bz2 aports-47d54e44086bffa5cac5fc47470a040684ea3af6.tar.xz |
main/xf86-video-qxl: upgrade to 0.1.5
Diffstat (limited to 'main/xf86-video-qxl/APKBUILD')
-rw-r--r-- | main/xf86-video-qxl/APKBUILD | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/main/xf86-video-qxl/APKBUILD b/main/xf86-video-qxl/APKBUILD index e009f4e70b..b7392f4aac 100644 --- a/main/xf86-video-qxl/APKBUILD +++ b/main/xf86-video-qxl/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-qxl -pkgver=0.1.4 -pkgrel=1 +pkgver=0.1.5 +pkgrel=0 pkgdesc="Xorg X11 qxl video driver" url="http://www.x.org" arch="x86 x86_64" @@ -13,20 +13,9 @@ makedepends="xorg-server-dev spice-dev xorg-server xproto fontsproto install="" source="http://xorg.freedesktop.org/releases/individual/driver/xf86-video-qxl-$pkgver.tar.bz2" -_builddir="$srcdir"/xf86-video-qxl-$pkgver -prepare() { - local i - cd "$_builddir" - update_config_sub - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - +builddir="$srcdir"/xf86-video-qxl-$pkgver build() { - cd "$_builddir" + cd "$builddir" export LDFLAGS="$LDFLAGS -Wl,-z,lazy" ./configure \ --build=$CBUILD \ @@ -41,10 +30,8 @@ build() { } package() { - cd "$_builddir" + cd "$builddir" make DESTDIR="$pkgdir" install || return 1 } -md5sums="41e234f38fe8045eef7ade83c34f6dd4 xf86-video-qxl-0.1.4.tar.bz2" -sha256sums="e57ad22f0b1daf8979e722be0cc38d351bfcc2e41568edc566d2bade5a621105 xf86-video-qxl-0.1.4.tar.bz2" -sha512sums="6ce518bb3ee9fce6066b492351c25a4a429edf7eff4ecbe9dc49fe5ee1f1d68586761624d2601f4bb6c4f4ddf7996f2fc8024707501b0de76ab6932bfe82c51d xf86-video-qxl-0.1.4.tar.bz2" +sha512sums="7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782 xf86-video-qxl-0.1.5.tar.bz2" |