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
probonopd
9d6c422e8f
Account for squashfs-root/usr/lib/appimagekit/mksquashfs
7 years ago
Verban Adrian
0cde4e7f4a
Added requested documentation ( #212 )
Added usage documentation for -extra-plugins argument, with usage examples.
7 years ago
probonopd
46a1e7f481
Revert "Trying to mitigate #207"
This reverts commit 052264110f
.
7 years ago
probonopd
052264110f
Trying to mitigate #207
7 years ago
probonopd
935a629e9e
Happy New Year!
7 years ago
probonopd
83ce7b688e
Qt 5.9.3
7 years ago
probonopd
972a2dffcc
Fix download location, thanks @KurtPfeifle
7 years ago
probonopd
e3c0ab3421
Update README.md
[ci skip]
7 years ago
probonopd
647215f3d2
Overhaul intro, partly addresses #202
[ci skip]
7 years ago
probonopd
38a727345d
Do not bundle libnsl.so.1 as it belongs to glibc
7 years ago
Mostafa Sedaghat Joo
c1ee04f116
Update README.md ( #201 )
7 years ago
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]
7 years ago
probonopd
ff5cd2102b
Remove libgssapi_krb5.so.2 because https://github.com/Subsurface-divelog/subsurface/issues/917
7 years ago
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
7 years ago
TheAssassin
e60649ba4f
Merge pull request #196 from probonopd/revert-195-fix/close
Revert "Call close(); on QProcess"
7 years ago
probonopd
c8016ad707
Revert "Call close(); on QProcess"
7 years ago
TheAssassin
a67df55b01
Merge pull request #195 from probonopd/fix/close
Call close(); on QProcess
7 years ago
probonopd
fea29bda61
Call close(); on QProcess
https://github.com/probonopd/linuxdeployqt/issues/194#issuecomment-347322024
7 years ago
probonopd
23400c5066
ppa:beineri/opt-qt593-trusty
[ci skip]
7 years ago
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
7 years ago
probonopd
d143cf7897
Deploy platforminputcontexts whenever libQt5Gui is deployed ( #190 )
Closes #131
7 years ago
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.
7 years ago
TheAssassin
afac55f2de
Improve README ( #187 )
Be explicit about linuxdeployqt's filename (because [explicit is better than implicit](https://www.python.org/dev/peps/pep-0020/ )).
Relative paths don't need a `./` prefix.
uploadtool now creates `continuous` branches with a suffix, and the `exclude` list should respect that.
7 years ago
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
7 years ago
probonopd
1715def7f6
Install desktop-file-utils so that it can be bundled
7 years ago
probonopd
5533a9f3cf
Bundle desktop-file-validate dependencies
7 years ago
probonopd
183db896c6
Add desktop-file-validate
7 years ago
TheAssassin
f245c65358
Merge pull request #186 from probonopd/fix/multiarch
Fix #184 segfault on multiarch systems
7 years ago
probonopd
717eebcaf7
Fix bugs as per https://github.com/probonopd/linuxdeployqt/issues/184#issuecomment-345293540
Thanks @tresf
7 years ago
probonopd
072f773795
self-extracting compressed archive
[ci skip]
7 years ago
probonopd
ac639bb146
libidn.so.11 does not come with Solus by default
7 years ago
probonopd
f135499521
Fix #184 segfault caused by trying to copy copyright files
7 years ago
probonopd
002f1e62a9
Fix indentation
[ci skip]
7 years ago
probonopd
a5742783cf
https://github.com/probonopd/ImageMagick
[ci skip]
7 years ago
probonopd
0bb00f8250
Merge pull request #181 from sithlord48/master
Remove duplicate if on svgz icon check
7 years ago
Chris Rizzitello
35c2fedfa6
Remove duplicate if on svgz icon check
7 years ago
probonopd
80d84514d6
wget -c -q
[ci skip]
7 years ago
probonopd
9acc3bb335
export VERSION
7 years ago
probonopd
5dc2aaea62
Use QDir::cleanPath
7 years ago
probonopd
c5ba2e7599
Deploy copyright files along with libraries copied from the host system
This is only implemented for Debian-like systems. Generalizations welcome.
7 years ago