summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xxorg/X11R7.6/buildx.sh5
-rw-r--r--xorg/X11R7.6/x11_file_list.txt2
2 files changed, 4 insertions, 3 deletions
diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh
index b778a605..18bbba46 100755
--- a/xorg/X11R7.6/buildx.sh
+++ b/xorg/X11R7.6/buildx.sh
@@ -52,8 +52,9 @@ download_file()
status=$?
cd ..
return $status
- elif [ "$file" = "pixman-0.15.20.tar.bz2" ]; then
- wget -cq http://ftp.x.org/pub/individual/lib/$file
+# note pixman updated
+ elif [ "$file" = "pixman-0.30.0.tar.bz2" ]; then
+ wget -cq http://xorg.freedesktop.org/archive/individual/lib/$file
status=$?
cd ..
return $status
diff --git a/xorg/X11R7.6/x11_file_list.txt b/xorg/X11R7.6/x11_file_list.txt
index 1223e812..d6f86892 100644
--- a/xorg/X11R7.6/x11_file_list.txt
+++ b/xorg/X11R7.6/x11_file_list.txt
@@ -10,7 +10,7 @@ damageproto-1.2.1.tar.bz2 : damageproto-1.2.1
makedepend-1.0.3.tar.bz2 : makedepend-1.0.3 :
libxml2-sources-2.7.8.tar.gz : libxml2-2.7.8 :
libpng-1.2.46.tar.gz : libpng-1.2.46 :
-pixman-0.15.20.tar.bz2 : pixman-0.15.20 : --disable-gtk
+pixman-0.30.0.tar.bz2 : pixman-0.30.0 : --disable-gtk
freetype-2.4.6.tar.bz2 : freetype-2.4.6 :
fontconfig-2.8.0.tar.gz : fontconfig-2.8.0 :
cairo-1.8.8.tar.gz : cairo-1.8.8 :