view flatpak/_tpl_org.salutatoi.Cagou.json @ 141:15d1ddcd78cf

flatpak (cagou): don't force version anymore for urwid-satext and sat_tmp as it is not necessary with new 0.7.0b2 release of SàT.
author Goffi <goffi@goffi.org>
date Sun, 23 Jun 2019 18:14:15 +0200
parents d36a68e396d5
children 150085e39072
line wrap: on
line source

{
    "_build_settings": {
        "wrapped_command": "cagou",
        "dev_repos": {"type": "hg", "url": "https://repos.goffi.org/cagou"},
        "setup_requirements": ["cython"],
        "icon": "https://repos.goffi.org/sat_media/raw-file/tip/icons/muchoslava/svg/cagou_profil_bleu_avec_cou.svg",
        "desktop_file": "org.salutatoi.Cagou.desktop",
        "appdata_file": "_tpl_org.salutatoi.Cagou.appdata.xml"
    },
    "finish-args": [
        "--socket=session-bus",
        "--socket=x11",
        "--share=ipc",
        "--socket=wayland",
        "--share=network",
        "--filesystem=home"
    ],
    "modules": [
        {
            "name": "mtdev",
            "sources": [
                {
                    "type": "archive",
                    "url": "http://bitmath.org/code/mtdev/mtdev-1.1.5.tar.bz2",
                    "sha256": "6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f"
                }
            ]
        },
        {
            "name": "xsel",
            "sources": [
                {
                    "type": "archive",
                    "url": "http://www.vergenet.net/~conrad/software/xsel/download/xsel-1.2.0.tar.gz",
                    "sha256": "b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c"
                }
            ]
        },
        {
            "name": "garden-contextmenu",
            "buildsystem": "simple",
            "build-commands": [
                "python2 -c 'import os, shutil, kivy; d=os.path.join(os.path.dirname(kivy.__file__), \"garden/contextmenu\"); shutil.copytree(\".\",d)'"
            ],
            "sources": [
                {
                    "type": "archive",
                    "url": "https://ftp.goffi.org/kivy_garden/contextmenu.zip",
                    "sha256": "34c81cdc0ae968537ae6ecfa3d9417d942c82ad012de5ca72fd9d0f5de57cac9"
                }
            ]
        },
        {
            "name": "garden-modernmenu",
            "buildsystem": "simple",
            "build-commands": [
                "python2 -c 'import os, shutil, kivy; d=os.path.join(os.path.dirname(kivy.__file__), \"garden/modernmenu\"); shutil.copytree(\".\",d)'"
            ],
            "sources": [
                {
                    "type": "archive",
                    "url": "https://ftp.goffi.org/kivy_garden/modernmenu.zip",
                    "sha256": "f9a6f8d4248050ed2d1be9b7ed67059e4bfdd5b52009606aaf643eb66f41b531"
                }
            ]
        }
    ]
}