commit 8851f5934220e76a8845c9b9d0c891d9c6b9905a Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Tue Mar 31 21:34:17 2015 +0200 xorg-xf86-video-trident: updated to 1.3.7 diff --git a/xorg-xf86-video-trident/.md5sum b/xorg-xf86-video-trident/.md5sum index b3e8604..4b23f15 100644 --- a/xorg-xf86-video-trident/.md5sum +++ b/xorg-xf86-video-trident/.md5sum @@ -1,2 +1 @@ -4d7f4c8e7663f9e194c9393a80d5442f mibstore.patch -86fed7e2b2876cb349f958cdd8319118 xf86-video-trident-1.3.6.tar.bz2 +04243bba246fe369c30a3b970f5b1c23 xf86-video-trident-1.3.7.tar.bz2 diff --git a/xorg-xf86-video-trident/Pkgfile b/xorg-xf86-video-trident/Pkgfile index 02d53ff..b77f2b7 100644 --- a/xorg-xf86-video-trident/Pkgfile +++ b/xorg-xf86-video-trident/Pkgfile @@ -4,13 +4,12 @@ # Depends on: xorg-server name=xorg-xf86-video-trident -version=1.3.6 -release=2 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-trident-$v... mibstore.patch) +version=1.3.7 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-trident-$v...) build() { cd xf86-video-trident-$version - patch -p1 -i $SRC/mibstore.patch ./configure --prefix=/usr --mandir=/usr/man make diff --git a/xorg-xf86-video-trident/mibstore.patch b/xorg-xf86-video-trident/mibstore.patch deleted file mode 100644 index 7b837e4..0000000 --- a/xorg-xf86-video-trident/mibstore.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -rupN xf86-video-trident-1.3.6-orig/src/trident_driver.c xf86-video-trident-1.3.6/src/trident_driver.c ---- xf86-video-trident-1.3.6-orig/src/trident_driver.c 2013-03-09 15:26:15.618404327 +0100 -+++ xf86-video-trident-1.3.6/src/trident_driver.c 2013-03-09 15:26:51.242622434 +0100 -@@ -56,7 +56,6 @@ - - #include "mipointer.h" - --#include "mibstore.h" - #include "shadow.h" - #include "trident.h" - #include "trident_regs.h" -@@ -3037,7 +3036,6 @@ TRIDENTScreenInit(SCREEN_INIT_ARGS_DECL) - TridentAccelInit(pScreen); - } - -- miInitializeBackingStore(pScreen); - xf86SetBackingStore(pScreen); - - /* Initialise cursor functions */