Commit Graph

48 Commits

Author SHA1 Message Date
Pavel Roskin
5bb54122ba Strip the installed X11rdp binary, not the original 2016-11-13 09:14:58 -08:00
Koichiro IWAO
6b589569ee buildx.sh: download tarballs using keepalive
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.
2016-10-21 17:14:48 +09:00
Koichiro IWAO
cf1a99b4e2 buildx.sh: simplify counting lines 2016-10-21 17:11:10 +09:00
Pavel Roskin
3cf67c684b buildx.sh: force forward patch, don't ask whether to revert 2016-10-09 21:35:23 -07:00
Pavel Roskin
6247a3afac buildx.sh: remove special case for python, it's not built anymore 2016-10-08 02:02:07 +00:00
Pavel Roskin
b2bbaef640 buildx.sh: utilize all available CPUs when compiling 2016-10-08 02:02:07 +00:00
Pavel Roskin
8e7d12ff50 buildx.sh: "clean" is a constant string, not a semantic variable 2016-10-08 02:02:07 +00:00
Pavel Roskin
22c370a6a1 buildx.sh: use "mkdir -p" to create $PREFIX_DIR, don't retry
Improve messages about $PREFIX_DIR
2016-10-08 02:02:07 +00:00
Koichiro IWAO
0c6527f226 buildx.sh: fix clean option
- 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
2014-05-27 16:14:01 +09:00
Jay Sorg
25ee064340 X11rdp: download from xrdp.org 2013-08-13 11:06:25 -07:00
Jay Sorg
4b82a3ea34 X11rdp: update to pixman 0.30 2013-06-11 13:39:16 -07:00
Jay Sorg
c7eb88b6cf X11rdp: fix for buildx.sh 2013-06-05 00:22:15 -07:00
Jay Sorg
d4d6a65adb merge from pmhahn 2013-05-29 00:11:14 -07:00
Jay Sorg
26f4502ebf X11rdp: build fix from kyytaM 2013-03-18 08:22:35 -07:00
Philipp Hahn
7a0db8a152 X11rdp: Rework changing directories
Remove unchecked changes of directories.
2013-01-28 11:04:29 +01:00
Philipp Hahn
4163fd8d38 X11rdp: make variables function local
Use local to declare variables local
2013-01-28 11:04:29 +01:00
Philipp Hahn
f2b7aafb4e X11rdp: fix spelling mistakes
exit -> exist
$mn -> $mod_name
folowed -> followed
blocket -> blocked
2013-01-28 11:04:29 +01:00
Philipp Hahn
29b7081dcf X11rdp: Handle more compression formats
Add .xz and plain .tar files.
2013-01-28 11:04:29 +01:00
Philipp Hahn
a29c011e02 X11rdp: Simplify if constructs
Directly use exit value instead of evaluating $?
2013-01-28 11:04:28 +01:00
Philipp Hahn
eb3253fafc X11rdp: simplify line splitting
Use "IFS=: read" instead of "echo|cut" constructs.
2013-01-28 11:04:28 +01:00
Philipp Hahn
536ac7f9e8 X11rdp: simplify download
Use case-statement instead of many ifs.
2013-01-28 11:04:28 +01:00
Philipp Hahn
3dd485512c X11rdp: fix indention
Re-indent four sections to use 4 spaces for indention
2013-01-28 11:04:28 +01:00
Philipp Hahn
0bfb46ebb0 X11rdp: Consistently use $file
Consistently use $file instead of repeating the file name again when
downloading external URLs.
2013-01-28 11:04:28 +01:00
Philipp Hahn
73c8a9626b X11rdp: Remove duplicate entry for expat
expat-2.0.1.tar.gz is declared twice, remove the first one.
2013-01-28 11:04:28 +01:00
Laxmikant Rashinkar
1123323fda o moved from GNU General Public License to Apache License, Version 2.0
o applied new coding standards to all .c files
o moved some files around
2012-09-19 20:51:34 -07:00
Jay Sorg
23acc579ff xorg: added another package to the notes 2012-08-18 11:56:35 -07:00
Jay Sorg
9fb425922a xorg: update needed packages list 2012-08-03 20:22:48 -07:00
Jay Sorg
4066edfa47 xorg: fix for buildx.sh where multi commands in configure 2012-07-27 11:41:44 -07:00
Jay Sorg
7e3acbfd26 xorg: improvments to buildx.sh 2012-07-24 16:25:23 -07:00
Jay Sorg
4d8e1d2d31 X11rdp: fix for building on Ubuntu 12.04, move fonts to end of build 2012-07-18 21:13:23 -07:00
Jay Sorg
60a0fda03e xorg: copy X11rdp to install destination after building 2012-04-05 19:31:26 -07:00
Jay Sorg
74abdae6ad xorg: change buildx.sh parameter, added drop for debugging builds 2012-03-29 11:52:51 -07:00
Jay Sorg
8da4c65aac xorg: X11rdp 2012-03-10 15:48:29 -08:00
Jay Sorg
2a50334572 xorg/X11R7.6: minor change for builds 2012-03-08 20:23:50 -08:00
Jay Sorg
1986fcc6af xrdp:X11R7.6: work on building X11rdp 2012-03-07 21:02:41 -08:00
Jay Sorg
230ee6166f added default parameter to buildx.sh 2012-02-01 23:21:56 -08:00
Jay Sorg
936e25b039 xorg build 2011-11-19 20:57:52 -08:00
Jay Sorg
760635cce8 xorg build 2011-11-19 12:45:34 -08:00
Jay Sorg
0954d9cdf2 libxslt 2011-11-19 00:21:09 -08:00
Jay Sorg
57e5c98fa8 xorg build 2011-11-18 21:12:17 -08:00
Jay Sorg
10174b14f4 xorg build 2011-11-18 20:45:48 -08:00
Jay Sorg
9eb054de9d xorg build 2011-11-18 19:55:50 -08:00
Jay Sorg
2c7c29053d xorg build 2011-11-18 10:31:14 -08:00
Jay Sorg
deaf71de99 added python 2011-11-18 01:07:18 -08:00
Jay Sorg
3988406406 added libxml2 to build 2011-11-17 22:59:52 -08:00
Jay Sorg
537bcb63ed font and other build fixes 2011-11-17 19:47:27 -08:00
Jay Sorg
7100f4a3ec get a file from server1 2011-11-17 17:01:00 -08:00
Jay Sorg
7b1d6609dd added buildx script 2011-11-17 16:57:45 -08:00