Henner Kollmann
c0183494ec
Merge branch 'master' into find_qmake_in_exepath
7 years ago
probonopd
bba42c7cc0
Deploy positioning plugins if QtPositioning library is deployed, #287
7 years ago
probonopd
e3083e3e79
Fix path to icons
https://discourse.appimage.org/t/correct-icons-path-in-an-appimage-tree/334/3?u=probono
7 years ago
TheAssassin
cff70d33b0
Merge pull request #286 from ago1024/master
Fix generate-excludelist.sh for Bash 4.1
7 years ago
Alexander Gottwald
8a17fbf310
Fix generate-excludelist.sh for Bash 4.1
Bash 4.1 does not support a -1 array subscript. Compute the last index instead.
7 years ago
probonopd
9c90a882ac
Remove VDSO code, discussion in #283 ( #285 )
7 years ago
TheAssassin
63e768b825
Merge pull request #278 from probonopd/TheAssassin/fix-274
Improve excludelist generation (fixes #274 )
7 years ago
TheAssassin
45088e5a5e
Fix -show-exclude-libs
Had to move the parsing of -show-exclude-lib up to the block where the
version options are parsed, otherwise a call like
./linuxdeployqt<...>.AppImage -show-exclude-libs
wouldn't work.
CC @patrickelectric
7 years ago
TheAssassin
a99685ca77
Merge branch 'master' into TheAssassin/fix-274
7 years ago
TheAssassin
b09cf168d7
C++11 required
7 years ago
TheAssassin
cc9d6ab911
Merge pull request #277 from patrickelectric/args
Add -show-exclude-libs
7 years ago
TheAssassin
4ae11ebc2d
Restore original argument parser
7 years ago
TheAssassin
22469d636c
Move argument parser to previous location
7 years ago
TheAssassin
d883d6df64
Improve excludelist generation ( fixes #274 )
7 years ago
Patrick José Pereira
9f738288ef
Add -show-exclude-libs
fix #270
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
7 years ago
Patrick José Pereira
c1e8ce62c9
Organize help order
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
7 years ago
TheAssassin
a714ea2e90
Merge pull request #275 from patrickelectric/exclude_list_warnings
Add exclude list messages and tests in project
7 years ago
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
7 years ago
TheAssassin
ba3495b855
Fix exit code ot excludelist.sh
7 years ago
TheAssassin
4c615555bf
Check exit code of excludelist command in CMake
7 years ago
TheAssassin
413f52a411
Check exit codes of git commands in CMake
Also introduces find_command to find the path to the git executable.
7 years ago
Patrick José Pereira
cfb75a2f79
linuxdeployqt: Check if EXCLUDELIST is empty or specified
Fix #273
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
7 years ago
Patrick José Pereira
7b7f603278
excludelist: Return empty string if something goes wrong
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
7 years ago
TheAssassin
88aba55163
Merge pull request #268 from Skycoder42/master
Fixed shadowed build (fixes #267 )
7 years ago
Skycoder42
4830aa2490
fixed usage of qmake message function
7 years ago
Skycoder42
ff57bec408
cd into src dir before invoking git
fixes #267
7 years ago
probonopd
9be9afce23
Update README.md
[ci skip]
7 years ago
TheAssassin
5843744a95
Merge pull request #253 from saidinesh5/master
Added support for -excludeLibs command line option
7 years ago
TheAssassin
572bf782a5
Merge branch 'master' into master
7 years ago
Dinesh Manajipet
7d795fd967
Add a warning message when there are libraries to be excluded
7 years ago
TheAssassin
a0886e34e5
Merge pull request #264 from probonopd/TheAssassin/excludelist-cmake
Generate excludelist, CMake version
7 years ago
TheAssassin
1894c66a8f
Generate excludelist, CMake version
Thanks @patrickelectric for the script.
7 years ago
Dinesh Manajipet
f7d0520324
Merge branch 'master' into master
7 years ago
TheAssassin
9f889b1e14
Merge pull request #263 from patrickelectric/excludelist
Create excludelist at build time
7 years ago
Patrick José Pereira
464f1f249b
Create excludelist at build time
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
7 years ago
TheAssassin
9e95a4768c
Merge pull request #262 from patrickelectric/rm_libfreetype
shared: Update exclude list
7 years ago
Patrick José Pereira
4c23dc5cf2
shared: Update excludelist
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
7 years ago
TheAssassin
be805e7df2
Merge pull request #258 from lordadamson/patch-1
Updated the readme simplist example.
7 years ago
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
7 years ago
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
7 years ago
TheAssassin
a64cfca1f3
Merge pull request #257 from probonopd/TheAssassin/improve-argument-parser
Improve argument parser user experience
7 years ago
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.
7 years ago
Dinesh Manajipet
b4af14575a
Updated help text
7 years ago
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
7 years ago
TheAssassin
c01cf7727d
Merge pull request #249 from probonopd/TheAssassin/issue-231
Add flag to disable copyright files deployment
7 years ago
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.
7 years ago
probonopd
e915ad00ee
Do not deploy platformthemes for now (FIXME)
https://github.com/probonopd/linuxdeployqt/issues/236
7 years ago
probonopd
8e2b6df2c1
Comment out platformthemes special treatment
[ci skip]
7 years ago
probonopd
bea3474008
Still trying to fight segfault introduced in 22d7667
7 years ago
probonopd
a7889b0d83
Do not bundle dependencies of platformthemes, should fix #236 ; previous commit led to segfault
7 years ago