Commit Graph

538 Commits

Author SHA1 Message Date
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
TheAssassin 28c98dd72b Try to fetch tags for versioning, mk. 3 2018-01-26 21:48:30 +01:00
TheAssassin 4caf6aa00b Try to fetch tags for versioning, mk. 2 2018-01-26 21:40:34 +01:00
TheAssassin b244e57d57 Try to fetch tags for versioning 2018-01-26 21:35:33 +01:00
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.
2018-01-26 20:37:38 +01:00
TheAssassin 84a7f6b37f "Fancy" version statement (CMake part) 2018-01-26 13:18:39 +01:00
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.
2018-01-26 13:18:01 +01:00
TheAssassin 2d96719032 Merge pull request #222 from probonopd/TheAssassin/CMake
CMake configuration for linuxdeployqt
2018-01-26 09:35:37 +01:00
TheAssassin 348365050e CMake configuration for linuxdeployqt
Not meant to replace the qmake build system, but for use with
CMake based IDEs.
2018-01-26 09:26:16 +01:00
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
2018-01-20 13:07:37 +00:00
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.
2018-01-19 18:10:43 +01:00
probonopd da29f366d8 Need to bundle libk5crypto according to https://github.com/AppImage/AppImages/issues/301 2018-01-19 17:07:43 +00:00
TheAssassin bf2a67ead0 Try to fix build issues (#214) 2018-01-13 20:38:41 +00:00
probonopd 679104472e cp -r /usr/local/lib/appimagekit linuxdeployqt.AppDir/usr/lib/ 2018-01-13 18:29:38 +01:00
probonopd 5346a20642 sudo cp -r squashfs-root/usr/lib/appimagekit /usr/local/lib 2018-01-13 18:27:08 +01:00
probonopd 9d6c422e8f Account for squashfs-root/usr/lib/appimagekit/mksquashfs 2018-01-13 18:18:18 +01:00
Verban Adrian 0cde4e7f4a Added requested documentation (#212)
Added usage documentation for -extra-plugins argument, with usage examples.
2018-01-13 13:56:43 +01:00
probonopd 46a1e7f481 Revert "Trying to mitigate #207"
This reverts commit 052264110f.
2018-01-07 19:17:29 +01:00
probonopd 052264110f Trying to mitigate #207 2018-01-07 17:18:32 +00:00
probonopd 935a629e9e Happy New Year! 2018-01-06 17:00:12 +01:00
probonopd 83ce7b688e Qt 5.9.3 2018-01-02 02:13:17 +01:00
probonopd 972a2dffcc Fix download location, thanks @KurtPfeifle 2018-01-02 02:01:21 +01:00
probonopd e3c0ab3421 Update README.md
[ci skip]
2018-01-01 22:20:08 +01:00
probonopd 647215f3d2 Overhaul intro, partly addresses #202
[ci skip]
2018-01-01 21:32:49 +01:00
probonopd 38a727345d Do not bundle libnsl.so.1 as it belongs to glibc 2017-12-31 16:59:14 +01:00
Mostafa Sedaghat Joo c1ee04f116 Update README.md (#201) 2017-12-17 13:14:04 +01:00
TheAssassin c79387c953 Improve instructions in README (#197)
Most important change is replacing `-q` with `-nv` (non-verbose, i.e., shows some meta information, but won't display a progress bar). [ci skip]
2017-12-07 07:03:03 +00:00
probonopd ff5cd2102b Remove libgssapi_krb5.so.2 because https://github.com/Subsurface-divelog/subsurface/issues/917 2017-12-06 18:24:53 +01:00
Verban Adrian 122eaca6d5 Add extra Qt plugins manually (#152)
Added posibility for developer to deploy aditional Qt plugins through a
list of plugins directories and plugins, relative path to the Qt plugins
directory
2017-12-02 19:47:43 +01:00
TheAssassin e60649ba4f Merge pull request #196 from probonopd/revert-195-fix/close
Revert "Call close(); on QProcess"
2017-11-27 22:39:59 +01:00
probonopd c8016ad707 Revert "Call close(); on QProcess" 2017-11-27 21:05:29 +00:00