probonopd
de00b3afb7
Fix missing "'"
2016-10-22 22:28:09 +02:00
probonopd
0730cacb6b
Use appimagetool rather than AppImageAssistant
2016-10-22 21:58:17 +02:00
probonopd
82f99776e2
Return correct exit code
2016-10-22 15:54:37 +02:00
probonopd
3415b30006
Trying to close #34 by taking care of libQt5WebEngineCore
2016-10-22 15:40:24 +02:00
probonopd
2a19bc32b5
Blacklist libnss3.so
...
Workaround for:
```
[1022/150138:ERROR:nss_util.cc(740)] Error initializing NSS with a persistent database (sql:/home/me/.pki/nssdb): libsoftokn3.so: cannot open shared object file: No such file or directory
[1022/150138:ERROR:nss_util.cc(211)] Error initializing NSS without a persistent database: NSS error code: -5925
[1022/150138:FATAL:nss_util.cc(213)] nss_error=-5925, os_error=0
```
2016-10-22 15:03:31 +02:00
probonopd
b1f3506c36
Exit with error code if AppImage generation fails
2016-10-10 19:05:34 +02:00
probonopd
3a464ba922
Stream output of AppImage generation while it happens
2016-10-10 19:00:56 +02:00
probonopd
80aca76f19
Fix bundling of QtQuick/PrivateWidgets
2016-10-10 18:19:40 +02:00
probonopd
71e301f91a
Remove 2 compiler warnings
2016-10-10 17:41:58 +02:00
probonopd
7c2590e387
Add comment about qml location
2016-10-08 16:52:40 +02:00
probonopd
69e57be9aa
Increase verbosity
2016-10-08 16:51:05 +02:00
probonopd
331353df02
Try to determine the Qt to be deployed from qmake on the $PATH
2016-10-08 16:40:41 +02:00
probonopd
d6c72c2edf
Generated by linuxdeployqt
2016-10-08 15:06:31 +02:00
probonopd
a4217a1ad0
Attempt to close #30 by deploying the xcbglintegrations plugins together with libQt5OpenGL
2016-10-07 21:42:40 +02:00
probonopd
42cbdb1a86
Increase verbosity
2016-10-07 19:50:02 +02:00
probonopd
da5e33b94f
Fix libQt5XcbQpa.so.5 => not found; #5
...
https://github.com/probonopd/linuxdeployqt/issues/5#issuecomment-245474269 thanks @skinnysuricate
2016-09-26 02:10:43 +02:00
probonopd
cb490c0302
LogError() if AppImage is already there
2016-09-14 03:40:38 +02:00
probonopd
3ed9b1c99b
-bundle-non-qt-libs
2016-09-14 03:35:30 +02:00
probonopd
08eddb5562
-bundle-non-qt-libs
...
[ci skip]
2016-09-14 03:35:11 +02:00
probonopd
755e9643af
fix Type=Application in .desktop file
2016-09-14 01:16:22 +02:00
probonopd
18b57437f5
Fix #19
2016-09-14 01:00:01 +02:00
probonopd
ec3230952e
Attempt to fix #18
2016-09-14 00:28:24 +02:00
probonopd
1bb3d1caae
Update shared.cpp
2016-09-09 02:14:28 +02:00
probonopd
117b176215
Bundle libicu*
2016-09-09 02:10:33 +02:00
probonopd
24e880156e
Bundle plugins and imageformats only if the corresponding .so libraries are bundled
2016-09-08 20:34:34 +02:00
probonopd
684c702fee
Simplify findAppBinary
2016-09-08 18:54:19 +02:00
probonopd
0b91936ca9
Tell users about the workaround for #2 until it is fixed
2016-09-08 16:28:19 +02:00
probonopd
43e8640d90
Increase verbosity and leave the first line in a try to solve #5
2016-09-08 15:59:19 +02:00
probonopd
dc665c69e3
Do not bundle libraries from /usr
2016-09-08 15:29:37 +02:00
probonopd
438fc5d1b8
Use more descriptive names
2016-09-08 15:29:03 +02:00
probonopd
36a5faf64f
exit(1) when needed tools are not available
2016-09-08 14:28:17 +02:00
probonopd
e947ff4941
Make #5 verbose (help wanted)
2016-09-06 20:39:47 +02:00
probonopd
da700386f4
Clear error messages when tools such as ldd, patchelf, strip are not installed
2016-09-06 19:56:49 +02:00
probonopd
0ee3d62825
Minor cleanup
2016-09-06 19:33:31 +02:00
probonopd
c3482ed44d
Remove more extraneous code specific to macOS bundle symlinking
2016-09-06 19:28:48 +02:00
probonopd
339bc27bbd
Remove unneeded code from macOS
2016-09-06 13:23:55 +02:00
probonopd
c589480529
Remove QVersionNumber, seems to be only used for macOS
2016-09-06 13:05:00 +02:00
probonopd
3a0fc27396
Updated copyright header
2016-09-06 02:21:43 +02:00
probonopd
bfcd7681da
Basic AppImage generation if AppImageAssistant is on the $PATH
2016-09-06 02:00:36 +02:00
probonopd
562c578a9b
Remove mentions of debug libraries (a macOS leftover)
2016-09-06 00:49:54 +02:00
probonopd
db2636d52f
Remove empty lines from output
2016-09-06 00:15:40 +02:00
probonopd
dd86b794ed
Make a bit less verbose
2016-09-06 00:12:48 +02:00
probonopd
4ea871fbcb
Use AppDir terminology instead of AppBundle (bundle is a macOS term)
2016-09-06 00:06:21 +02:00
probonopd
7fedb50c74
Reflect the fact that we are using ldd rather than otool
2016-09-06 00:01:56 +02:00
probonopd
66ac27099d
Attempt at closing #3 , reopen if this causes issues
2016-09-05 23:50:27 +02:00
probonopd
48d4c91556
Remove more macOS specific code
2016-09-05 23:42:17 +02:00
probonopd
f0a30793ad
Attempt at closing #4 ; please repoen if it does not work
2016-09-05 23:30:44 +02:00
probonopd
531b721442
Remove more macOS specific code
2016-09-05 22:09:47 +02:00
probonopd
0a9e8b3dc2
CUPS rather than Cocoa
2016-09-05 22:00:16 +02:00
probonopd
4c0da30bb0
Remove another macOS Frameworks specific case
2016-09-05 21:48:53 +02:00