diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xf86-video-ati/.footprint | 9 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-ati/.md5sum | 2 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-ati/Pkgfile | 7 |
3 files changed, 10 insertions, 8 deletions
diff --git a/xorg/xorg-xf86-video-ati/.footprint b/xorg/xorg-xf86-video-ati/.footprint index a40600811..e178bb11c 100644 --- a/xorg/xorg-xf86-video-ati/.footprint +++ b/xorg/xorg-xf86-video-ati/.footprint @@ -14,7 +14,8 @@ drwxr-xr-x root/root usr/lib/xorg/modules/multimedia/ -rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre_detect_drv.so -rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre_drv.so -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man4/ --rw-r--r-- root/root usr/man/man4/ati.4.gz --rw-r--r-- root/root usr/man/man4/radeon.4.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man4/ +-rw-r--r-- root/root usr/share/man/man4/ati.4.gz +-rw-r--r-- root/root usr/share/man/man4/radeon.4.gz diff --git a/xorg/xorg-xf86-video-ati/.md5sum b/xorg/xorg-xf86-video-ati/.md5sum index fda057cb3..0dc73ba12 100644 --- a/xorg/xorg-xf86-video-ati/.md5sum +++ b/xorg/xorg-xf86-video-ati/.md5sum @@ -1 +1 @@ -2bf50461378771497501ca7f678d36f3 xf86-video-ati-6.12.2.tar.bz2 +e662348f6f957fcedf52818d668ab9f5 xf86-video-ati-6.12.4.tar.bz2 diff --git a/xorg/xorg-xf86-video-ati/Pkgfile b/xorg/xorg-xf86-video-ati/Pkgfile index 5724ab591..737d18261 100644 --- a/xorg/xorg-xf86-video-ati/Pkgfile +++ b/xorg/xorg-xf86-video-ati/Pkgfile @@ -1,17 +1,18 @@ # Description: xorg driver xf86-video-ati # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-server name=xorg-xf86-video-ati -version=6.12.2 +version=6.12.4 release=1 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-$version.tar.bz2) build() { cd xf86-video-ati-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |