Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: xvfb/building/fetch-source

Issue 9348009: Add a new tool holding Xvfb bits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: '' Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xvfb/Xvfb.64bit ('k') | xvfb/building/install-prereq » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xvfb/building/fetch-source
===================================================================
--- xvfb/building/fetch-source (revision 0)
+++ xvfb/building/fetch-source (revision 0)
@@ -0,0 +1,38 @@
+#!/bin/sh
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This is here to record where we fetched the source packages.
+
+function getxfromy() {
+ if [ \! -f "$1" ] ; then
+ wget "$2"/"$1"
+ fi
+}
+
+getxfromy util-macros-1.11.0.tar.gz \
+ http://xorg.freedesktop.org/releases/individual/util
+
+getxfromy xproto-7.0.20.tar.gz \
+ http://xorg.freedesktop.org/releases/individual/proto
+
+getxfromy dri2proto-2.3.tar.gz \
+ http://xorg.freedesktop.org/releases/individual/proto
+
+getxfromy xcb-proto-1.6.tar.gz \
+ http://xorg.freedesktop.org/releases/individual/xcb
+
+getxfromy libXfont-1.4.3.tar.gz \
+ http://xorg.freedesktop.org/releases/individual/lib
+
+getxfromy libxkbfile-1.0.7.tar.gz \
+ http://xorg.freedesktop.org/releases/individual/lib
+
+getxfromy xorg-server-1.9.3.901.tar.gz \
+ http://xorg.freedesktop.org/releases/individual/xserver
+
+getxfromy libdrm-2.4.26.tar.gz http://dri.freedesktop.org/libdrm
+getxfromy MesaGLUT-7.11.tar.gz ftp://ftp.freedesktop.org/pub/mesa/7.11
+getxfromy MesaLib-7.11.tar.gz ftp://ftp.freedesktop.org/pub/mesa/7.11
+getxfromy libXmu-1.0.5.tar.gz http://ftp.x.org/pub/individual/lib
Property changes on: xvfb/building/fetch-source
___________________________________________________________________
Added: svn:executable
+ *
« no previous file with comments | « xvfb/Xvfb.64bit ('k') | xvfb/building/install-prereq » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698