Warning, /packaging/flatpak-kde-applications/org.kde.skanpage.json is written in an unsupported language. File is not indexed.
0001 { 0002 "id": "org.kde.skanpage", 0003 "branch": "master", 0004 "runtime": "org.kde.Platform", 0005 "runtime-version": "5.15-22.08", 0006 "sdk": "org.kde.Sdk", 0007 "command": "skanpage", 0008 "tags": ["nightly"], 0009 "desktop-file-name-suffix": " (Nightly)", 0010 "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--device=all", 0011 "--share=network", "--system-talk-name=org.freedesktop.Avahi" ], 0012 "separate-locales": false, 0013 0014 "modules": [ 0015 "ksane-dependencies.json", 0016 { 0017 "name": "leptonica", 0018 "rm-configure": true, 0019 "config-opts": [ 0020 "--disable-static" 0021 ], 0022 "sources": [ 0023 { 0024 "type": "archive", 0025 "url": "https://github.com/DanBloomberg/leptonica/releases/download/1.83.1/leptonica-1.83.1.tar.gz", 0026 "sha256": "8f18615e0743af7df7f50985c730dfcf0c93548073d1f56621e4156a8b54d3dd" 0027 } 0028 ] 0029 }, 0030 { 0031 "name": "tesseract", 0032 "config-opts": [ 0033 "--disable-static" 0034 ], 0035 "sources": [ 0036 { 0037 "type": "archive", 0038 "url": "https://github.com/tesseract-ocr/tesseract/archive/refs/tags/5.3.0.tar.gz", 0039 "sha256": "7e70870f8341e5ea228af2836ce79a36eefa11b01b56177b4a8997f330c014b8" 0040 }, 0041 { 0042 "type": "file", 0043 "url": "https://github.com/tesseract-ocr/tessdata_best/raw/4.1.0/eng.traineddata", 0044 "sha256": "8280aed0782fe27257a68ea10fe7ef324ca0f8d85bd2fd145d1c2b560bcb66ba", 0045 "dest": "traineddata" 0046 }, 0047 { 0048 "type": "file", 0049 "url": "https://github.com/tesseract-ocr/tessdata_best/raw/4.1.0/jpn.traineddata", 0050 "sha256": "36bdf9ac823f5911e624c30d0553e890b8abc7c31a65b3ef14da943658c40b79", 0051 "dest": "traineddata" 0052 }, 0053 { 0054 "type": "file", 0055 "url": "https://github.com/tesseract-ocr/tessdata_best/raw/4.1.0/rus.traineddata", 0056 "sha256": "b617eb6830ffabaaa795dd87ea7fd251adfe9cf0efe05eb9a2e8128b7728d6b6", 0057 "dest": "traineddata" 0058 }, 0059 { 0060 "type": "file", 0061 "url": "https://github.com/tesseract-ocr/tessdata_best/raw/4.1.0/fra.traineddata", 0062 "sha256": "907743d98915c91a3906dfbf6e48b97598346698fe53aaa797e1a064ffcac913", 0063 "dest": "traineddata" 0064 }, 0065 { 0066 "type": "file", 0067 "url": "https://github.com/tesseract-ocr/tessdata_best/raw/4.1.0/ara.traineddata", 0068 "sha256": "ab9d157d8e38ca00e7e39c7d5363a5239e053f5b0dbdb3167dde9d8124335896", 0069 "dest": "traineddata" 0070 }, 0071 { 0072 "type": "file", 0073 "url": "https://github.com/tesseract-ocr/tessdata_best/raw/4.1.0/chi_sim.traineddata", 0074 "sha256": "4fef2d1306c8e87616d4d3e4c6c67faf5d44be3342290cf8f2f0f6e3aa7e735b", 0075 "dest": "traineddata" 0076 }, 0077 { 0078 "type": "file", 0079 "url": "https://github.com/tesseract-ocr/tessdata_best/raw/4.1.0/spa.traineddata", 0080 "sha256": "e2c1ffdad8b30f26c45d4017a9183d3a7f9aa69e59918be4f88b126fac99ab2c", 0081 "dest": "traineddata" 0082 }, 0083 { 0084 "type": "file", 0085 "url": "https://github.com/tesseract-ocr/tessdata_best/raw/4.1.0/tur.traineddata", 0086 "sha256": "e0c3338dc17503dc7d335a507c9ae01b2b46cfd07561171e1e1ac55d85e8e438", 0087 "dest": "traineddata" 0088 }, 0089 { 0090 "type": "file", 0091 "url": "https://github.com/tesseract-ocr/tessdata_best/raw/4.1.0/nld.traineddata", 0092 "sha256": "92e7a1ad4bf8082e268de57c7823316ec024935702c6ed2a1e473b3a071aa733", 0093 "dest": "traineddata" 0094 }, 0095 { 0096 "type": "file", 0097 "url": "https://github.com/tesseract-ocr/tessdata_best/raw/4.1.0/deu.traineddata", 0098 "sha256": "8407331d6aa0229dc927685c01a7938fc5a641d1a9524f74838cdac599f0d06e", 0099 "dest": "traineddata" 0100 } 0101 ], 0102 "post-install": [ 0103 "install -p -D -m 0644 \"traineddata\"/deu.traineddata -t \"${FLATPAK_DEST}/share/tessdata/\";", 0104 "install -p -D -m 0644 \"traineddata\"/nld.traineddata -t \"${FLATPAK_DEST}/share/tessdata/\";", 0105 "install -p -D -m 0644 \"traineddata\"/tur.traineddata -t \"${FLATPAK_DEST}/share/tessdata/\";", 0106 "install -p -D -m 0644 \"traineddata\"/eng.traineddata -t \"${FLATPAK_DEST}/share/tessdata/\";", 0107 "install -p -D -m 0644 \"traineddata\"/jpn.traineddata -t \"${FLATPAK_DEST}/share/tessdata/\";", 0108 "install -p -D -m 0644 \"traineddata\"/rus.traineddata -t \"${FLATPAK_DEST}/share/tessdata/\";", 0109 "install -p -D -m 0644 \"traineddata\"/fra.traineddata -t \"${FLATPAK_DEST}/share/tessdata/\";", 0110 "install -p -D -m 0644 \"traineddata\"/ara.traineddata -t \"${FLATPAK_DEST}/share/tessdata/\";", 0111 "install -p -D -m 0644 \"traineddata\"/chi_sim.traineddata -t \"${FLATPAK_DEST}/share/tessdata/\";", 0112 "install -p -D -m 0644 \"traineddata\"/spa.traineddata -t \"${FLATPAK_DEST}/share/tessdata/\";" 0113 ] 0114 }, 0115 { 0116 "name": "kquickimageeditor", 0117 "buildsystem": "cmake-ninja", 0118 "sources": [ 0119 { 0120 "type": "archive", 0121 "sha256": "3cfba775498e031f6963669ee0e4426d4fddd48a244b9583620de4d312ba92ca", 0122 "url": "https://download.kde.org/stable/kquickimageeditor/kquickimageeditor-0.2.0.tar.xz", 0123 "x-checker-data": { 0124 "type": "anitya", 0125 "project-id": 229033, 0126 "stable-only": true, 0127 "url-template": "https://download.kde.org/stable/kquickimageeditor/kquickimageeditor-$version.tar.xz" 0128 } 0129 } 0130 ] 0131 }, 0132 { 0133 "name": "skanpage", 0134 "buildsystem": "cmake-ninja", 0135 "builddir": true, 0136 "sources": [ { "type": "git", "url": "https://invent.kde.org/utilities/skanpage.git" } ] 0137 } 0138 ] 0139 }