xf86-video-sisusb: update to 0.9.7 (xorg-server-1.19.x)
This commit is contained in:
parent
24f7394918
commit
9b46fdcda3
2 changed files with 4 additions and 36 deletions
|
@ -1,29 +0,0 @@
|
|||
From 293d0902705c272b83432a955fb6a3c96dd6cea7 Mon Sep 17 00:00:00 2001
|
||||
From: Adam Jackson <ajax@redhat.com>
|
||||
Date: Tue, 25 Sep 2012 12:54:52 +0000
|
||||
Subject: Remove mibstore.h
|
||||
|
||||
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
||||
---
|
||||
diff --git a/src/sisusb_driver.c b/src/sisusb_driver.c
|
||||
index 539b9f1..0fdc8e9 100644
|
||||
--- src/sisusb_driver.c
|
||||
+++ src/sisusb_driver.c
|
||||
@@ -39,7 +39,6 @@
|
||||
#include "shadowfb.h"
|
||||
#include "micmap.h"
|
||||
#include "mipointer.h"
|
||||
-#include "mibstore.h"
|
||||
|
||||
#include "sisusb_regs.h"
|
||||
#include "sisusb_dac.h"
|
||||
@@ -1907,7 +1906,6 @@ SISUSBScreenInit(SCREEN_INIT_ARGS_DECL)
|
||||
/* Initialize the accelerators */
|
||||
SiSUSBAccelInit(pScreen);
|
||||
|
||||
- miInitializeBackingStore(pScreen);
|
||||
xf86SetBackingStore(pScreen);
|
||||
|
||||
/* NO SilkenMouse. Never. Ever. */
|
||||
--
|
||||
cgit v0.9.0.2-2-gbebe
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xf86-video-sisusb'.
|
||||
pkgname=xf86-video-sisusb
|
||||
version=0.9.6
|
||||
revision=11
|
||||
version=0.9.7
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -11,10 +11,7 @@ short_desc="Xorg SiS USB video driver"
|
|||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
#distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/xorg-x11-drv-sisusb/${pkgname}-${version}.tar.bz2/8ebcd2bc5a87a3f1362fa76616a83e57/${pkgname}-${version}.tar.bz2"
|
||||
checksum=73dbef43c56a4ce1445c27ebac2ddc062c643c32ca6e2a4d095aea2185b9e046
|
||||
|
||||
broken="xserver-1.19.x"
|
||||
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
||||
checksum=f4400416b920cd1136d60d36b99d33f245cdeaf2ad6c1340936c7c0987761424
|
||||
|
||||
LDFLAGS="-Wl,-z,lazy"
|
||||
|
|
Loading…
Reference in a new issue