diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2013-09-09 21:41:34 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2013-09-09 21:42:08 +0200 |
commit | ea88f3f97fa1cea898fc983c069cea89ab8064a2 (patch) | |
tree | 161783ab61597f9d816060f6be4df9e565360857 /xorg-xf86-video-vesa | |
parent | 95ea66d1874c0cdd789a4b6b82c4a17599a90ba4 (diff) | |
download | xorg-ea88f3f97fa1cea898fc983c069cea89ab8064a2.tar.gz xorg-ea88f3f97fa1cea898fc983c069cea89ab8064a2.tar.xz |
xorg-xf86-video-vesa: updated to 2.3.3
Diffstat (limited to 'xorg-xf86-video-vesa')
-rw-r--r-- | xorg-xf86-video-vesa/.md5sum | 3 | ||||
-rw-r--r-- | xorg-xf86-video-vesa/Pkgfile | 7 | ||||
-rw-r--r-- | xorg-xf86-video-vesa/mibstore.patch | 29 |
3 files changed, 4 insertions, 35 deletions
diff --git a/xorg-xf86-video-vesa/.md5sum b/xorg-xf86-video-vesa/.md5sum index d0565d2d..eca2fefc 100644 --- a/xorg-xf86-video-vesa/.md5sum +++ b/xorg-xf86-video-vesa/.md5sum @@ -1,2 +1 @@ -6a76e7af2bb6b22787782be4e10d18a7 mibstore.patch -3eddd393fba79550e012d717499d58ad xf86-video-vesa-2.3.2.tar.bz2 +3690a5356ed121b1a7dfb59a6dcf4bf9 xf86-video-vesa-2.3.3.tar.bz2 diff --git a/xorg-xf86-video-vesa/Pkgfile b/xorg-xf86-video-vesa/Pkgfile index 93449bfd..614c58b7 100644 --- a/xorg-xf86-video-vesa/Pkgfile +++ b/xorg-xf86-video-vesa/Pkgfile @@ -4,13 +4,12 @@ # Depends on: xorg-server name=xorg-xf86-video-vesa -version=2.3.2 -release=2 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-$version.tar.bz2 mibstore.patch) +version=2.3.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-$version.tar.bz2) build() { cd xf86-video-vesa-$version - patch -p1 -i $SRC/mibstore.patch ./configure --prefix=/usr --mandir=/usr/man make diff --git a/xorg-xf86-video-vesa/mibstore.patch b/xorg-xf86-video-vesa/mibstore.patch deleted file mode 100644 index e7d85108..00000000 --- a/xorg-xf86-video-vesa/mibstore.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 60d2dc115c4b6210d3b1e05f5b0c39d1f7917cbc Mon Sep 17 00:00:00 2001 -From: Adam Jackson <ajax@redhat.com> -Date: Tue, 25 Sep 2012 12:55:03 +0000 -Subject: Remove mibstore.h - -Signed-off-by: Adam Jackson <ajax@redhat.com> ---- -diff --git a/src/vesa.c b/src/vesa.c -index 11cd26c..b73d104 100644 ---- a/src/vesa.c -+++ b/src/vesa.c -@@ -49,9 +49,6 @@ - /* All drivers initialising the SW cursor need this */ - #include "mipointer.h" - --/* All drivers implementing backing store need this */ --#include "mibstore.h" -- - /* Colormap handling */ - #include "micmap.h" - #include "xf86cmap.h" -@@ -1081,7 +1078,6 @@ VESAScreenInit(SCREEN_INIT_ARGS_DECL) - VESADGAInit(pScrn, pScreen); - - xf86SetBlackWhitePixels(pScreen); -- miInitializeBackingStore(pScreen); - xf86SetBackingStore(pScreen); - - /* software cursor */ |