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
TheAssassin
4714c5ad7a
Fix version information, mk. 4
...
Thanks #qt on Freenode
2018-02-02 15:53:39 +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
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
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
probonopd
935a629e9e
Happy New Year!
2018-01-06 17:00:12 +01:00
probonopd
38a727345d
Do not bundle libnsl.so.1 as it belongs to glibc
2017-12-31 16:59:14 +01: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
probonopd
c8016ad707
Revert "Call close(); on QProcess"
2017-11-27 21:05:29 +00:00
probonopd
fea29bda61
Call close(); on QProcess
...
https://github.com/probonopd/linuxdeployqt/issues/194#issuecomment-347322024
2017-11-27 20:54:39 +00:00
probonopd
e129d347bf
Bundle platformthemes, closes #60
...
Note that this only has an effect if the Qt installation has platformthemes installed,
https://launchpad.net/~beineri/+archive/ubuntu/opt-qt592-trusty has
2017-11-26 23:52:31 +01:00
probonopd
d143cf7897
Deploy platforminputcontexts whenever libQt5Gui is deployed ( #190 )
...
Closes #131
2017-11-24 19:45:14 +00:00
Abylay Ospan
25e0269001
deploy xcbglintegrations plugin if libxcb-glx used ( #188 )
...
if xcbglintegrations plugin not deployed then we get
following error message when try to run AppImage application:
"QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor
EGL are enabled"
we should include xcbglintegrations plugin when libxcb-glx.so found in
library list (obtained from ldd output). Some applications do not
depends on libQt5OpenGL.so but depends on libxcb-glx.so.
2017-11-20 18:06:23 +01:00
probonopd
d3e269f31d
libgtk-x11-2.0.so.0 and libgdk-x11-2.0.so.0 are missing on openSUSE-Tumbleweed-KDE-Live-x86_64-*-Media.iso
2017-11-17 21:58:40 +01:00
probonopd
717eebcaf7
Fix bugs as per https://github.com/probonopd/linuxdeployqt/issues/184#issuecomment-345293540
...
Thanks @tresf
2017-11-17 17:50:44 +01:00
probonopd
ac639bb146
libidn.so.11 does not come with Solus by default
2017-11-16 18:32:24 +01:00
probonopd
f135499521
Fix #184 segfault caused by trying to copy copyright files
2017-11-15 19:28:29 +01:00
Chris Rizzitello
35c2fedfa6
Remove duplicate if on svgz icon check
2017-11-11 08:33:45 -05:00
probonopd
5dc2aaea62
Use QDir::cleanPath
2017-11-10 16:34:15 +01:00
probonopd
c5ba2e7599
Deploy copyright files along with libraries copied from the host system
...
This is only implemented for Debian-like systems. Generalizations welcome.
2017-11-10 16:14:42 +01:00
probonopd
099f3c0433
Do not skip deployment just because the library is already at the target location
...
It might be pre-existing (prior to running linuxdeployqt) any may need to be properly deployed nevertheless
2017-11-09 21:36:23 +01:00
probonopd
b5e9de7331
Make ldd detect pre-existing libraries in the AppDir
2017-11-09 18:53:12 +01:00
probonopd
5b4339a0f6
Use -g option for appimagetool
2017-11-06 17:12:41 +00:00
Taras Kushnir
148e6bb3cc
Workaround for FHS mode for translations
2017-11-05 17:35:54 +02:00
TheAssassin
d9413b37f1
Merge branch 'master' into master
2017-10-29 13:46:54 +01:00
Klaas Freitag
534f1cf79a
Fix: Check if desktop file from first argument really exists
...
and issue a proper error message if not.
When using linuxdeployqt for example in OBS and packages can not
be installed, it can happen that the desktop file is not existing.
This error message makes debugging easier.
2017-10-28 21:51:41 +02:00
probonopd
60dea92aff
Do not exclude libselinux.so.1
...
https://github.com/AppImage/AppImages/issues/83
2017-08-20 12:05:01 +02:00
Martin Höher
8c13c97c77
Add test for qmake option
2017-08-11 22:37:47 +02:00
Martin Höher
2cafb878a6
Merge branch 'master' of https://github.com/probonopd/linuxdeployqt
2017-08-11 22:13:08 +02:00
probonopd
9d9192f31b
Attempt to fix "not found" error
2017-07-22 12:54:03 +00:00
Thorbjørn Lindeijer
ddb3e4e41c
Added path of problematic binary when dependency could not be found
...
Without verbose logging (which is really spammy) this information is
otherwise not available, but it can be very helpful in finding out
what's causing the problem.
2017-07-10 21:39:03 +02:00
probonopd
892964978c
Exit if appDirPath == "/", closes #144
2017-07-07 20:36:48 +02:00
probonopd
4685e33a6e
Do not blacklist libpcre.so.*
...
https://github.com/OpenOrienteering/mapper/pull/898#issuecomment-312454680
2017-07-01 22:46:38 +02:00
probonopd
c96f01bc4a
Libraries missing on openSUSE 42.0
2017-06-28 23:43:32 +02:00
probonopd
18fd602a22
libhcrypto.so.4 missing on openSUSE LEAP 42.0
2017-06-28 23:11:04 +02:00
probonopd
4e3a8bfe83
Cannot assume libkrb5* to be there, it is missing on openSUSE LEAP 42.0
2017-06-28 22:35:31 +02:00
Felix Barz
93ba2f186e
Qt module project structure ( #124 )
...
Refactor the project structure to make it build as a "Qt module". It's a first step to get this tool closer to Qt.
The main advantage here is: Simply running:
```
qmake
make
make install
```
will compile and install the tool into your Qt installation, and make it a part of your Qt just like any other tool (qmake, etc.)
2017-06-19 18:32:52 +02:00