probonopd
57799ed9d3
glabels-qt
[ci skip]
8 years ago
probonopd
67774737a8
Update README.md
[ci skip]
8 years ago
probonopd
d4862201da
DESTDIR
[ci skip]
8 years ago
probonopd
4d5b4690f2
Update README.md
[ci skip]
8 years ago
probonopd
8f87719a32
Revert move, not sure if it makes a difference
8 years ago
probonopd
e00472f2d8
Update README.md
[ci skip]
8 years ago
probonopd
5f3b45bb2a
Update README.md
8 years ago
probonopd
6e8bdab10f
Only copy to .DirIcon if it does not exist yet
8 years ago
probonopd
038ea01bdc
Add NeoTheFox/RepRaptor
[ci skip]
8 years ago
probonopd
8e95f095dc
Remove non-working code
8 years ago
probonopd
6926e89d15
Workaround for OBS builds
8 years ago
probonopd
2897666c50
Add verbosity concerning non-properly deployed libs
8 years ago
probonopd
60725dec9a
Fix string patching
8 years ago
probonopd
8acc1cb3d9
Patch hardcoded paths for Arch Linux Qt
Partially addresses https://github.com/probonopd/linuxdeployqt/issues/98
8 years ago
probonopd
a8515d1bda
Patch all qt_* strings in libQt5Core.so that exist ( #97 )
Closes https://github.com/probonopd/linuxdeployqt/issues/79
8 years ago
probonopd
edf48fd228
https://github.com/electronpass/electronpass-desktop
[ci skip]
8 years ago
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