add all correct packages to flatpak, waiting for flatpak#134

This commit is contained in:
Bilal Elmoussaoui 2017-01-10 05:34:11 +01:00
parent 7a31b7e08e
commit 35bce5521f

View file

@ -1,68 +1,103 @@
{
"app-id": "org.gnome.TwoFactorAuth",
"branch": "0.1.1",
"runtime": "org.gnome.Platform",
"runtime-version": "3.22",
"sdk": "org.gnome.Sdk",
"command": "gnome-twofactorauth",
"copy-icon": true,
"separate-locales": false,
"no-debuginfo": true,
"desktop-file-name-prefix": "",
"finish-args": [
"--socket=x11",
"--socket=wayland",
"--filesystem=host",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.freedesktop.secrets",
"--own-name=org.gnome.TwoFactorAuth"
],
"modules": [{
"name" :"python-pyotp",
"no-autogen": true,
"sources": [{
"type": "archive",
"url": "https://pypi.python.org/packages/42/71/85c28b2d373eee3592d6f079e556df4a28d5c133c2ba484d7311dc9a746c/pylast-1.6.0.tar.gz",
"sha256": "6bf325ee0fdeb35780554843cf64df99304abb98c5ce2e451c0df7e95e08b42e"
},{
"type": "file",
"path": "pip-Makefile",
"dest-filename": "Makefile"
}],
"modules": [{
"name": "python-yaml",
"no-autogen": true,
"sources": [{
"type": "archive",
"url": "https://pypi.python.org/packages/b3/b2/238e2590826bfdd113244a40d9d3eb26918bd798fc187e2360a8367068db/six-1.10.0.tar.gz#md5=34eed507548117b2ab523ab14b2f8b55",
"sha256": "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a"
},{
"type": "file",
"path": "pip-Makefile",
"dest-filename": "Makefile"
}]
}]
},{
"name": "python-pillow",
"no-autogen": true,
"sources": [{
"type": "archive",
"url": "https://pypi.python.org/packages/d9/03/155b3e67fe35fe5b6f4227a8d9e96a14fda828b18199800d161bcefc1359/requests-2.12.3.tar.gz#md5=0cafdecd95a46b081dd5fcfa4978db7a",
"sha256": "de5d266953875e9647e37ef7bfe6ef1a46ff8ddfe61b5b3652edf7ea717ee2b2"
},{
"type": "file",
"path": "pip-Makefile",
"dest-filename": "Makefile"
}]
},{
"name": "lollypop",
"make-install-args": ["prefix=/app"],
"no-autogen": true,
"sources": [{
"type": "archive",
"url": "file:///tmp/lollypop-0.9.223.tar.xz",
"sha256": "d1cab2e73fd223387f518573b1ccd7d5fca7bd5f48bbdc7b1afe43d141fa0649"
}]
}]
}
"app-id":"org.gnome.TwoFactorAuth",
"branch":"0.1.1",
"runtime":"org.gnome.Platform",
"runtime-version":"3.22",
"sdk":"org.gnome.Sdk",
"command":"gnome-twofactorauth",
"copy-icon":true,
"separate-locales":false,
"no-debuginfo":true,
"rename-appdata-file":"gnome-twofactorauth.appdata.xml",
"rename-desktop-file":"gnome-twofactorauth.desktop",
"desktop-file-name-prefix":"",
"finish-args":[
"--socket=x11",
"--filesystem=host",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.freedesktop.secrets",
"--talk-name=ca.desrt.dconf",
"--own-name=org.gnome.TwoFactorAuth"
],
"modules":[
{
"name":"zbar",
"config-opts":[
"--prefix=/usr",
"--without-qt",
"--without-gtk",
"--disable-video",
"CFLAGS=-DNDEBUG"
],
"sources":[
{
"type":"git",
"url":"https://github.com/ZBar/ZBar",
"branch":"master"
}
]
},
{
"name":"pyotp",
"sources":[
{
"type":"archive",
"url":"https://pypi.python.org/packages/ac/0c/bd96508e36956ae627e527a7a7fba486865a738b4682e7290cd0e7c34f52/pyotp-2.2.4.tar.gz#md5=16cb1a08d38777ca74b5e9c7803810b6",
"sha256":"92c3973ba91273e7e4a7fd4a1020ae4b050ccd2e149b554911e1b45ca458ac2d"
}
]
},
{
"name":"pyaml",
"sources":[
{
"type":"archive",
"url":"https://pypi.python.org/packages/aa/bc/68c34bd6c5a7bd6d2ecf94ba7cd2337c9f9be58d670e2edef16fa1e0d6a2/pyaml-16.12.2.tar.gz#md5=3f2f2f113b65be2e33272ffff411ecc2",
"sha256":"b865e4f53a85f4d8a092e7701f759a3237fb3ee8a928627401914aafadc00907"
}
]
},
{
"name":"Pillow",
"sources":[
{
"type":"archive",
"url":"https://pypi.python.org/packages/8d/80/eca7a2d1a3c2dafb960f32f844d570de988e609f5fd17de92e1cf6a01b0a/Pillow-4.0.0.tar.gz#md5=d5af224b0fa2c66dacc9814785fef9e7",
"sha256":"ee26d2d7e7e300f76ba7b796014c04011394d0c4a5ed9a288264a3e443abca50"
}
]
},
{
"name":"gnome-screenshot",
"sources":[
{
"type":"git",
"url":"https://git.gnome.org/browse/gnome-screenshot",
"branch":"gnome-3-22"
}
]
},
{
"name":"gnome-keyring",
"sources":[
{
"type":"git",
"url":"https://git.gnome.org/browse/gnome-keyring/",
"branch":"gnome-3-22"
}
]
},
{
"name":"gnome-twofactorauth",
"buildsystem":"meson",
"builddir":true,
"sources":[
{
"type":"git",
"url":"https://github.com/bil-elmoussaoui/Gnome-TwoFactorAuth",
"branch":"master"
}
]
}
]
}