Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg73.git;a=commitdiff;h=8446a3fc4a8881fac341446269dd94e8efba7891
commit 8446a3fc4a8881fac341446269dd94e8efba7891
Author: crazy <[EMAIL PROTECTED]>
Date: Wed Jan 16 14:34:24 2008 +0100
xorg.sh
* set _F_xorg_ind to be 1 , also fix the check to look for 1 | 0
* like it was indeed :)
* There is no way to get something usable from released xorg.
* They simply push all the fixed stuff to individual without to care about
* 'stable' releses right now.
diff --git a/source/include/xorg.sh b/source/include/xorg.sh
index 565800a..3a58d5a 100644
--- a/source/include/xorg.sh
+++ b/source/include/xorg.sh
@@ -61,11 +61,17 @@ if [[ $pkgname =~ ^xf86-input- ]]; then
makedepends=('inputproto' 'randrproto')
fi
url="http://xorg.freedesktop.org"
-if [ -z "$_F_xorg_ind" ]; then
- _F_xorg_release_dir="X11R7.3/src"
-else
+
+# set individual to be 1 , released xorg is crap at the moment , no way to get
something
+# usable from there.
+_F_xorg_ind=1
+
+if [ "$_F_xorg_ind" -eq 1 ]; then
_F_xorg_release_dir="individual"
+else
+ _F_xorg_release_dir="X11R7.3/src"
fi
+
_F_xorg_dir=`echo ${groups[$(([EMAIL PROTECTED]))]}|sed
's/xorg-\(.*\)/\1/;s/s$//'`
_F_xorg_version="X11R7."
[ "$_F_xorg_name" = "xorg-server" ] && _F_xorg_dir="xserver"
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git