From 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 Feb 2013 01:12:52 -0800 Subject: Sun Feb 10 01:12:35 PST 2013 --- ~coadde/xf86-video-nouveau-git/PKGBUILD | 52 ---------------------- .../xf86-video-nouveau.install | 16 ------- 2 files changed, 68 deletions(-) delete mode 100644 ~coadde/xf86-video-nouveau-git/PKGBUILD delete mode 100644 ~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install (limited to '~coadde/xf86-video-nouveau-git') diff --git a/~coadde/xf86-video-nouveau-git/PKGBUILD b/~coadde/xf86-video-nouveau-git/PKGBUILD deleted file mode 100644 index c8e8e24c3..000000000 --- a/~coadde/xf86-video-nouveau-git/PKGBUILD +++ /dev/null @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer: Andreas Radke -# Contributor: buddabrod -# Contributor: Tavian Barnes -# Maintainer (Parabola): Márcio Silva - -_name=nouveau -_pkgname=xf86-video-nouveau -pkgname=xf86-video-nouveau-git -pkgver=20120612 -pkgrel=1 -pkgdesc="Libre 3D acceleration driver for nVidia cards" -arch=('i686' 'x86_64' 'mips64el') -url="http://${_name}.freedesktop.org/wiki/" -license=('GPL') #and MIT, not yet a license file, see http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4 -depends=("libdrm-git" 'udev') -optdepends=('nouveau-dri-git: experimental gallium3d features') -makedepends=('xorg-server-devel' 'libdrm-git' 'xf86driproto' 'git') -conflicts=('xorg-server<1.11.99.902' "${_pkgname}") -provides=("${_pkgname}") -options=('!libtool') -install=${_pkgname}.install - -_gitroot="git://anongit.freedesktop.org/git/${_name}/${_pkgname}" -_gitname="${_pkgname}" - -build() { - cd ${srcdir} - msg "Connecting to GIT server...." - - if [ -d ${startdir}/src/${_gitname} ] ; then - cd ${_gitname} && git pull origin - msg "The local files are updated." - else - git clone ${_gitroot} - fi - - msg "GIT checkout done or server timeout" - msg "Starting make..." - - rm -rf ${srcdir}/${_gitname}-build - cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}-build - cd ${srcdir}/${_gitname}-build - - ./autogen.sh --prefix=/usr - make -} - -package() { - cd ${srcdir}/${_gitname}-build - make DESTDIR=${pkgdir} install -} diff --git a/~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install b/~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install deleted file mode 100644 index 027154ff3..000000000 --- a/~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install +++ /dev/null @@ -1,16 +0,0 @@ -post_install () { - cat << _EOF - ==> make sure you use KernelModeSetting (KMS) - ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more -_EOF -} - -post_upgrade() { - if [ "`vercmp $2 0.0.15_git20100117-1`" -lt 0 ]; then - cat << _EOF - ==> ATTENTION: Usermode support has been dropped - ==> make sure you use KernelModeSetting (KMS) - ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more -_EOF - fi -} -- cgit v1.2.3-54-g00ecf