Axel Gembe
|
cd52350f5d
|
AppImage: Remove unused PyQt5 modules
We already delete unused Qt modules, but we weren't deleting their PyQt5 modules.
-----
taken from Electron-Cash/Electron-Cash@e044c94677
|
2019-05-15 19:04:42 +02:00 |
|
Axel Gembe
|
5afda62ee3
|
AppImage: Remove Qt.so to prevent importing from PyQt5.Qt
Importing from PyQt5.Qt is an unnecessary fallback that loads every PyQt5 module.
-----
taken from Electron-Cash/Electron-Cash@d69471b31d
|
2019-05-15 19:03:18 +02:00 |
|
Axel Gembe
|
c3b92aa13a
|
AppImage: Copy libusb binary into image
pkg2appimage excludes libusb-1.0.so by default for no good reason:
https://github.com/AppImage/pkg2appimage/blob/83483c2971fcaa1cb0c1253acd6c731ef8404381/excludelist#L112
This can cause an issue when the AppImage loads the systems libusb but the
systems libusb in turn loads libudev from the AppImage. The kernel ABI for
libusb will not be changing so it is safe to bundle it into the AppImage.
-----
taken from Electron-Cash/Electron-Cash@25d45fdcbf
|
2019-05-15 19:01:39 +02:00 |
|
SomberNight
|
f432320576
|
appimage build: nits.
also touch symbolic links
|
2019-04-12 16:54:22 +02:00 |
|
SomberNight
|
baebfc03f1
|
binary builder dockerfiles: update packages
ubuntu no longer serves those older versions
|
2019-04-12 16:51:35 +02:00 |
|
SomberNight
|
9117ded1cd
|
appimage: build python with curses and sqlite3 included
related #5213
|
2019-03-22 14:42:57 +01:00 |
|
SomberNight
|
03ab64e39f
|
appimage: towards deterministic builds
same-machine build almost works.
$ diffoscope dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage1 dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage2
|############################| 100% Time: 0:00:05
--- dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage1
+++ dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage2
├── readelf --wide --decompress --hex-dump=.digest_md5 {}
│ @@ -1,4 +1,4 @@
│
│ Hex dump of section '.digest_md5':
│ - 0x00000000 77e356ea eefe1459 a40f00d9 ab5c0e00 w.V....Y.....\..
│ + 0x00000000 1dda23b5 31f9024c fe6d2755 e930a41a ..#.1..L.m'U.0..
|
2019-03-06 04:53:18 +01:00 |
|
SomberNight
|
699562c78d
|
bump libsecp256k1 version
|
2019-02-08 16:17:52 +01:00 |
|
SomberNight
|
2c71b9da0c
|
icons: instead of symlinks, just mv "icons" dir
symlinks are really inconvenient on Windows
(when running from cloned source)
follow-up #5055
|
2019-02-07 20:01:52 +01:00 |
|
SomberNight
|
a754f9fe10
|
initial commit for building AppImages for Linux x86_64
|
2019-02-03 23:45:30 +01:00 |
|
SomberNight
|
b085d7cc59
|
document linux release process
closes #5030
|
2019-01-25 19:14:28 +01:00 |
|