Commit Graph

517 Commits

Author SHA1 Message Date
TheAssassin 22469d636c Move argument parser to previous location 2018-04-13 02:47:49 +02:00
Patrick José Pereira 9f738288ef Add -show-exclude-libs
fix #270

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2018-04-12 10:31:30 -03:00
Patrick José Pereira c1e8ce62c9 Organize help order
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2018-04-12 00:10:04 -03:00
TheAssassin a714ea2e90 Merge pull request #275 from patrickelectric/exclude_list_warnings
Add exclude list messages and tests in project
2018-04-12 03:02:26 +02:00
TheAssassin 65ceffeffd Properly check exit code of excludelist.sh in qmake
qmake is really making this overly complicated.

We should rather try to use this syntax, which is only available in
Qt 5.6 and higher, apparently:
https://doc.qt.io/qt-5/qmake-function-reference.html#system-replace
2018-04-12 02:55:14 +02:00
TheAssassin ba3495b855 Fix exit code ot excludelist.sh 2018-04-12 02:54:08 +02:00
TheAssassin 4c615555bf Check exit code of excludelist command in CMake 2018-04-12 02:08:12 +02:00
TheAssassin 413f52a411 Check exit codes of git commands in CMake
Also introduces find_command to find the path to the git executable.
2018-04-12 02:02:45 +02:00
Patrick José Pereira cfb75a2f79 linuxdeployqt: Check if EXCLUDELIST is empty or specified
Fix #273

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2018-04-09 20:52:25 -03:00
Patrick José Pereira 7b7f603278 excludelist: Return empty string if something goes wrong
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2018-04-09 20:49:58 -03:00
TheAssassin 88aba55163 Merge pull request #268 from Skycoder42/master
Fixed shadowed build (fixes #267)
2018-04-08 16:59:47 +02:00
Skycoder42 4830aa2490 fixed usage of qmake message function 2018-04-08 16:51:21 +02:00
Skycoder42 ff57bec408 cd into src dir before invoking git
fixes #267
2018-04-08 16:49:48 +02:00
probonopd 9be9afce23 Update README.md
[ci skip]
2018-04-06 16:04:40 +00:00
TheAssassin 5843744a95 Merge pull request #253 from saidinesh5/master
Added support for -excludeLibs command line option
2018-04-01 17:06:31 +02:00
TheAssassin 572bf782a5 Merge branch 'master' into master 2018-04-01 16:17:19 +02:00
Dinesh Manajipet 7d795fd967 Add a warning message when there are libraries to be excluded 2018-04-01 18:49:38 +05:30
TheAssassin a0886e34e5 Merge pull request #264 from probonopd/TheAssassin/excludelist-cmake
Generate excludelist, CMake version
2018-04-01 15:07:31 +02:00
TheAssassin 1894c66a8f Generate excludelist, CMake version
Thanks @patrickelectric for the script.
2018-04-01 14:55:26 +02:00
Dinesh Manajipet f7d0520324 Merge branch 'master' into master 2018-04-01 17:48:42 +05:30
TheAssassin 9f889b1e14 Merge pull request #263 from patrickelectric/excludelist
Create excludelist at build time
2018-03-31 20:21:41 +02:00
Patrick José Pereira 464f1f249b Create excludelist at build time
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2018-03-31 14:43:46 -03:00
TheAssassin 9e95a4768c Merge pull request #262 from patrickelectric/rm_libfreetype
shared: Update exclude list
2018-03-31 13:13:42 +02:00
Patrick José Pereira 4c23dc5cf2 shared: Update excludelist
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2018-03-30 16:54:16 -03:00
TheAssassin be805e7df2 Merge pull request #258 from lordadamson/patch-1
Updated the readme simplist example.
2018-03-17 17:02:05 +01:00
Adam Zahran 2e4ff40262 updated readme.md
* a template in the AppDir tree instead of hardcoded values
* replaced linuxdeployqt with linuxdeployqt-continuous-x86_64.AppImage in the commandline example
2018-03-17 16:33:34 +02:00
Adam Zahran 7fdf339132 Updated the readme simplist example.
made it a bit more complicated, but at least anyone reading won't have to ask amiright lol
2018-03-17 15:32:09 +02:00
TheAssassin a64cfca1f3 Merge pull request #257 from probonopd/TheAssassin/improve-argument-parser
Improve argument parser user experience
2018-03-17 13:47:51 +01:00
TheAssassin 8b484dabec Improve argument parser user experience
See https://github.com/probonopd/linuxdeployqt/issues/256#issuecomment-373916136

The argument parser requires flags expecting a payload to be passed in
the form -arg=payload. If not, it fails to recognize them and falsely
reports "argument must not start with --". These usability issues
should be gone with these two minor changes.
2018-03-17 13:27:24 +01:00
Dinesh Manajipet b4af14575a Updated help text 2018-03-09 21:30:22 +05:30
Dinesh Manajipet 7ffc790e2e Added support for -excludeLibs command line option
This helps us avoid pesky libraries which are optional by the main
binary but may be dragged in by some other libraries like
https://github.com/probonopd/linuxdeployqt/issues/235

Usage: -exclude-libs=libqsqlibase,libqsqlodbc,libqsqlpsql,libqsqltds
2018-03-09 21:12:19 +05:30
TheAssassin c01cf7727d Merge pull request #249 from probonopd/TheAssassin/issue-231
Add flag to disable copyright files deployment
2018-03-05 21:07:28 +01:00
TheAssassin 79c990c787 Add flag to disable copyright files deployment
Should speed up linuxdeployqt runs on less powerful devices. Also makes
sense to use while developing build scripts etc.
2018-03-05 20:50:19 +01:00
probonopd e915ad00ee Do not deploy platformthemes for now (FIXME)
https://github.com/probonopd/linuxdeployqt/issues/236
2018-02-10 11:32:32 +00:00
probonopd 8e2b6df2c1 Comment out platformthemes special treatment
[ci skip]
2018-02-10 11:29:17 +00:00
probonopd bea3474008 Still trying to fight segfault introduced in 22d7667 2018-02-10 11:09:52 +00:00
probonopd a7889b0d83 Do not bundle dependencies of platformthemes, should fix #236; previous commit led to segfault 2018-02-10 10:49:33 +00:00
probonopd 22d766797f Do not bundle dependencies of platformthemes, should fix #236 2018-02-10 10:33:31 +00:00
probonopd ec23a7a62e Explain make install better
[ci skip]
2018-02-10 08:54:23 +00:00
TheAssassin 988d294250 Merge pull request #233 from probonopd/TheAssassin/fix-version-information
Fix version information (fixes #232)
2018-02-02 16:00:45 +01:00
TheAssassin 4714c5ad7a Fix version information, mk. 4
Thanks #qt on Freenode
2018-02-02 15:53:39 +01:00
TheAssassin f74e53d447 Print version number during build 2018-02-02 13:20:18 +01:00
TheAssassin d1d3641f58 Fix version information, mk. 3 2018-02-02 13:18:19 +01:00
TheAssassin d3d76b5df6 Fix version information, mk. 2 2018-02-02 13:01:42 +01:00
TheAssassin fe98a41328 Fix version information, mk. 1 2018-02-02 12:54:39 +01:00
TheAssassin 002059c196 Merge pull request #228 from probonopd/TheAssassin/issue-223
Quick fix for #223
2018-01-29 15:04:29 +01:00
TheAssassin e8fe3eee66 Quick fix for #223 2018-01-29 14:58:23 +01:00
TheAssassin e0ae780170 Merge pull request #226 from probonopd/TheAssassin/version-statement
Implement "fancy" version statement
2018-01-26 22:34:06 +01:00
TheAssassin f0c58d56b9 Try to fetch tags for versioning, mk. 5 2018-01-26 22:02:32 +01:00
TheAssassin d28481c812 Try to fetch tags for versioning, mk. 4 2018-01-26 21:53:58 +01:00