diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-07 10:04:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-07 18:23:44 +0000 |
commit | 7c8aeb8971d427bae3b78db959af4c0567a4305f (patch) | |
tree | 1a90099f97483991576e54555d65e457f34046fd /main/xf86-video-qxl | |
parent | d536c2116bb0ebac00ae3f4c43bd1a142f353f21 (diff) | |
download | aports-7c8aeb8971d427bae3b78db959af4c0567a4305f.tar.bz2 aports-7c8aeb8971d427bae3b78db959af4c0567a4305f.tar.xz |
main/xf86-video-qxl: rebuild against xorg-server-1.14
Diffstat (limited to 'main/xf86-video-qxl')
-rw-r--r-- | main/xf86-video-qxl/APKBUILD | 12 | ||||
-rw-r--r-- | main/xf86-video-qxl/mibstore.patch | 21 |
2 files changed, 30 insertions, 3 deletions
diff --git a/main/xf86-video-qxl/APKBUILD b/main/xf86-video-qxl/APKBUILD index a9b2e7aabd..80f92f48b5 100644 --- a/main/xf86-video-qxl/APKBUILD +++ b/main/xf86-video-qxl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-qxl pkgver=0.1.0 -pkgrel=2 +pkgrel=4 pkgdesc="Xorg X11 qxl video driver" url="http://www.x.org" arch="all" @@ -12,7 +12,8 @@ makedepends="xorg-server-dev spice-dev xorg-server xproto fontsproto randrproto renderproto videoproto xf86dgaproto" install="" subpackages="$pkgname-doc" -source="http://xorg.freedesktop.org/releases/individual/driver/xf86-video-qxl-$pkgver.tar.bz2" +source="http://xorg.freedesktop.org/releases/individual/driver/xf86-video-qxl-$pkgver.tar.bz2 + mibstore.patch" _builddir="$srcdir"/xf86-video-qxl-$pkgver prepare() { @@ -43,4 +44,9 @@ package() { rm "$pkgdir"/usr/lib/xorg/modules/*/*.la } -md5sums="3d854268744ff92751430d83b8acaeb6 xf86-video-qxl-0.1.0.tar.bz2" +md5sums="3d854268744ff92751430d83b8acaeb6 xf86-video-qxl-0.1.0.tar.bz2 +b90a966c4d4a9d1584112f534f52c459 mibstore.patch" +sha256sums="5ca3c1039fc195e73fa68558d0d7ee2b97cf10f4e7474ca533732a5d39ebbce5 xf86-video-qxl-0.1.0.tar.bz2 +241bd977f4ba6e914fc4abf3dbffdebf7c2166989df68218d4436c03937e9d52 mibstore.patch" +sha512sums="4ff5f4ca60bf54769833e13ef030fe08bad84955be20c86d26d82687ccb4cd58770e03cfbeaa49dc64b2ff99400d380769b30e3b86cf746377c6d621aa405e1f xf86-video-qxl-0.1.0.tar.bz2 +1027ec2adfff285c418be7ef06d6d115bb69babbd9fa5b66ab2b00522b2668b72424f125b1f1e13ba67855b48d27ad64fef8263b6a60e4963f352a0a2e78bad9 mibstore.patch" diff --git a/main/xf86-video-qxl/mibstore.patch b/main/xf86-video-qxl/mibstore.patch new file mode 100644 index 0000000000..4f11f1d01f --- /dev/null +++ b/main/xf86-video-qxl/mibstore.patch @@ -0,0 +1,21 @@ +From 819b1f62efbecf33db7bb0b4402a798262ae4574 Mon Sep 17 00:00:00 2001 +From: Adam Jackson <ajax@redhat.com> +Date: Thu, 10 Jan 2013 03:55:47 +0000 +Subject: Remove mibstore.h + +Signed-off-by: Adam Jackson <ajax@redhat.com> +--- +diff --git a/src/uxa/uxa-priv.h b/src/uxa/uxa-priv.h +index ad83963..e3c581c 100644 +--- a/src/uxa/uxa-priv.h ++++ b/src/uxa/uxa-priv.h +@@ -45,7 +45,6 @@ + #include "pixmapstr.h" + #include "windowstr.h" + #include "servermd.h" +-#include "mibstore.h" + #include "colormapst.h" + #include "gcstruct.h" + #include "input.h" +-- +cgit v0.9.0.2-2-gbebe |