aboutsummaryrefslogtreecommitdiffstats
path: root/main/xf86-video-dummy
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2013-09-14 10:54:01 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-09-14 10:54:01 +0200
commit63cc3900dc8bb245f4684bccf7c9b76cae1fa68e (patch)
tree087a342b7e1b625ade92d1e668b395fdaba8cca8 /main/xf86-video-dummy
parentc3c20941731d99273a8e3f79469f0955edb6799a (diff)
xf86-video-dummy: remove mibstore.patch
Diffstat (limited to 'main/xf86-video-dummy')
-rw-r--r--main/xf86-video-dummy/APKBUILD13
-rw-r--r--main/xf86-video-dummy/mibstore.patch31
2 files changed, 4 insertions, 40 deletions
diff --git a/main/xf86-video-dummy/APKBUILD b/main/xf86-video-dummy/APKBUILD
index 1896e1bed2c..f9831fc3d70 100644
--- a/main/xf86-video-dummy/APKBUILD
+++ b/main/xf86-video-dummy/APKBUILD
@@ -10,9 +10,7 @@ subpackages="$pkgname-doc"
depends=
makedepends="pkgconfig xorg-server-dev libxi-dev fontsproto randrproto
videoproto renderproto xf86dgaproto"
-
-source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2
- mibstore.patch"
+source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2"
_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
@@ -40,9 +38,6 @@ package() {
rm "$pkgdir"/usr/lib/xorg/modules/*/*.la || return 1
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
-md5sums="071e408461f2fec1764723474fbafdf4 xf86-video-dummy-0.3.7.tar.bz2
-c60006edbfd14b36c285fd760ec53c44 mibstore.patch"
-sha256sums="56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680 xf86-video-dummy-0.3.7.tar.bz2
-06fe79ba658712a1abb0612a049c1061618d30e72d4939fc59c8c905d9d4d5bb mibstore.patch"
-sha512sums="2893964f19901af0b18417a271a3418c5adfaa311cd1688c159b86a7bdf68517d53d98a9b2c1a9942c7d2cde8ccb742832fd78c2ab0aa29844d261b9334548ec xf86-video-dummy-0.3.7.tar.bz2
-c141a4f316b67f06d07318af312c2a37c764b34ea6fdd17413a2e08e4f2e4e817499bea3bbbbf894fc4c08e74f721e3c640a300a8eb052b5b733b5142392c2ac mibstore.patch"
+md5sums="071e408461f2fec1764723474fbafdf4 xf86-video-dummy-0.3.7.tar.bz2"
+sha256sums="56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680 xf86-video-dummy-0.3.7.tar.bz2"
+sha512sums="2893964f19901af0b18417a271a3418c5adfaa311cd1688c159b86a7bdf68517d53d98a9b2c1a9942c7d2cde8ccb742832fd78c2ab0aa29844d261b9334548ec xf86-video-dummy-0.3.7.tar.bz2"
diff --git a/main/xf86-video-dummy/mibstore.patch b/main/xf86-video-dummy/mibstore.patch
deleted file mode 100644
index 4b0b46ef300..00000000000
--- a/main/xf86-video-dummy/mibstore.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 44f04fd3046043ed31369025f34353c4e0e5c1cd Mon Sep 17 00:00:00 2001
-From: Adam Jackson <ajax@redhat.com>
-Date: Tue, 25 Sep 2012 12:54:36 +0000
-Subject: Remove mibstore.h
-
-Signed-off-by: Adam Jackson <ajax@redhat.com>
----
-diff --git a/src/dummy_driver.c b/src/dummy_driver.c
-index 62066d6..6062c39 100644
---- a/src/dummy_driver.c
-+++ b/src/dummy_driver.c
-@@ -14,9 +14,6 @@
- /* All drivers initialising the SW cursor need this */
- #include "mipointer.h"
-
--/* All drivers implementing backing store need this */
--#include "mibstore.h"
--
- /* All drivers using the mi colormap manipulation need this */
- #include "micmap.h"
-
-@@ -617,7 +614,6 @@ DUMMYScreenInit(SCREEN_INIT_ARGS_DECL)
- , lines - pScrn->virtualY);
- }
-
-- miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
- xf86SetSilkenMouse(pScreen);
-
---
-cgit v0.9.0.2-2-gbebe