mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Update deps
This commit is contained in:
parent
1c22094803
commit
8b858d5c00
@ -1,4 +1,4 @@
|
|||||||
image 'https://partner-images.canonical.com/core/xenial/current/ubuntu-xenial-core-cloudimg-{}-root.tar.gz'
|
image 'https://partner-images.canonical.com/core/xenial/current/ubuntu-xenial-core-cloudimg-{}-root.tar.gz'
|
||||||
|
|
||||||
# Build time deps for Qt. See http://doc.qt.io/qt-5/linux-requirements.html and https://wiki.qt.io/Building_Qt_5_from_Git
|
# Build time deps for Qt. See http://doc.qt.io/qt-5/linux-requirements.html and https://wiki.qt.io/Building_Qt_5_from_Git
|
||||||
deps 'flex bison gperf ruby libx11-dev libxext-dev libxfixes-dev libxi-dev libxrender-dev libxcb1-dev libx11-xcb-dev libxcb-glx0-dev xkb-data libglu1-mesa-dev libgtk2.0-dev'
|
deps 'flex bison gperf ruby libx11-dev libxext-dev libxfixes-dev libxi-dev libxrender-dev libxcb1-dev libx11-xcb-dev libxcb-glx0-dev xkb-data libglu1-mesa-dev libxkbcommon-dev libinput-dev libxkbcommon-x11-dev libgtk2.0-dev'
|
||||||
|
@ -356,28 +356,23 @@
|
|||||||
{
|
{
|
||||||
"name": "qt",
|
"name": "qt",
|
||||||
"unix": {
|
"unix": {
|
||||||
"filename": "qt-everywhere-opensource-src-5.6.2.tar.xz",
|
"filename": "qt-everywhere-src-5.12.3.tar.xz",
|
||||||
"hash": "md5:5175fba2f221fd4c91e94771a57a5557",
|
"hash": "sha256:6462ac74c00ff466487d8ef8d0922971aa5b1d5b33c0753308ec9d57711f5a42",
|
||||||
"urls": ["https://download.qt.io/archive/qt/5.6/5.6.2/single/{filename}"]
|
"urls": ["https://download.qt.io/official_releases/qt/5.12/5.12.3/single/{filename}"]
|
||||||
},
|
},
|
||||||
"windows": {
|
"windows": {
|
||||||
"filename": "qt-everywhere-opensource-src-5.6.2.zip",
|
"filename": "qt-everywhere-src-5.12.3.zip",
|
||||||
"hash": "md5:b684a2f37b1beebd421b3b7d1eca15dc",
|
"hash": "md5:b684a2f37b1beebd421b3b7d1eca15dc",
|
||||||
"urls": ["https://download.qt.io/archive/qt/5.6/5.6.2/single/{filename}"]
|
"urls": ["https://download.qt.io/official_releases/qt/5.12/5.12.3/single/{filename}"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"unix": {
|
"unix": {
|
||||||
"filename":"qtwebkit-opensource-src-5.6.2.tar.xz",
|
"filename":"qtwebkit-5.212.0-alpha2.tar.xz",
|
||||||
"hash": "md5:5196f47b75e2d6cc9663c89cf9902ef0",
|
"hash": "sha256:f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a",
|
||||||
"urls":["https://download.qt.io/community_releases/5.6/5.6.2/{filename}"]
|
"urls":["https://github.com/annulen/webkit/releases/download/qtwebkit-5.212.0-alpha2/{filename}"]
|
||||||
},
|
|
||||||
"windows": {
|
|
||||||
"filename":"qtwebkit-opensource-src-5.6.2.zip",
|
|
||||||
"hash": "md5:4689efa0b53a58469b191031da8295d6",
|
|
||||||
"urls":["https://download.qt.io/community_releases/5.6/5.6.2/{filename}"]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user