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
probonopd
22d766797f
Do not bundle dependencies of platformthemes, should fix #236
7 years ago
probonopd
ec23a7a62e
Explain `make install` better
[ci skip]
7 years ago
TheAssassin
988d294250
Merge pull request #233 from probonopd/TheAssassin/fix-version-information
Fix version information (fixes #232 )
7 years ago
TheAssassin
4714c5ad7a
Fix version information, mk. 4
Thanks #qt on Freenode
7 years ago
TheAssassin
f74e53d447
Print version number during build
7 years ago
TheAssassin
d1d3641f58
Fix version information, mk. 3
7 years ago
TheAssassin
d3d76b5df6
Fix version information, mk. 2
7 years ago
TheAssassin
fe98a41328
Fix version information, mk. 1
7 years ago
TheAssassin
002059c196
Merge pull request #228 from probonopd/TheAssassin/issue-223
Quick fix for #223
7 years ago
TheAssassin
e8fe3eee66
Quick fix for #223
7 years ago
TheAssassin
e0ae780170
Merge pull request #226 from probonopd/TheAssassin/version-statement
Implement "fancy" version statement
7 years ago
TheAssassin
f0c58d56b9
Try to fetch tags for versioning, mk. 5
7 years ago
TheAssassin
d28481c812
Try to fetch tags for versioning, mk. 4
7 years ago
TheAssassin
28c98dd72b
Try to fetch tags for versioning, mk. 3
7 years ago
TheAssassin
4caf6aa00b
Try to fetch tags for versioning, mk. 2
7 years ago
TheAssassin
b244e57d57
Try to fetch tags for versioning
7 years ago
TheAssassin
b3d31bbc84
"Fancy" version statement (qmake part)
After some highly annoying and time consuming tinkering with quotes and
escaping, the embedding of versioning data seems to work as intended
now.
7 years ago
TheAssassin
84a7f6b37f
"Fancy" version statement (CMake part)
7 years ago
TheAssassin
2c4c59684b
"Fancy" version statement (C++ part)
Also introduces a hint for users about the single quote parameters this
tool provides, most other CLI tools use double quotes for
non-single-char parameters.
7 years ago
TheAssassin
2d96719032
Merge pull request #222 from probonopd/TheAssassin/CMake
CMake configuration for linuxdeployqt
7 years ago
TheAssassin
348365050e
CMake configuration for linuxdeployqt
Not meant to replace the qmake build system, but for use with
CMake based IDEs.
7 years ago
probonopd
fd33511ce7
Do not run ldd on platformthemes, don't bundle their dependencies ( #217 )
Do not run ldd on platformthemes, don't bundle their dependencies
https://github.com/lupoDharkael/flameshot/issues/86#issuecomment-359160310
7 years ago
Gary Talent
cb3e3e62dc
Move RPATH adjustment to after library bundling ( #216 )
Libraries found with the RPATH could not be found by the bundler because
the RPATH was getting changed before the bundling.
7 years ago
probonopd
da29f366d8
Need to bundle libk5crypto according to https://github.com/AppImage/AppImages/issues/301
7 years ago
TheAssassin
bf2a67ead0
Try to fix build issues ( #214 )
7 years ago
probonopd
679104472e
cp -r /usr/local/lib/appimagekit linuxdeployqt.AppDir/usr/lib/
7 years ago
probonopd
5346a20642
sudo cp -r squashfs-root/usr/lib/appimagekit /usr/local/lib
7 years ago