Commit Graph

37 Commits (master)

Author SHA1 Message Date
Karol Herbst 236c49b749 build_script/package: don't delete build folder after completing
doesn't make sense if you want to do some tiny changes or try to help fixing bugs. You can delete the directory if you want yourself anyway.
2013-08-30 16:39:24 +02:00
Karol Herbst 839076d3bf build_script/package: add information about the binary and icon path
fixes deb installation
2013-08-30 16:06:48 +02:00
matthiaskrgr 99b1a8123b build_desura.sh: don't suggest to run ./install/desura if we build a rpm or deb package. 2013-03-01 22:57:05 +01:00
matthiaskrgr b4ee010d3d README: mention ./build_desura.sh help 2013-02-23 14:14:20 +01:00
matthiaskrgr a6229da022 build_desura.sh: add missing exit status. 2013-02-22 19:19:05 +01:00
Karol Herbst 907ae80984 Merge pull request #481 from makson96/build_deb_rpm
Add pack_deb/pack_rpm option to build_desura.sh
2013-02-18 12:51:25 -08:00
makson96 cb6a1c3caf Cleaning pack() 2013-02-17 19:31:48 +01:00
makson96 fe10bdd05f Change build dir for packaging 2013-02-17 19:27:15 +01:00
tomaszmakarewicz 01dc59118b Move package to main directory 2013-02-17 01:58:25 +01:00
matthiaskrgr e1ad11027b rename install-deps.sh to install_deps.sh for more consistency with build_desura.sh 2013-02-17 01:15:37 +01:00
tomaszmakarewicz e43864e89e Fix missing spaces 2013-02-17 00:16:04 +01:00
tomaszmakarewicz f7aa9a63f2 Add building packagest to build_desura.sh 2013-02-17 00:06:12 +01:00
matthiaskrgr c9af94f22f build_desura.sh: fix script. Be more clever when suggesting what is still missing to run Desura. 2013-02-10 20:49:37 +01:00
matthiaskrgr 4520faf891 install_script.sh: instead of removing the entire install dir on make clean, remove only files of the respective target. 2013-02-10 20:49:37 +01:00
matthiaskrgr 8a66f78821 build_desura.sh: more fixes/cleanups. Implement "help" argument. 2013-02-10 20:49:37 +01:00
matthiaskrgr faa05fd5a9 build_desura.sh: implement rebuild commands which do a clean build. Fix argument passing. 2013-02-10 20:49:37 +01:00
matthiaskrgr a4978de0b7 build_desura.sh: fix cding, exit status and do some cosmetical changes. 2013-02-10 20:49:37 +01:00
matthiaskrgr 9cdcfb90a3 build_desura.sh: fix argument passing for compile options 2013-02-10 20:49:37 +01:00
matthiaskrgr 5cfee8e730 build_desura.sh: only print that we can run desura if everything is compiled. 2013-02-10 20:49:36 +01:00
matthiaskrgr f6d18e2b80 build_desura.sh: implement separate compile_desura and compile_cef 2013-02-10 20:49:36 +01:00
matthiaskrgr 44003d7032 build_desura.sh: now we can make clean for desurium and cef seperately. 2013-02-10 20:49:36 +01:00
matthiaskrgr d867831e21 build_desura.sh: move some code around.
also "cd -" appeared to echo our current dir, "pwd" like. Use cd ../
2013-02-10 20:49:36 +01:00
matthiaskrgr b1bb28168a build_desura.sh: move compile code into 2 functions, one for cef and desurium each. 2013-02-10 20:49:36 +01:00
matthiaskrgr c04f5d1628 merge build_make_clean.sh into build_desura.sh 2013-02-10 20:49:36 +01:00
matthiaskrgr 015f874d4f fix argument passing 2013-01-29 20:52:01 +01:00
matthiaskrgr 24fa9c4ba7 build_desura.sh: replace if [[ ]] by case. 2013-01-29 20:41:54 +01:00
matthiaskrgr 5d8f8cdb8c build_desura.sh: make check: don't run ./src/tests/UtilLinux_test separately. 2013-01-26 23:43:32 +01:00
matthiaskrgr 425549b663 build_desura.sh: make check: fix argument passing 2013-01-26 23:29:49 +01:00
matthiaskrgr d66a1421c7 implement "check" (make check) into build_desura.sh 2013-01-26 22:51:23 +01:00
matthiaskrgr 533896c982 build_desura.sh: make output more easy to read. 2013-01-13 22:30:02 +01:00
Karol Herbst 44f49c490f scripts: simple improvements 2012-10-14 21:33:18 +02:00
Karol Herbst fbca6e9733 cmake: add posibility to build cef separatly from desurium 2012-09-11 21:21:28 +02:00
Karol Herbst 629ed25c51 cmake: update build_desura.sh for FHS changes 2012-09-03 06:58:19 +02:00
Marc-Andre Ferland b1c29d9645 Added ./ to sudo install-deps.sh 2012-06-12 19:26:24 -04:00
Stephan Sokolow ce9c768766 Use `printf` to display colorized messages in build_desura.sh
Fixes #168
2012-04-21 04:40:49 -03:00
matthiaskrgr 0618d9f7b0 build_desura.sh: update path to run-script. 2012-04-13 20:11:52 +02:00
matthiaskrgr 081de09947 rename build_cmake to build_desura
rename build_cmake_clean to build_make_clean.
2012-04-09 10:41:25 +10:00