Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure X11rdp is not copied to a file called "bin" | Pavel Roskin | 2017-01-17 | 1 | -1/+1 |
| | | | | | It can happen if buildx.sh is run with one argument and them with another without removing build_dir in between. | ||||
* | Fix download caching, only download missing or currently empty files | Pavel Roskin | 2017-01-17 | 1 | -3/+11 |
| | |||||
* | Strip the installed X11rdp binary, not the original | Pavel Roskin | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | buildx.sh: download tarballs using keepalive | Koichiro IWAO | 2016-10-21 | 1 | -23/+18 |
| | | | | | | | | | | | | | Executing wget like wget http://example.com/file1 http://example.com/file2 ... can do HTTP keepalive. Quit calling wget with single file. Downloading multiple files in one http connection is a little bit faster than executing wget more than 100 times. And parallelly execute two instances of wget to increase download speed. | ||||
* | buildx.sh: simplify counting lines | Koichiro IWAO | 2016-10-21 | 1 | -1/+1 |
| | |||||
* | buildx.sh: force forward patch, don't ask whether to revert | Pavel Roskin | 2016-10-09 | 1 | -1/+1 |
| | |||||
* | buildx.sh: remove special case for python, it's not built anymore | Pavel Roskin | 2016-10-08 | 1 | -8/+0 |
| | |||||
* | buildx.sh: utilize all available CPUs when compiling | Pavel Roskin | 2016-10-08 | 1 | -1/+5 |
| | |||||
* | buildx.sh: "clean" is a constant string, not a semantic variable | Pavel Roskin | 2016-10-08 | 1 | -1/+1 |
| | |||||
* | buildx.sh: use "mkdir -p" to create $PREFIX_DIR, don't retry | Pavel Roskin | 2016-10-08 | 1 | -20/+11 |
| | | | | Improve messages about $PREFIX_DIR | ||||
* | buildx.sh: fix clean option | Koichiro IWAO | 2014-05-27 | 1 | -4/+2 |
| | | | | | | | | - fix the use of $mod_dir "build_dir/$mod_dir" was evaluated as "build_dir/ Python-2.7" as variable mod_dir has leading whitespace - fix the path of x11_file_list.txt | ||||
* | X11rdp: download from xrdp.org | Jay Sorg | 2013-08-13 | 1 | -105/+8 |
| | |||||
* | X11rdp: update to pixman 0.30 | Jay Sorg | 2013-06-11 | 1 | -2/+3 |
| | |||||
* | X11rdp: fix for buildx.sh | Jay Sorg | 2013-06-05 | 1 | -1/+4 |
| | |||||
* | merge from pmhahn | Jay Sorg | 2013-05-29 | 1 | -58/+52 |
|\ | |||||
| * | X11rdp: Rework changing directories | Philipp Hahn | 2013-01-28 | 1 | -16/+7 |
| | | | | | | | | Remove unchecked changes of directories. | ||||
| * | X11rdp: make variables function local | Philipp Hahn | 2013-01-28 | 1 | -0/+3 |
| | | | | | | | | Use local to declare variables local | ||||
| * | X11rdp: fix spelling mistakes | Philipp Hahn | 2013-01-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | exit -> exist $mn -> $mod_name folowed -> followed blocket -> blocked | ||||
| * | X11rdp: Handle more compression formats | Philipp Hahn | 2013-01-28 | 1 | -6/+8 |
| | | | | | | | | Add .xz and plain .tar files. | ||||
| * | X11rdp: Simplify if constructs | Philipp Hahn | 2013-01-28 | 1 | -24/+24 |
| | | | | | | | | Directly use exit value instead of evaluating $? | ||||
| * | X11rdp: simplify line splitting | Philipp Hahn | 2013-01-28 | 1 | -7/+2 |
| | | | | | | | | Use "IFS=: read" instead of "echo|cut" constructs. | ||||
| * | X11rdp: simplify download | Philipp Hahn | 2013-01-28 | 1 | -83/+40 |
| | | | | | | | | Use case-statement instead of many ifs. | ||||
| * | X11rdp: fix indention | Philipp Hahn | 2013-01-28 | 1 | -11/+11 |
| | | | | | | | | Re-indent four sections to use 4 spaces for indention | ||||
| * | X11rdp: Consistently use $file | Philipp Hahn | 2013-01-28 | 1 | -12/+12 |
| | | | | | | | | | | Consistently use $file instead of repeating the file name again when downloading external URLs. | ||||
| * | X11rdp: Remove duplicate entry for expat | Philipp Hahn | 2013-01-28 | 1 | -6/+0 |
| | | | | | | | | expat-2.0.1.tar.gz is declared twice, remove the first one. | ||||
* | | X11rdp: build fix from kyytaM | Jay Sorg | 2013-03-18 | 1 | -1/+17 |
|/ | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -6/+7 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | xorg: added another package to the notes | Jay Sorg | 2012-08-18 | 1 | -1/+1 |
| | |||||
* | xorg: update needed packages list | Jay Sorg | 2012-08-03 | 1 | -3/+2 |
| | |||||
* | xorg: fix for buildx.sh where multi commands in configure | Jay Sorg | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | xorg: improvments to buildx.sh | Jay Sorg | 2012-07-24 | 1 | -17/+51 |
| | |||||
* | X11rdp: fix for building on Ubuntu 12.04, move fonts to end of build | Jay Sorg | 2012-07-18 | 1 | -7/+5 |
| | |||||
* | xorg: copy X11rdp to install destination after building | Jay Sorg | 2012-04-05 | 1 | -0/+5 |
| | |||||
* | xorg: change buildx.sh parameter, added drop for debugging builds | Jay Sorg | 2012-03-29 | 1 | -2/+2 |
| | |||||
* | xorg: X11rdp | Jay Sorg | 2012-03-10 | 1 | -1/+2 |
| | |||||
* | xorg/X11R7.6: minor change for builds | Jay Sorg | 2012-03-08 | 1 | -4/+3 |
| | |||||
* | xrdp:X11R7.6: work on building X11rdp | Jay Sorg | 2012-03-07 | 1 | -2/+21 |
| | |||||
* | added default parameter to buildx.sh | Jay Sorg | 2012-02-01 | 1 | -2/+19 |
| | |||||
* | xorg build | Jay Sorg | 2011-11-19 | 1 | -0/+5 |
| | |||||
* | xorg build | Jay Sorg | 2011-11-19 | 1 | -0/+1 |
| | |||||
* | libxslt | Jay Sorg | 2011-11-19 | 1 | -0/+5 |
| | |||||
* | xorg build | Jay Sorg | 2011-11-18 | 1 | -1/+2 |
| | |||||
* | xorg build | Jay Sorg | 2011-11-18 | 1 | -1/+3 |
| | |||||
* | xorg build | Jay Sorg | 2011-11-18 | 1 | -3/+41 |
| | |||||
* | xorg build | Jay Sorg | 2011-11-18 | 1 | -2/+3 |
| | |||||
* | added python | Jay Sorg | 2011-11-18 | 1 | -0/+6 |
| | |||||
* | added libxml2 to build | Jay Sorg | 2011-11-17 | 1 | -0/+5 |
| | |||||
* | font and other build fixes | Jay Sorg | 2011-11-17 | 1 | -6/+18 |
| | |||||
* | get a file from server1 | Jay Sorg | 2011-11-17 | 1 | -1/+1 |
| | |||||
* | added buildx script | Jay Sorg | 2011-11-17 | 1 | -0/+245 |