summaryrefslogtreecommitdiffstats
path: root/xorg/X11R7.6/buildx.sh
Commit message (Collapse)AuthorAgeFilesLines
* Make sure X11rdp is not copied to a file called "bin"Pavel Roskin2017-01-171-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 filesPavel Roskin2017-01-171-3/+11
|
* Strip the installed X11rdp binary, not the originalPavel Roskin2016-11-131-1/+1
|
* buildx.sh: download tarballs using keepaliveKoichiro IWAO2016-10-211-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 linesKoichiro IWAO2016-10-211-1/+1
|
* buildx.sh: force forward patch, don't ask whether to revertPavel Roskin2016-10-091-1/+1
|
* buildx.sh: remove special case for python, it's not built anymorePavel Roskin2016-10-081-8/+0
|
* buildx.sh: utilize all available CPUs when compilingPavel Roskin2016-10-081-1/+5
|
* buildx.sh: "clean" is a constant string, not a semantic variablePavel Roskin2016-10-081-1/+1
|
* buildx.sh: use "mkdir -p" to create $PREFIX_DIR, don't retryPavel Roskin2016-10-081-20/+11
| | | | Improve messages about $PREFIX_DIR
* buildx.sh: fix clean optionKoichiro IWAO2014-05-271-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.orgJay Sorg2013-08-131-105/+8
|
* X11rdp: update to pixman 0.30Jay Sorg2013-06-111-2/+3
|
* X11rdp: fix for buildx.shJay Sorg2013-06-051-1/+4
|
* merge from pmhahnJay Sorg2013-05-291-58/+52
|\
| * X11rdp: Rework changing directoriesPhilipp Hahn2013-01-281-16/+7
| | | | | | | | Remove unchecked changes of directories.
| * X11rdp: make variables function localPhilipp Hahn2013-01-281-0/+3
| | | | | | | | Use local to declare variables local
| * X11rdp: fix spelling mistakesPhilipp Hahn2013-01-281-2/+2
| | | | | | | | | | | | | | exit -> exist $mn -> $mod_name folowed -> followed blocket -> blocked
| * X11rdp: Handle more compression formatsPhilipp Hahn2013-01-281-6/+8
| | | | | | | | Add .xz and plain .tar files.
| * X11rdp: Simplify if constructsPhilipp Hahn2013-01-281-24/+24
| | | | | | | | Directly use exit value instead of evaluating $?
| * X11rdp: simplify line splittingPhilipp Hahn2013-01-281-7/+2
| | | | | | | | Use "IFS=: read" instead of "echo|cut" constructs.
| * X11rdp: simplify downloadPhilipp Hahn2013-01-281-83/+40
| | | | | | | | Use case-statement instead of many ifs.
| * X11rdp: fix indentionPhilipp Hahn2013-01-281-11/+11
| | | | | | | | Re-indent four sections to use 4 spaces for indention
| * X11rdp: Consistently use $filePhilipp Hahn2013-01-281-12/+12
| | | | | | | | | | Consistently use $file instead of repeating the file name again when downloading external URLs.
| * X11rdp: Remove duplicate entry for expatPhilipp Hahn2013-01-281-6/+0
| | | | | | | | expat-2.0.1.tar.gz is declared twice, remove the first one.
* | X11rdp: build fix from kyytaMJay Sorg2013-03-181-1/+17
|/
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-6/+7
| | | | | o applied new coding standards to all .c files o moved some files around
* xorg: added another package to the notesJay Sorg2012-08-181-1/+1
|
* xorg: update needed packages listJay Sorg2012-08-031-3/+2
|
* xorg: fix for buildx.sh where multi commands in configureJay Sorg2012-07-271-1/+1
|
* xorg: improvments to buildx.shJay Sorg2012-07-241-17/+51
|
* X11rdp: fix for building on Ubuntu 12.04, move fonts to end of buildJay Sorg2012-07-181-7/+5
|
* xorg: copy X11rdp to install destination after buildingJay Sorg2012-04-051-0/+5
|
* xorg: change buildx.sh parameter, added drop for debugging buildsJay Sorg2012-03-291-2/+2
|
* xorg: X11rdpJay Sorg2012-03-101-1/+2
|
* xorg/X11R7.6: minor change for buildsJay Sorg2012-03-081-4/+3
|
* xrdp:X11R7.6: work on building X11rdpJay Sorg2012-03-071-2/+21
|
* added default parameter to buildx.shJay Sorg2012-02-011-2/+19
|
* xorg buildJay Sorg2011-11-191-0/+5
|
* xorg buildJay Sorg2011-11-191-0/+1
|
* libxsltJay Sorg2011-11-191-0/+5
|
* xorg buildJay Sorg2011-11-181-1/+2
|
* xorg buildJay Sorg2011-11-181-1/+3
|
* xorg buildJay Sorg2011-11-181-3/+41
|
* xorg buildJay Sorg2011-11-181-2/+3
|
* added pythonJay Sorg2011-11-181-0/+6
|
* added libxml2 to buildJay Sorg2011-11-171-0/+5
|
* font and other build fixesJay Sorg2011-11-171-6/+18
|
* get a file from server1Jay Sorg2011-11-171-1/+1
|
* added buildx scriptJay Sorg2011-11-171-0/+245