Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7d60ec1aec98f835bac942585c734f804e706dd5
commit 7d60ec1aec98f835bac942585c734f804e706dd5 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sun Jan 20 22:40:01 2008 +0100 x/xorg: blacklist xf86-video-i810 (replaced by -intel) diff --git a/t/xorg b/t/xorg index 0b9db33..5224a7b 100755 --- a/t/xorg +++ b/t/xorg @@ -21,11 +21,12 @@ done |sort -u |tr '[A-Z]' '[a-z]'>$upstream ls source/x11|sed 's|/$||' >$fw # xf86-video-impact is mips-only :) # xf86-video-wsfb is for *bsd +# xf86-video-i810: replaced by xf86-video-intel # compiz is in x11-extra # mkcfm is removed by priyank # xkbdata deprecated | not maintained anymore. xkeyboard-config replaced it. # xf86-video-glide: makedepends on xfree86.. # grandr: requires xrandr >= 1.2. initial FB @ http://yugo.frugalware.org/~vmiklos/grandr/FrugalBuild diff -u $upstream $fw|grep ^-[^-] |grep -v \ -'\(xf86-video-impact\|xf86-video-wsfb\|compiz\|mkcfm\|xkbdata\|xf86-video-glide\|grandr\)'|sed 's/^-//' +'\(xf86-video-impact\|xf86-video-wsfb\|xf86-video-i810\|compiz\|mkcfm\|xkbdata\|xf86-video-glide\|grandr\)'|sed 's/^-//' rm -f $upstream $fw _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
