From 39f99a327416fc85432c40fd1b789b436eec49d5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 29 Jan 2014 13:41:50 +0100 Subject: [PATCH] xf86-video-fbturbo-git: removed; stable version is enough. --- srcpkgs/xf86-video-fbturbo-git/template | 32 ------------------------- 1 file changed, 32 deletions(-) delete mode 100644 srcpkgs/xf86-video-fbturbo-git/template diff --git a/srcpkgs/xf86-video-fbturbo-git/template b/srcpkgs/xf86-video-fbturbo-git/template deleted file mode 100644 index 3947313015e..00000000000 --- a/srcpkgs/xf86-video-fbturbo-git/template +++ /dev/null @@ -1,32 +0,0 @@ -# Template build file for 'xf86-video-fbturbo-git'. -# Latest commit as of 20140124 -_githash=8dec039ed5f2205cb1306f57e0af27a1d4f2dfec - -pkgname=xf86-video-fbturbo-git -version=20140124 -revision=3 -build_style=gnu-configure -create_srcdir=yes -distfiles="https://github.com/ssvb/xf86-video-fbturbo/archive/${_githash}.tar.gz" -checksum="5470d35dc726f37dbcd6cbf0fb02b0d8aa1bbe42270375b07564647181bcc918" -wrksrc="xf86-video-fbturbo-${_githash}" -short_desc="Xorg DDX driver for Allwinner A10/A13 and other ARM devices" -homepage="http://github.com/ssvb/xf86-video-fbturbo" -license="MIT, GPL" -maintainer="Juan RP " - -only_for_archs="armv6l armv7l" -hostmakedepends="automake libtool pkg-config xorg-util-macros xorg-server-devel" -makedepends="libump-devel-git libXrandr-devel xorg-server-devel>=1.14" -depends="xserver-abi-video-14_1" -provides="xf86-video-fbturbo-${version}_${revision}" -replaces="xf86-video-fbturbo>=0" - -pre_configure() { - cp /usr/include/xorg/dri2.h src - autoreconf -fi -} - -post_install() { - vinstall xorg.conf 644 etc/X11/xorg.conf.d 99-fbturbo.conf -}