Commit Graph

561 Commits

Author SHA1 Message Date
probonopd 48934125da Link GitHub Issues
[ci skip]
2017-02-26 13:15:38 +01:00
probonopd 285de96b01 Move parts to BUILDING.md
[ci skip]
2017-02-26 13:14:42 +01:00
probonopd a4d9eba26a Create BUILDING.md
[ci skip]
2017-02-26 13:12:19 +01:00
probonopd 5c80e2ee70 Add tumblr-downloader-client
[ci skip]
2017-02-26 13:05:58 +01:00
probonopd edd73507eb Update README.md
[ci skip]
2017-02-26 00:11:09 +01:00
probonopd 6eef8dc3e7 Update README.md
[ci skip]
2017-02-25 01:46:46 +01:00
probonopd c48ce01ef1 Test bundling the sample Qt WebEngine Application 2017-02-20 19:13:24 +01:00
probonopd ed6540ae43 Add qt58webengine for tests
[ci skip]
2017-02-20 19:13:21 +01:00
probonopd b41466bedf Delete file
[ci skip]
2017-02-20 19:10:05 +01:00
probonopd 965ce16cdc Add files via upload 2017-02-20 19:09:45 +01:00
probonopd 2aae688c86 Create file 2017-02-20 19:09:29 +01:00
probonopd eae604d254 Set qt_plugpath=plugins
As per https://github.com/probonopd/linuxdeployqt/issues/75#issuecomment-280962215
2017-02-20 01:25:09 +01:00
probonopd b32682ba8e Set qt_plugpath to ../plugins in an effort to solve #75 2017-02-20 00:38:06 +01:00
probonopd 3aca9d5c9b Clear qt_plugpath which may exist and may be set to /usr/... in distro Qt packages 2017-02-19 23:43:06 +01:00
probonopd b4d8f4245d Sleep longer 2017-02-19 14:56:28 +01:00
probonopd 4b2c81ff84 Workaround for: https://github.com/probonopd/linuxdeployqt/issues/25 2017-02-19 14:41:07 +01:00
probonopd b5f6c4cb54 ldd nonfhs/QtQuickControls2Application 2017-02-19 14:34:29 +01:00
probonopd eb3a4f2959 Do not delete files, reduce sleep to 5 2017-02-19 14:30:07 +01:00
probonopd 552653faba Add qt58declarative, which is needed for the tests 2017-02-19 14:25:26 +01:00
probonopd 3346b044cd Only upload after success 2017-02-19 14:22:43 +01:00
probonopd ea4f511342 Reorganize tests 2017-02-19 14:21:23 +01:00
probonopd d570e15c20 Add QtQuickControls2Application test 2017-02-19 14:10:12 +01:00
probonopd 7adb7cc292 Add explicit {} 2017-02-19 14:01:46 +01:00
probonopd 2e5cfae904 Do not hardcode usr/ 2017-02-19 13:59:01 +01:00
probonopd 86ce8f84e2 Workaround to deploy Qt diretory to qt/ in FHS-like mode 2017-02-19 13:13:58 +01:00
probonopd b347eacfea Add notifications 2017-02-19 12:56:50 +01:00
probonopd 7a9add8f9e Fix tests 2017-02-19 12:55:26 +01:00
probonopd 45a137db53 unset ENVs set by beineri Qt 2017-02-19 12:43:46 +01:00
probonopd cf48edd007 Increase verbosity of tests 2017-02-19 12:36:36 +01:00
probonopd 380d296d09 Try to run Qt application using Xpra 2017-02-19 12:32:46 +01:00
probonopd c933d60c08 Add tests, see #77 2017-02-19 12:21:38 +01:00
probonopd 62bcd3dfe3 Add tests/QtWidgetsApplication 2017-02-19 12:08:39 +01:00
probonopd a0a3e54851 Fix rpath, set to $ORIGIN/lib/ in non-FHS mode 2017-02-19 11:58:54 +01:00
probonopd 5df50f332b No longer generate qt.conf since we use qt_prfxpath now 2017-02-19 11:42:44 +01:00
probonopd 2e6835bc64 Set "qt_prfxpath=." or "qt_prfxpath=..", closes #12 2017-02-19 11:36:48 +01:00
probonopd 792c5cc9d5 Set "qt_prfxpath=." or "qt_prfxpath=../../", closes #12 2017-02-19 10:46:23 +01:00
probonopd 759eb514d2 Mention fpm 2017-02-18 21:06:45 +01:00
probonopd d533d7a2a7 Update list of projects using linuxdeployqt
[ci skip]
2017-02-18 20:34:10 +01:00
probonopd 1d8f972381 Remove -libpath, closes #51
Was a leftover from macdeployqt and never worked for linuxdeployqt
2017-02-18 20:23:48 +01:00
probonopd 8d2a3942d0 Remove -libpath
[ci skip]
2017-02-18 20:22:15 +01:00
probonopd 342524d2d1 Update shared.cpp 2017-02-18 15:05:59 +01:00
probonopd 8eef3f66be For now, use -n option for appimagetool, closes #71 2017-02-18 11:50:33 +01:00
probonopd 06401ef196 Merge pull request #73 from LibrePCB/fix_wrong_path
Fix wrong PATH (remove "/usr/bin" suffix)
2017-02-16 20:20:54 +01:00
probonopd ea042a7135 Merge pull request #74 from LibrePCB/fix_missing_qtconf
Fix failure when creating qt.conf
2017-02-16 20:19:59 +01:00
U. Bruhin acf38544a8 Fix failure when creating qt.conf
The creation of the qt.conf file has failed with following error:

QIODevice::write (QFile, "app.AppDir/opt/bin/app/../qt.conf"): device not open

This was caused by an invalid file path (appending "/../" to a file to
get its parent directory is not allowed). Fixed it by cleaning the path
with QDir::cleanPath().
2017-02-16 19:46:07 +01:00
U. Bruhin b3b9ec7d85 Fix wrong PATH (remove "/usr/bin" suffix)
That suffix is no longer required because linuxdeployqt itself is now
also located in that directory.
2017-02-16 18:45:03 +01:00
probonopd c01275a7f6 Strip without -x 2017-02-14 23:30:53 +01:00
probonopd d6ade69163 Update .travis.yml 2017-02-14 23:18:52 +01:00
probonopd aec73d1bc7 Merge pull request #72 from probonopd/feature/fhs
Merge Feature/fhs
2017-02-14 23:18:04 +01:00
probonopd cb8cb3053b Merge branch 'master' into feature/fhs 2017-02-14 23:09:23 +01:00