summary refs log blame commit diff
path: root/io.github.NhekoReborn.Nheko.json
blob: 6760c816f0c588769fed2f9fa422b090e3d7c7cc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                      
                                
                            




                                             











                                                





                                                                  









































                                                                                       
                                                                                       
                            
                                                                         


















                                                               
                                     
                                       











                                                                   












                                                                                       







                                                                                
                                                                                       
                            
                                                                                                 












                                     
                                                               
                                                                




















                                                                                                            
                                            

















                                                                                                             
{
  "id": "io.github.NhekoReborn.Nheko",
  "command": "nheko",
  "runtime": "org.kde.Platform",
  "runtime-version": "5.15",
  "sdk": "org.kde.Sdk",
  "rename-icon": "nheko",
  "rename-desktop-file": "nheko.desktop",
  "rename-appdata-file": "nheko.appdata.xml",
  "finish-args": [
    "--device=dri",
    "--share=ipc",
    "--share=network",
    "--socket=pulseaudio",
    "--socket=wayland",
    "--socket=x11",
    "--talk-name=org.freedesktop.Notifications",
    "--talk-name=org.kde.StatusNotifierWatcher"
  ],
  "cleanup": [
    "/include",
    "/bin/mdb*",
    "*.a"
  ],
  "build-options" : {
	  "arch": {
		  "aarch64": {
			  "cxxflags": "-DBOOST_ASIO_DISABLE_EPOLL"
		  }
	  }
  },
  "modules": [
        {
      "name": "lmdb",
      "sources": [
        {
          "sha256": "f3927859882eb608868c8c31586bb7eb84562a40a6bf5cc3e13b6b564641ea28",
          "type": "archive",
          "url": "https://github.com/LMDB/lmdb/archive/LMDB_0.9.22.tar.gz"
        }
      ],
      "make-install-args": [
        "prefix=/app"
      ],
      "no-autogen": true,
      "subdir": "libraries/liblmdb"
    },
    {
      "name": "cmark",
      "buildsystem": "cmake-ninja",
      "builddir": true,
      "config-opts": [
        "-DCMAKE_BUILD_TYPE=Release",
	"-DCMARK_TESTS=OFF"
      ],
      "sources": [
        {
          "sha256": "2558ace3cbeff85610de3bda32858f722b359acdadf0c4691851865bb84924a6",
          "type": "archive",
          "url": "https://github.com/commonmark/cmark/archive/0.29.0.tar.gz"
        }
      ]
    },
    {
      "name": "spdlog",
      "buildsystem": "cmake-ninja",
      "config-opts": [
        "-DCMAKE_BUILD_TYPE=Release",
        "-DSPDLOG_BUILD_EXAMPLES=0",
        "-DSPDLOG_BUILD_BENCH=0",
        "-DSPDLOG_BUILD_TESTING=0"
      ],
      "sources": [
        {
          "sha256": "5197b3147cfcfaa67dd564db7b878e4a4b3d9f3443801722b3915cdeced656cb",
          "type": "archive",
          "url": "https://github.com/gabime/spdlog/archive/v1.8.1.tar.gz"
        }
      ]
    },
    {
      "config-opts": [
        "-DCMAKE_BUILD_TYPE=Release"
      ],
      "buildsystem": "cmake-ninja",
      "name": "olm",
      "sources": [
        {
          "commit": "6753595300767dd70150831dbbe6f92d64e75038",
          "disable-shallow-clone": true,
          "tag": "3.1.4",
          "type": "git",
          "url": "https://gitlab.matrix.org/matrix-org/olm.git"
        }
      ]
    },
    {
      "config-opts": [
        "-DCMAKE_BUILD_TYPE=Release",
        "-DBUILD_TEST_APPLICATION=OFF",
        "-DQTKEYCHAIN_STATIC=ON"
      ],
      "buildsystem": "cmake-ninja",
      "name": "QtKeychain",
      "sources": [
        {
          "commit": "815fe610353ff8ad7e2f1121c368a74df8db5eb7",
          "tag": "v0.12.0",
          "type": "git",
          "url": "https://github.com/frankosterfeld/qtkeychain.git"
        }
      ]
    },
    {
      "config-opts":[
        "-DJSON_BuildTests=OFF"
      ],
      "buildsystem":"cmake",
      "name": "nlohmann",
      "sources":[
        {
          "sha256": "d51a3a8d3efbb1139d7608e28782ea9efea7e7933157e8ff8184901efd8ee760",
          "type": "archive",
          "url": "https://github.com/nlohmann/json/archive/v3.7.0.tar.gz"
        }
      ]
    },
    {
      "build-commands": [
        "./bootstrap.sh --with-libraries=thread,system,iostreams --prefix=/app",
        "./b2 -d0 variant=release link=static threading=multi --layout=system",
        "./b2 -d0 install"
      ],
      "buildsystem": "simple",
      "name": "boost",
      "sources": [
        {
          "sha256": "59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722",
          "type": "archive",
          "url": "https://sourceforge.net/projects/boost/files/boost/1.72.0/boost_1_72_0.tar.bz2"
        }
      ]
    },
    {
      "config-opts": [
        "-DBUILD_LIB_TESTS=OFF",
        "-DBUILD_LIB_EXAMPLES=OFF",
        "-DCMAKE_BUILD_TYPE=Release",
	"-DBUILD_SHARED_LIBS=OFF"
      ],
      "buildsystem": "cmake-ninja",
      "name": "mtxclient",
      "sources": [
        {
          "commit": "f364a5e83db3f1978b6c3d3453accae02c9267c3",
          "type": "git",
          "url": "https://github.com/Nheko-Reborn/mtxclient.git"
        }
      ]
    },
    {
      "config-opts": [
        "-DCMAKE_BUILD_TYPE=Release",
        "-DTWEENY_BUILD_DOCUMENTATION=OFF",
        "-DTWEENY_BUILD_EXAMPLES=OFF"
      ],
      "buildsystem": "cmake-ninja",
      "name": "tweeny",
      "sources": [
        {
          "sha256": "482857256a7235646004682912badb6521d361ed6987c8ebdae7986bf64ce694",
          "type": "archive",
          "url": "https://github.com/mobius3/tweeny/archive/43f4130f7e4a67c19d870b60864bc2862c19b81f.tar.gz"
        }
      ]
    },
    {
      "config-opts": [
        "-DCMAKE_BUILD_TYPE=Release",
        "-DLMDBXX_INCLUDE_DIR=.deps/lmdbxx",
        "-DCOMPILE_QML=ON"
      ],
      "buildsystem": "cmake-ninja",
      "name": "nheko",
      "sources": [
        {
          "path": ".",
          "type": "dir",
	  "skip": ["build-flatpak"]
        },
        {
          "dest": ".deps/lmdbxx",
          "sha256": "93721132bbf5045d38ad62de2997655e9984c48ea5c9886746d42128f4b26fbd",
          "type": "archive",
          "url": "https://github.com/bendiken/lmdbxx/archive/0b43ca87d8cfabba392dfe884eb1edb83874de02.tar.gz"
        }
      ]
    }
  ]
}