Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=5ffa32af9652b6d65eb8fc69948edebc98d37e4e
commit 5ffa32af9652b6d65eb8fc69948edebc98d37e4e Author: Krisztian VASAS <[email protected]> Date: Fri Jan 2 11:12:52 2009 +0100 xf86-video-dummy-0.3.0-1-i686 - version bump - added a compile fix diff --git a/source/x11/xf86-video-dummy/01-remove_xf86Version.h.patch1 b/source/x11/xf86-video-dummy/01-remove_xf86Version.h.patch1 new file mode 100644 index 0000000..b89f5f2 --- /dev/null +++ b/source/x11/xf86-video-dummy/01-remove_xf86Version.h.patch1 @@ -0,0 +1,14 @@ +diff --git a/src/dummy_driver.c b/src/dummy_driver.c +index 02ba1d9..1f44d7e 100644 +--- a/src/dummy_driver.c ++++ b/src/dummy_driver.c +@@ -11,9 +11,6 @@ + #include "xf86.h" + #include "xf86_OSproc.h" + +-/* This is used for module versioning */ +-#include "xf86Version.h" +- + /* All drivers initialising the SW cursor need this */ + #include "mipointer.h" + diff --git a/source/x11/xf86-video-dummy/FrugalBuild b/source/x11/xf86-video-dummy/FrugalBuild index 1f7b146..d0adc66 100644 --- a/source/x11/xf86-video-dummy/FrugalBuild +++ b/source/x11/xf86-video-dummy/FrugalBuild @@ -2,15 +2,18 @@ # Maintainer: Christian Hamar alias krix <[email protected]> pkgname=xf86-video-dummy -pkgver=0.2.0 -pkgrel=3 +pkgver=0.3.0 +pkgrel=1 pkgdesc="X.Org driver for dummy cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.4.0.90') +depends=('xorg-server>=1.5.99.3') makedepends=('randrproto' 'renderproto' 'xf86dgaproto' 'videoproto') Finclude xorg -sha1sums=('8a176b64ed0eb8bc8ce16eeb3e78cf73a95b165e') +source=(${sour...@]} \ + '01-remove_xf86Version.h.patch1') +sha1sums=('0fd77aeb9939db79d9eb24f9e1c0c6e6e47e9824' \ + '893d532490a98f86c5c0fe00eb6d301bee147e48') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
