probonopd
5fa79fa1df
Workaround for #542 ( #547 )
2 years ago
Adrien RICCIARDI
adf1eb0840
Added GitHub Action CI. ( #518 )
* Added GitHub Action CI.
Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
* Removed Travis CI support.
Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
3 years ago
probonopd
f2a877dc3b
Switch to xenial [ci skip]
4 years ago
probonopd
c721bc9e32
Use PVS-Studio Analyzer
https://www.viva64.com/en/pvs-studio/
5 years ago
probonopd
fbf32415f7
Point to https://github.com/NixOS/patchelf/issues/124
[ci skip]
6 years ago
probonopd
78b7efea25
Remove the need for unset ... calls using AppRun file ( #370 )
6 years ago
probonopd
3f22639c43
Revert patchelf changes
because it resulted in segfault when trying to run linuxdeployqt
6 years ago
probonopd
32bf3dea2e
--prefix=/usr for patchelf
6 years ago
probonopd
4d09d0cb7a
Fix typo
6 years ago
probonopd
4d7c8119e1
We want a newer patchelf
6 years ago
probonopd
f0e3033585
Trying appimagetool master
https://github.com/AppImage/AppImageKit/pull/937#issuecomment-475953912
6 years ago
probonopd
72213f1c94
Update tests-environment.sh
https://github.com/AppImage/AppImageKit/pull/937#issuecomment-475132495
6 years ago
probonopd
8c98d8dcd4
Next try, corrected
6 years ago
probonopd
890c7589cb
Next try
https://github.com/AppImage/AppImageKit/pull/937#issuecomment-474560095
6 years ago
probonopd
b01a29254c
Revert last change
6 years ago
probonopd
64940f5fd0
Test https://github.com/AppImage/AppImageKit/pull/937
https://github.com/AppImage/AppImageKit/pull/937#issuecomment-474494480
6 years ago
probonopd
b6aafc2236
travis-2052/appimagetool-x86_64.AppImage # AppImageKit branch last-good
6 years ago
probonopd
fcf491859b
appimagetool continuous
Let's see if we can use appimagetool continuous again after https://github.com/AppImage/AppImageKit/commit/e2737b8
6 years ago
probonopd
b47c5c0de3
Use last known good appimagetool
https://github.com/AppImage/AppImageKit/issues/934#issuecomment-473638280
6 years ago
probonopd
07a4f120a3
bisect #335
6 years ago
probonopd
9cc80e5ac1
Update tests-environment.sh
6 years ago
probonopd
c197bc3b88
bisect #335
6 years ago
probonopd
b7ec4a8cf2
bisect #355
6 years ago
probonopd
8ef615deeb
bisect #355
6 years ago
probonopd
d59e58356a
Use old appimagetool from Jan 08, 2018
Let's see if this solves https://github.com/probonopd/linuxdeployqt/issues/355
https://github.com/AppImage/AppImageKit/issues/934#issuecomment-473569963
6 years ago
probonopd
9a6e9e1bef
Revert temporary switch
6 years ago
probonopd
6c199b58dc
Temporarily switch appimagtool download URL until https://github.com/AppImage/AppImageKit/issues/905 is solved
6 years ago
probonopd
600fc20ea7
Keep existing AppRun ( #335 )
Keep existing AppRun, closes #159
6 years ago
probonopd
7749d00eb0
Fix typo
6 years ago
probonopd
37b428898b
Use VERSION=$TRAVIS_TAG if it is there
6 years ago
TheAssassin
f74e53d447
Print version number during build
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
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
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
probonopd
b3f0277211
Update tests-environment.sh
7 years ago
TheAssassin
c0217607bc
Authenticate downloaded file by checking hash sum
7 years ago
TheAssassin
6bc4c246f0
Fix PPA name
7 years ago
Martin Höher
8c13c97c77
Add test for qmake option
7 years ago
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.)
8 years ago
probonopd
9a8902399a
Switch to Qt 5.9
8 years ago
probonopd
0d9494b240
Switch to Qt 5.9
8 years ago
TheAssassin
1088dfa999
Fix linuxdeployqt crashes on Travis ( closes #108 )
By using a stable patchelf binary instead of compiling the latest master
from NixOS/patchelf, the crash could be solved.
An issue has been created in NixOS/patchelf attempting to fix this
upstream.
We should think about relying on stable versions (e.g. their tags) in
the future instead of building the master branch, especially since
linuxdeployqt is a development tool that many developers rely on.
8 years ago
TheAssassin
df417bd38a
Upload files for debugging if linuxdeployqt segfaults
8 years ago