mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(flatpak): reduce difference to Flathub build
This commit is contained in:
parent
69677831ab
commit
58ee2feea8
|
@ -35,13 +35,13 @@ then
|
||||||
docker run --rm --privileged -it \
|
docker run --rm --privileged -it \
|
||||||
-v $PWD:/qtox \
|
-v $PWD:/qtox \
|
||||||
-v $PWD/output:/output \
|
-v $PWD/output:/output \
|
||||||
debian:stretch-slim \
|
debian:buster-slim \
|
||||||
/bin/bash
|
/bin/bash
|
||||||
else
|
else
|
||||||
docker run --rm --privileged \
|
docker run --rm --privileged \
|
||||||
-v $PWD:/qtox \
|
-v $PWD:/qtox \
|
||||||
-v $PWD/output:/output \
|
-v $PWD/output:/output \
|
||||||
debian:stretch-slim \
|
debian:buster-slim \
|
||||||
/bin/bash -c "/qtox/flatpak/build.sh"
|
/bin/bash -c "/qtox/flatpak/build.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -21,15 +21,9 @@ readonly PATCH_DIR="flatpak/patches"
|
||||||
# use multiple cores when building
|
# use multiple cores when building
|
||||||
export MAKEFLAGS="-j$(nproc)"
|
export MAKEFLAGS="-j$(nproc)"
|
||||||
|
|
||||||
# add backports repo, needed for a recent enough flatpak
|
|
||||||
echo "deb http://ftp.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/stretch-backports.list
|
|
||||||
|
|
||||||
# Get packages
|
# Get packages
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install $APT_FLAGS ca-certificates git elfutils wget xz-utils patch bzip2 librsvg2-2 librsvg2-common
|
apt-get install $APT_FLAGS ca-certificates git elfutils wget xz-utils patch bzip2 librsvg2-2 librsvg2-common flatpak flatpak-builder
|
||||||
|
|
||||||
# install recent flatpak packages
|
|
||||||
apt-get install $APT_FLAGS -t stretch-backports flatpak flatpak-builder
|
|
||||||
|
|
||||||
# create build directory
|
# create build directory
|
||||||
mkdir -p "$BUILD_DIR"
|
mkdir -p "$BUILD_DIR"
|
||||||
|
@ -51,7 +45,7 @@ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flat
|
||||||
for i in {1..5}
|
for i in {1..5}
|
||||||
do
|
do
|
||||||
echo "Download try $i"
|
echo "Download try $i"
|
||||||
flatpak --system install flathub -y org.kde.Sdk/x86_64/5.12 | true
|
flatpak --system install flathub -y org.kde.Sdk/x86_64/5.12 || true
|
||||||
done
|
done
|
||||||
## Workaround end
|
## Workaround end
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"app-id": "io.github.qtox.qTox",
|
"app-id": "io.github.qtox.qTox",
|
||||||
"runtime": "org.kde.Platform",
|
"runtime": "org.kde.Platform",
|
||||||
"sdk": "org.kde.Sdk",
|
"sdk": "org.kde.Sdk",
|
||||||
"runtime-version": "5.11",
|
"runtime-version": "5.12",
|
||||||
"command": "qtox",
|
"command": "qtox",
|
||||||
"rename-icon": "qtox",
|
"rename-icon": "qtox",
|
||||||
"finish-args": [
|
"finish-args": [
|
||||||
|
@ -11,6 +11,7 @@
|
||||||
"--socket=wayland",
|
"--socket=wayland",
|
||||||
"--socket=x11",
|
"--socket=x11",
|
||||||
"--share=ipc",
|
"--share=ipc",
|
||||||
|
"--talk-name=org.kde.StatusNotifierWatcher",
|
||||||
"--filesystem=xdg-desktop",
|
"--filesystem=xdg-desktop",
|
||||||
"--filesystem=xdg-documents",
|
"--filesystem=xdg-documents",
|
||||||
"--filesystem=xdg-download",
|
"--filesystem=xdg-download",
|
||||||
|
@ -20,91 +21,60 @@
|
||||||
"--filesystem=/media",
|
"--filesystem=/media",
|
||||||
"--device=all"
|
"--device=all"
|
||||||
],
|
],
|
||||||
"build-options": {
|
"add-extensions": {
|
||||||
"cflags": "-O3 -DSQLITE_HAS_CODEC",
|
"org.freedesktop.Platform.ffmpeg-full": {
|
||||||
"cxxflags": "-O3"
|
"directory": "lib/ffmpeg",
|
||||||
|
"version": "18.08",
|
||||||
|
"add-ld-path": "."
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"cleanup": [
|
"cleanup": [
|
||||||
"/include",
|
"/include",
|
||||||
"/lib/pkgconfig",
|
"/lib/pkgconfig",
|
||||||
"/share/man"
|
"/share/man",
|
||||||
|
"*.la",
|
||||||
|
"*.a"
|
||||||
],
|
],
|
||||||
"modules": [
|
"modules": [
|
||||||
{
|
{
|
||||||
"name": "libv4l2",
|
"name": "tcl",
|
||||||
"config-opts":
|
"subdir": "unix",
|
||||||
[
|
"build-options": {
|
||||||
"--disable-libdvbv5",
|
"no-debuginfo": true
|
||||||
"--disable-v4l-utils",
|
},
|
||||||
"--disable-qv4l2"
|
"cleanup": [
|
||||||
],
|
"/bin",
|
||||||
"sources":
|
"/lib",
|
||||||
[
|
"/man"
|
||||||
{
|
|
||||||
"type": "archive",
|
|
||||||
"url": "https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.14.2.tar.bz2",
|
|
||||||
"sha256" : "e6b962c4b1253cf852c31da13fd6b5bb7cbe5aa9e182881aec55123bae680692"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ffmpeg",
|
|
||||||
"config-opts": [
|
|
||||||
"--disable-everything",
|
|
||||||
"--enable-gpl",
|
|
||||||
"--disable-debug",
|
|
||||||
"--enable-optimizations",
|
|
||||||
"--enable-shared",
|
|
||||||
"--disable-programs",
|
|
||||||
"--disable-protocols",
|
|
||||||
"--disable-doc",
|
|
||||||
"--disable-avfilter",
|
|
||||||
"--disable-avresample",
|
|
||||||
"--disable-filters",
|
|
||||||
"--disable-iconv",
|
|
||||||
"--disable-network",
|
|
||||||
"--disable-postproc",
|
|
||||||
"--enable-libv4l2",
|
|
||||||
"--enable-indev=v4l2",
|
|
||||||
"--enable-libxcb",
|
|
||||||
"--enable-indev=xcbgrab",
|
|
||||||
"--enable-demuxer=h264",
|
|
||||||
"--enable-demuxer=mjpeg",
|
|
||||||
"--enable-parser=h264",
|
|
||||||
"--enable-parser=mjpeg",
|
|
||||||
"--enable-decoder=h264",
|
|
||||||
"--enable-decoder=mjpeg",
|
|
||||||
"--enable-decoder=rawvideo"
|
|
||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"url": "https://ffmpeg.org/releases/ffmpeg-4.0.1.tar.bz2",
|
"url": "https://downloads.sourceforge.net/project/tcl/Tcl/8.6.10/tcl8.6.10-src.tar.gz",
|
||||||
"sha256" : "7ee591b1e7fb66f055fa514fbd5d98e092ddb3dbe37d2e50ea5c16ab51c21670"
|
"sha256": "5196dbf6638e3df8d5c87b5815c8c2b758496eb6f0e41446596c9a4e638d87ed"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sqlcipher",
|
"name": "sqlcipher",
|
||||||
"rm-configure": true,
|
"cleanup": [
|
||||||
|
"/bin"
|
||||||
|
],
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"--enable-tempstore=yes",
|
"--enable-tempstore=yes",
|
||||||
"--disable-tcl"
|
"--disable-tcl"
|
||||||
],
|
],
|
||||||
|
"build-options": {
|
||||||
|
"cflags": "-DSQLITE_HAS_CODEC",
|
||||||
|
"ldflags": "-lcrypto"
|
||||||
|
},
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sqlcipher/sqlcipher",
|
"url": "https://github.com/sqlcipher/sqlcipher",
|
||||||
"tag": "v3.4.2",
|
"tag": "v4.3.0",
|
||||||
"commit": "c6f709fca81c910ba133aaf6330c28e01ccfe5f8",
|
"commit": "ece66fdcbb6b43876d25e8e6308991a097fa8661",
|
||||||
"disable-fsckobjects" : true
|
"disable-fsckobjects" : true
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "script",
|
|
||||||
"dest-filename": "autogen.sh",
|
|
||||||
"commands": [
|
|
||||||
"AUTOMAKE=\"automake --foreign\" autoreconf -vfi"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -126,13 +96,19 @@
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jedisct1/libsodium",
|
"url": "https://github.com/jedisct1/libsodium",
|
||||||
"tag": "1.0.16",
|
"tag": "1.0.18",
|
||||||
"commit": "675149b9b8b66ff44152553fb3ebf9858128363d"
|
"commit": "4f5e89fa84ce1d178a6765b8b46f2b6f91216677"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
/* Reminder: this is included in KDE 5.13 */
|
||||||
"name": "libqrencode",
|
"name": "libqrencode",
|
||||||
|
"buildsystem": "cmake-ninja",
|
||||||
|
"config-opts": [
|
||||||
|
"-DWITH_TOOLS=NO",
|
||||||
|
"-DBUILD_SHARED_LIBS=ON"
|
||||||
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user