probonopd
c8fb47f246
Add lirios/browser
[ci skip]
8 years ago
probonopd
d9423640f7
Add FeedTheMonkey
[ci skip]
8 years ago
probonopd
af8d32bb8f
Also exclude libnssutil3.so
As per https://github.com/lirios/browser/issues/44#issuecomment-287635212
8 years ago
Àlex Fiestas
4c33c5ed97
Make running the tests like in travis-ci easier ( #92 )
* Move testing logic from travis.yml to tests-ci.sh script
This way we can share this logic between travis CI and other systems
like for example a docker container.
* Move logic to create a testing environment to tests-environment.sh
As with the logic to execute the tests, this way we can share this logic
with other systems to tests linuxdeployqt.
* Install Qt also in tests-environment.sh
No reason to keep it separate from the rest as far as I know
* Wait until the X server is up and running
Otherwise we get into a racy situation.
* Add Dockerfile to create a testing container
This container tries to emulate the environment we have in travis-ci,
this way we can test whatever is failing on the CI locally.
8 years ago
probonopd
585f487180
Merge pull request #91 from afiestas/master
Remove or replace all uses of qmlImportsPath by qtToBeBundledInfo and exclude /usr/local from distro shipped Qt
8 years ago
Àlex Fiestas
0fea9e03d2
Fix a typo in "QT_INSTALL_QML" key usage (removing extra space)
The key with a space at the end does not seem to exists neither in my
testing environment (container reproducing current travis.yml file) nor
on my main system.
8 years ago
Àlex Fiestas
a1a4923ba3
Exclude /usr/local from being detected as "Distribution Qt"
/usr/local is the canonical place to put self built applications and
libraries so it should be exlucded from the logic to detect distribution
shipped Qt.
8 years ago
Àlex Fiestas
ac9e9db2d0
Remove or replace all uses of qmlImportsPath by qtToBeBundledInfo
It seems that the removal of qmlImportsPath was half-done and there were
still some uses of it around.
8 years ago
probonopd
fc571daf7b
Always use qtToBeBundledInfo.value("QT_INSTALL_QML ")
8 years ago
probonopd
1d265dc78a
Add UEFITool
[ci skip]
8 years ago
probonopd
c21b17174d
it2.fileInfo().isFile()
8 years ago
probonopd
12f43f60d1
Check isFile in order not to find usr/share/appname
https://travis-ci.org/probonopd/QOwnNotes/builds/208396925
8 years ago
probonopd
9359693d9f
Do not exit because this could be a script that patchelf can't work on
8 years ago
probonopd
b3072213a3
Merge pull request #86 from uwehermann/compiler_warnings
Fix two compiler warnings.
8 years ago
Uwe Hermann
a6e35bc727
Fix two compiler warnings.
../shared/shared.cpp: In function ‘LibraryInfo parseLddLibraryLine(const QString&, const QString&, const QSet<QString>&)’:
../shared/shared.cpp:220:102: warning: unused parameter ‘rpaths’ [-Wunused-parameter]
LibraryInfo parseLddLibraryLine(const QString &line, const QString &appDirPath, const QSet<QString> &rpaths)
^~~~~~
../shared/shared.cpp: In function ‘void stripAppBinary(const QString&)’:
../shared/shared.cpp:681:36: warning: unused parameter ‘bundlePath’ [-Wunused-parameter]
void stripAppBinary(const QString &bundlePath)
^~~~~~~~~~
8 years ago
probonopd
3a18286bb0
Merge pull request #85 from uwehermann/typos
README.md: Fix two typos.
8 years ago
Uwe Hermann
acda87b929
README.md: Fix two typos.
8 years ago
probonopd
ae2ddde50e
Trigger rebuild
8 years ago
probonopd
e7c13e99ad
Also generate .DirIcon
8 years ago
probonopd
99cde6bf77
Copy the icon in place in case it is not there
8 years ago
probonopd
5b68f3af59
Warn about systm Qt when encountering Qt in /usr
8 years ago
probonopd
b830f1f8cd
Beginnings of icon copying
8 years ago
probonopd
cdbc4a3a7f
Use linuxdeployqt.desktop to exercise this part of the code, too
8 years ago
probonopd
0914660bc2
Adjust usage statement
8 years ago
probonopd
65426098ac
Fix build
8 years ago
probonopd
50ac681433
Refine logic to search the binary from the Exec= entry
8 years ago
probonopd
3894cf17a8
Refine where to search for the executable defined in the Exec= key
8 years ago
probonopd
4b84a870e6
Copy desktop file into place
8 years ago
probonopd
9f8fc7981c
Beginnings of support for a desktop file as the input
8 years ago
probonopd
ac3eb6bf35
Add FastQT
[ci skip]
8 years ago
probonopd
566f92cd15
Add sqlitebrowser
[ci skip]
8 years ago
probonopd
48934125da
Link GitHub Issues
[ci skip]
8 years ago
probonopd
285de96b01
Move parts to BUILDING.md
[ci skip]
8 years ago
probonopd
a4d9eba26a
Create BUILDING.md
[ci skip]
8 years ago
probonopd
5c80e2ee70
Add tumblr-downloader-client
[ci skip]
8 years ago
probonopd
edd73507eb
Update README.md
[ci skip]
8 years ago
probonopd
6eef8dc3e7
Update README.md
[ci skip]
8 years ago
probonopd
c48ce01ef1
Test bundling the sample Qt WebEngine Application
8 years ago
probonopd
ed6540ae43
Add qt58webengine for tests
[ci skip]
8 years ago
probonopd
b41466bedf
Delete file
[ci skip]
8 years ago
probonopd
965ce16cdc
Add files via upload
8 years ago
probonopd
2aae688c86
Create file
8 years ago
probonopd
eae604d254
Set qt_plugpath=plugins
As per https://github.com/probonopd/linuxdeployqt/issues/75#issuecomment-280962215
8 years ago
probonopd
b32682ba8e
Set qt_plugpath to ../plugins in an effort to solve #75
8 years ago
probonopd
3aca9d5c9b
Clear qt_plugpath which may exist and may be set to /usr/... in distro Qt packages
8 years ago
probonopd
b4d8f4245d
Sleep longer
8 years ago
probonopd
4b2c81ff84
Workaround for: https://github.com/probonopd/linuxdeployqt/issues/25
8 years ago
probonopd
b5f6c4cb54
ldd nonfhs/QtQuickControls2Application
8 years ago
probonopd
eb3a4f2959
Do not delete files, reduce sleep to 5
8 years ago
probonopd
552653faba
Add qt58declarative, which is needed for the tests
8 years ago