diff options
author | marha <marha@users.sourceforge.net> | 2011-03-25 10:41:05 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-03-25 10:41:05 +0000 |
commit | 272e57235cd60a2e65ac8258d96a02eb3939b687 (patch) | |
tree | 789d74bd6ec1cc468f1f81aab97d4e4dfdb2d5c5 /updategit.bat | |
parent | b39f063f74bf0163eaf34db03134f226d18142ec (diff) | |
download | vcxsrv-272e57235cd60a2e65ac8258d96a02eb3939b687.tar.gz vcxsrv-272e57235cd60a2e65ac8258d96a02eb3939b687.tar.bz2 vcxsrv-272e57235cd60a2e65ac8258d96a02eb3939b687.zip |
git update until 25 Mar 2011
xserver
fontconfig
glproto
libXau
libXft
libXmu
libfontenc
libxcb
mesa
mkfontscale
pixman
randrproto
xkeyboard-config
xtrans
xwininfo
updated following packages:
xproto-7.0.21
xineramaproto-1.2.1
libXt-1.1.1
libxkbfile-1.0.7
libXpm-3.5.9
libXfont-1.4.3
libXaw-1.0.9
bdftopcf-1.0.3
encodings-1.0.4
fixesproto-5.0
font-adobe-100dpi-1.0.3
font-adobe-75dpi-1.0.3
font-adobe-utopia-100dpi-1.0.4
font-adobe-utopia-75dpi-1.0.4
font-adobe-utopia-type1-1.0.4
font-alias-1.0.3
font-arabic-misc-1.0.3
font-bh-100dpi-1.0.3
font-bh-75dpi-1.0.3
font-bh-lucidatypewriter-100dpi-1.0.3
font-bh-lucidatypewriter-75dpi-1.0.3
font-bh-ttf-1.0.3
font-bh-type1-1.0.3
font-bitstream-100dpi-1.0.3
font-bitstream-75dpi-1.0.3
font-bitstream-speedo-1.0.2
font-bitstream-type1-1.0.3
font-cronyx-cyrillic-1.0.3
font-cursor-misc-1.0.3
font-daewoo-misc-1.0.3
font-dec-misc-1.0.3
font-ibm-type1-1.0.3
font-isas-misc-1.0.3
font-jis-misc-1.0.3
font-micro-misc-1.0.3
font-misc-cyrillic-1.0.3
font-misc-ethiopic-1.0.3
font-misc-meltho-1.0.3
font-misc-misc-1.1.2
font-mutt-misc-1.0.3
font-schumacher-misc-1.1.2
font-screen-cyrillic-1.0.4
font-sony-misc-1.0.3
font-sun-misc-1.0.3
font-util-1.2.0
font-winitzki-cyrillic-1.0.3
font-xfree86-type1-1.0.4
Diffstat (limited to 'updategit.bat')
-rw-r--r-- | updategit.bat | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/updategit.bat b/updategit.bat index 0f85262c7..91dfb584a 100644 --- a/updategit.bat +++ b/updategit.bat @@ -15,6 +15,13 @@ if not isdir xkbcomp git clone git://anongit.freedesktop.org/xorg/app/x if not isdir pixman git clone git://anongit.freedesktop.org/pixman
if not isdir xextproto git clone git://anongit.freedesktop.org/xorg/proto/xextproto
if not isdir randrproto git clone git://anongit.freedesktop.org/xorg/proto/randrproto
+if not isdir glproto git clone git://anongit.freedesktop.org/xorg/proto/glproto
+if not isdir mkfontscale git clone git://anongit.freedesktop.org/xorg/app/mkfontscale
+if not isdir xwininfo git clone git://anongit.freedesktop.org/xorg/app/xwininfo
+if not isdir libXft git clone git://anongit.freedesktop.org/xorg/lib/libXft
+if not isdir libXmu git clone git://anongit.freedesktop.org/xorg/lib/libXmu
+if not isdir libxtrans git clone git://anongit.freedesktop.org/xorg/lib/libxtrans
+if not isdir fontconfig git clone git://anongit.freedesktop.org/fontconfig
if not isdir mesa git clone git://anongit.freedesktop.org/git/mesa/mesa
pushd .
@@ -74,6 +81,34 @@ echo Updating randrproto |& tee /a d:\updategit.log pushd randrproto |& tee /a d:\updategit.log
git pull |& tee /a d:\updategit.log
popd
+echo Updating glproto |& tee /a d:\updategit.log
+pushd glproto |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
+popd
+echo Updating mkfontscale|& tee /a d:\updategit.log
+pushd mkfontscale |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
+popd
+echo Updating xwininfo |& tee /a d:\updategit.log
+pushd xwininfo |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
+popd
+echo Updating libXft |& tee /a d:\updategit.log
+pushd libXft |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
+popd
+echo Updating libXmu |& tee /a d:\updategit.log
+pushd libXmu |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
+popd
+echo Updating libxtrans |& tee /a d:\updategit.log
+pushd libxtrans |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
+popd
+echo Updating fontconfig |& tee /a d:\updategit.log
+pushd fontconfig |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
+popd
echo Updating mesa |& tee /a d:\updategit.log
pushd mesa |& tee /a d:\updategit.log
git pull |& tee /a d:\updategit.log
|