mirror of https://github.com/procxx/kepka.git
Improve travis build process
Signed-off-by: Christoph <auer.chrisi@gmx.net>
This commit is contained in:
parent
d9657e96e3
commit
b669bc2b9c
81
.travis.yml
81
.travis.yml
|
@ -1,11 +1,16 @@
|
||||||
sudo: required
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/travisCacheDir
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
# GitHub auth token (GH_AUTH_TOKEN)
|
# GitHub auth token (GH_AUTH_TOKEN)
|
||||||
- secure: "QBbD9VXAx3Mn0vFmHZtm6/sq+twMyR7ilQh7TQm8gBy2TrjhHKDKQ4wRQ5sa2MUFUbzrUOvPlPGq1WuY1mAUt8UE6jZDJNyyDWb6iIlcEmNRsd39XAhYHvJ+uI9JsD+U3OctZ+7Bo4fno0RLv1D5lzh5bpohmjgWxx9TiSZItbsRU+m0XM0Tahx335aXF8NFoVjheGXCOcLAXDt6OmaKPmlrXreuta5nOoRKeOg5vHlt/KNU1pYb8MFvWJc14DKxq3jNqrYlo9vHFv5tVhR1aqvVFWTD/4Z88OSxx3POzyVWdMso0lFov9uxs8qHoqLsGhDMElggyz/jnqZIHpwQMaYIGQ0LLYDv21jGgOuCOWKYlfjDY+tuESXmVPzerTlYBWLZDPrpE8BnXVYo8B/sF4WN6oCuBRjawlqYhqTH+tDDORc9Uc9pamhcuh6OsLMx3PHoyg8joN3t8yUnwhySXyfQ36hqlZ+Y4bBDRZBH/SB/EPmedyLGwdhzQFsUnOBotYeOym7LUdnGraGcj1iTPLdo5TMlBYlAiB12J5mHTNuzUKXh+PBV4REg4Mm2xYX+Pue5Qo1JcOWJteIX4BdPv526DXB3yaNWS1pZgGvYqtBwQlCeOfwOYupS0PksvmV7aX7c4qJSyW3dmEd03cxmebD0b2SbqyPxGFuUajJ7B60="
|
- secure: "QBbD9VXAx3Mn0vFmHZtm6/sq+twMyR7ilQh7TQm8gBy2TrjhHKDKQ4wRQ5sa2MUFUbzrUOvPlPGq1WuY1mAUt8UE6jZDJNyyDWb6iIlcEmNRsd39XAhYHvJ+uI9JsD+U3OctZ+7Bo4fno0RLv1D5lzh5bpohmjgWxx9TiSZItbsRU+m0XM0Tahx335aXF8NFoVjheGXCOcLAXDt6OmaKPmlrXreuta5nOoRKeOg5vHlt/KNU1pYb8MFvWJc14DKxq3jNqrYlo9vHFv5tVhR1aqvVFWTD/4Z88OSxx3POzyVWdMso0lFov9uxs8qHoqLsGhDMElggyz/jnqZIHpwQMaYIGQ0LLYDv21jGgOuCOWKYlfjDY+tuESXmVPzerTlYBWLZDPrpE8BnXVYo8B/sF4WN6oCuBRjawlqYhqTH+tDDORc9Uc9pamhcuh6OsLMx3PHoyg8joN3t8yUnwhySXyfQ36hqlZ+Y4bBDRZBH/SB/EPmedyLGwdhzQFsUnOBotYeOym7LUdnGraGcj1iTPLdo5TMlBYlAiB12J5mHTNuzUKXh+PBV4REg4Mm2xYX+Pue5Qo1JcOWJteIX4BdPv526DXB3yaNWS1pZgGvYqtBwQlCeOfwOYupS0PksvmV7aX7c4qJSyW3dmEd03cxmebD0b2SbqyPxGFuUajJ7B60="
|
||||||
matrix:
|
matrix:
|
||||||
- BUILD_VERSION=""
|
- BUILD_VERSION=""
|
||||||
- BUILD_VERSION="disable_autoupdate"
|
- BUILD_VERSION="disable_autoupdate"
|
||||||
|
@ -18,42 +23,48 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
arch:
|
addons:
|
||||||
repos:
|
apt:
|
||||||
- home_ItachiSan_archlinux_Arch_Extra=http://download.opensuse.org/repositories/home:/ItachiSan:/archlinux/Arch_Extra/$arch
|
sources:
|
||||||
packages:
|
- ubuntu-toolchain-r-test
|
||||||
- bzr
|
packages:
|
||||||
- wget
|
- bison
|
||||||
- qt5-base
|
- build-essential
|
||||||
|
- cmake
|
||||||
- git
|
- devscripts
|
||||||
- patch
|
- dpatch
|
||||||
- home_ItachiSan_archlinux_Arch_Extra/dee # Use fixed dee version (See #2005)
|
- equivs
|
||||||
- libunity
|
- fakeroot
|
||||||
- libappindicator-gtk2
|
- g++-4.9
|
||||||
|
- gcc-4.9
|
||||||
- ffmpeg
|
- git
|
||||||
- icu
|
- gnome-common
|
||||||
- jasper
|
- gobject-introspection
|
||||||
- libexif
|
- gtk-doc-tools
|
||||||
- libmng
|
- libappindicator-dev
|
||||||
- libwebp
|
- libasound2-dev
|
||||||
- libxkbcommon-x11
|
- libdbusmenu-glib-dev
|
||||||
- libinput
|
- liblzma-dev
|
||||||
- libproxy
|
- libopus-dev
|
||||||
- mtdev
|
- libpulse-dev
|
||||||
- openal
|
- libssl-dev
|
||||||
- libva
|
- libunity-dev
|
||||||
- desktop-file-utils
|
- libva-dev
|
||||||
- gtk-update-icon-cache
|
- libxcb-xkb-dev
|
||||||
|
- libxkbcommon-dev
|
||||||
script:
|
- lintian
|
||||||
- libtool --finish /usr/lib
|
- quilt
|
||||||
- .travis/build.sh
|
- valac
|
||||||
|
- xutils-dev
|
||||||
|
- yasm
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""
|
- "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""
|
||||||
- .travis/check.sh
|
- .travis/check.sh
|
||||||
|
- export CXX="g++-4.9" CC="gcc-4.9"
|
||||||
|
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9
|
||||||
|
- sudo update-alternatives --config gcc
|
||||||
|
- g++ --version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- .travis/arch.sh
|
- .travis/build.sh
|
||||||
|
|
312
.travis/arch.sh
312
.travis/arch.sh
|
@ -1,312 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
# Copyright (C) 2016 Mikkel Oscar Lyderik Larsen
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
# Source: https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh
|
|
||||||
|
|
||||||
# Script for setting up and running a travis-ci build in an up to date
|
|
||||||
# Arch Linux chroot
|
|
||||||
|
|
||||||
ARCH_TRAVIS_MIRROR=${ARCH_TRAVIS_MIRROR:-"https://lug.mtu.edu/archlinux"}
|
|
||||||
ARCH_TRAVIS_ARCH_ISO=${ARCH_TRAVIS_ARCH_ISO:-"$(date +%Y.%m).01"}
|
|
||||||
ARCH_TRAVIS_ARCH=${ARCH_TRAVIS_ARCH:-"x86_64"}
|
|
||||||
mirror_entry='Server = '$ARCH_TRAVIS_MIRROR'/\$repo/os/\$arch'
|
|
||||||
archive="archlinux-bootstrap-$ARCH_TRAVIS_ARCH_ISO-${ARCH_TRAVIS_ARCH}.tar.gz"
|
|
||||||
default_root="root.${ARCH_TRAVIS_ARCH}"
|
|
||||||
ARCH_TRAVIS_CHROOT=${ARCH_TRAVIS_CHROOT:-"$default_root"}
|
|
||||||
user="travis"
|
|
||||||
user_home="/home/$user"
|
|
||||||
user_build_dir=$(pwd)
|
|
||||||
uid=$UID
|
|
||||||
gid=$GID
|
|
||||||
|
|
||||||
if [ -n "$CC" ]; then
|
|
||||||
# store travis CC
|
|
||||||
TRAVIS_CC=$CC
|
|
||||||
# reset to gcc for building arch packages
|
|
||||||
CC=gcc
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
# default packages
|
|
||||||
default_packages=("base-devel" "git")
|
|
||||||
|
|
||||||
# pacman.conf repository line
|
|
||||||
repo_line=70
|
|
||||||
|
|
||||||
# setup working Arch Linux chroot
|
|
||||||
setup_chroot() {
|
|
||||||
arch_msg "Setting up Arch chroot"
|
|
||||||
|
|
||||||
if [ ! -f $archive ]; then
|
|
||||||
# get root fs
|
|
||||||
curl --fail -O "$ARCH_TRAVIS_MIRROR/iso/$ARCH_TRAVIS_ARCH_ISO/$archive" 2>&1
|
|
||||||
local ret=$?
|
|
||||||
|
|
||||||
# if it fails, try arch iso form the previous month
|
|
||||||
if [ $ret -gt 0 ]; then
|
|
||||||
ARCH_TRAVIS_ARCH_ISO="$(date +%Y.%m -d "-1 month").01"
|
|
||||||
archive="archlinux-bootstrap-$ARCH_TRAVIS_ARCH_ISO-${ARCH_TRAVIS_ARCH}.tar.gz"
|
|
||||||
as_normal "curl -O $ARCH_TRAVIS_MIRROR/iso/$ARCH_TRAVIS_ARCH_ISO/$archive"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
# extract root fs
|
|
||||||
as_root "tar xf $archive"
|
|
||||||
|
|
||||||
# remove archive if ARCH_TRAVIS_CLEAN_CHROOT is set
|
|
||||||
if [ -n "$ARCH_TRAVIS_CLEAN_CHROOT" ]; then
|
|
||||||
as_root "rm $archive"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$ARCH_TRAVIS_CHROOT" != "$default_root" ]; then
|
|
||||||
as_root "mv $default_root $ARCH_TRAVIS_CHROOT"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# don't care for signed packages
|
|
||||||
as_root "sed -i 's|SigLevel = Required DatabaseOptional|SigLevel = Never|' $ARCH_TRAVIS_CHROOT/etc/pacman.conf"
|
|
||||||
|
|
||||||
# enable multilib
|
|
||||||
as_root "sed -i 's|#\[multilib\]|\[multilib\]\nInclude = /etc/pacman.d/mirrorlist|' $ARCH_TRAVIS_CHROOT/etc/pacman.conf"
|
|
||||||
|
|
||||||
# add mirror
|
|
||||||
as_root "echo $mirror_entry >> $ARCH_TRAVIS_CHROOT/etc/pacman.d/mirrorlist"
|
|
||||||
|
|
||||||
# add nameserver to resolv.conf
|
|
||||||
as_root "echo nameserver 8.8.8.8 >> $ARCH_TRAVIS_CHROOT/etc/resolv.conf"
|
|
||||||
|
|
||||||
sudo mount $ARCH_TRAVIS_CHROOT $ARCH_TRAVIS_CHROOT --bind
|
|
||||||
sudo mount --bind /proc $ARCH_TRAVIS_CHROOT/proc
|
|
||||||
sudo mount --bind /sys $ARCH_TRAVIS_CHROOT/sys
|
|
||||||
sudo mount --bind /dev $ARCH_TRAVIS_CHROOT/dev
|
|
||||||
sudo mount --bind /dev/pts $ARCH_TRAVIS_CHROOT/dev/pts
|
|
||||||
sudo mount --bind /dev/shm $ARCH_TRAVIS_CHROOT/dev/shm
|
|
||||||
sudo mount --bind /run $ARCH_TRAVIS_CHROOT/run
|
|
||||||
|
|
||||||
# update packages
|
|
||||||
chroot_as_root "pacman -Syy"
|
|
||||||
chroot_as_root "pacman -Syu ${default_packages[*]} --noconfirm"
|
|
||||||
|
|
||||||
# use LANG=en_US.UTF-8 as expected in travis environments
|
|
||||||
as_root "sed -i 's|#en_US.UTF-8|en_US.UTF-8|' $ARCH_TRAVIS_CHROOT/etc/locale.gen"
|
|
||||||
chroot_as_root "locale-gen"
|
|
||||||
|
|
||||||
# setup non-root user
|
|
||||||
chroot_as_root "useradd -u $uid -m -s /bin/bash $user"
|
|
||||||
|
|
||||||
# disable password for sudo users
|
|
||||||
as_root "echo \"$user ALL=(ALL) NOPASSWD: ALL\" >> $ARCH_TRAVIS_CHROOT/etc/sudoers.d/$user"
|
|
||||||
|
|
||||||
# Add build dir
|
|
||||||
chroot_as_root "mkdir -p $user_build_dir && chown $user $user_build_dir"
|
|
||||||
|
|
||||||
# bind $TRAVIS_BUILD_DIR to chroot build dir
|
|
||||||
sudo mount --bind $TRAVIS_BUILD_DIR $ARCH_TRAVIS_CHROOT$user_build_dir
|
|
||||||
|
|
||||||
# add custom repos
|
|
||||||
add_repositories
|
|
||||||
|
|
||||||
# setup pacaur for AUR packages
|
|
||||||
setup_pacaur
|
|
||||||
}
|
|
||||||
|
|
||||||
# add custom repositories to pacman.conf
|
|
||||||
add_repositories() {
|
|
||||||
if [ ${#CONFIG_REPOS[@]} -gt 0 ]; then
|
|
||||||
for r in "${CONFIG_REPOS[@]}"; do
|
|
||||||
local splitarr=(${r//=/ })
|
|
||||||
((repo_line+=1))
|
|
||||||
as_root "sed -i '${repo_line}i[${splitarr[0]}]' $ARCH_TRAVIS_CHROOT/etc/pacman.conf"
|
|
||||||
((repo_line+=1))
|
|
||||||
as_root "sed -i '${repo_line}iServer = ${splitarr[1]}\n' $ARCH_TRAVIS_CHROOT/etc/pacman.conf"
|
|
||||||
((repo_line+=1))
|
|
||||||
done
|
|
||||||
|
|
||||||
# update repos
|
|
||||||
chroot_as_root "pacman -Syy"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# a wrapper which can be used to eventually add fakeroot support.
|
|
||||||
sudo_wrapper() {
|
|
||||||
sudo "$@"
|
|
||||||
}
|
|
||||||
|
|
||||||
# run command as normal user
|
|
||||||
as_normal() {
|
|
||||||
local str="$@"
|
|
||||||
run /bin/bash -c "$str"
|
|
||||||
}
|
|
||||||
|
|
||||||
# run command as root
|
|
||||||
as_root() {
|
|
||||||
local str="$@"
|
|
||||||
run sudo_wrapper /bin/bash -c "$str"
|
|
||||||
}
|
|
||||||
|
|
||||||
# run command in chroot as root
|
|
||||||
chroot_as_root() {
|
|
||||||
local str="$@"
|
|
||||||
run sudo_wrapper setarch $ARCH_TRAVIS_ARCH chroot \
|
|
||||||
$ARCH_TRAVIS_CHROOT /bin/bash -c "$str"
|
|
||||||
}
|
|
||||||
|
|
||||||
# execute command in chroot as normal user
|
|
||||||
_chroot_as_normal() {
|
|
||||||
local str="$@"
|
|
||||||
sudo_wrapper setarch $ARCH_TRAVIS_ARCH chroot \
|
|
||||||
--userspec=$uid:$uid $ARCH_TRAVIS_CHROOT /bin/bash \
|
|
||||||
-c "export HOME=$user_home USER=$user TRAVIS_BUILD_DIR=$user_build_dir && cd $user_build_dir && $str"
|
|
||||||
}
|
|
||||||
|
|
||||||
# run command in chroot as normal user
|
|
||||||
chroot_as_normal() {
|
|
||||||
local str="$@"
|
|
||||||
run _chroot_as_normal "$str"
|
|
||||||
}
|
|
||||||
|
|
||||||
# run command
|
|
||||||
run() {
|
|
||||||
"$@"
|
|
||||||
local ret=$?
|
|
||||||
|
|
||||||
if [ $ret -gt 0 ]; then
|
|
||||||
takedown_chroot
|
|
||||||
exit $ret
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# run build script
|
|
||||||
run_build_script() {
|
|
||||||
local cmd="$@"
|
|
||||||
echo "$ $cmd"
|
|
||||||
_chroot_as_normal "$cmd"
|
|
||||||
local ret=$?
|
|
||||||
|
|
||||||
if [ $ret -gt 0 ]; then
|
|
||||||
takedown_chroot
|
|
||||||
exit $ret
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# setup pacaur
|
|
||||||
setup_pacaur() {
|
|
||||||
# Check if pacaur is available in the added repos
|
|
||||||
if _chroot_as_normal "pacman -Si pacaur &> /dev/null"; then
|
|
||||||
chroot_as_root "pacman -S --noconfirm pacaur"
|
|
||||||
else
|
|
||||||
local cowerarchive="cower.tar.gz"
|
|
||||||
local aururl="https://aur.archlinux.org/cgit/aur.git/snapshot/"
|
|
||||||
# install cower
|
|
||||||
as_normal "curl -O $aururl/$cowerarchive"
|
|
||||||
as_normal "tar xf $cowerarchive"
|
|
||||||
chroot_as_normal "cd cower && makepkg -is --skippgpcheck --noconfirm"
|
|
||||||
as_root "rm -r cower"
|
|
||||||
as_normal "rm $cowerarchive"
|
|
||||||
# install pacaur
|
|
||||||
chroot_as_normal "cower -dd pacaur"
|
|
||||||
chroot_as_normal "cd pacaur && makepkg -is --noconfirm"
|
|
||||||
chroot_as_normal "rm -rf pacaur"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# install package through pacaur
|
|
||||||
_pacaur() {
|
|
||||||
local pacaur="pacaur -S $@ --noconfirm --noedit"
|
|
||||||
chroot_as_normal "$pacaur"
|
|
||||||
}
|
|
||||||
|
|
||||||
# takedown chroot
|
|
||||||
# unmounts anything mounted in the chroot setup
|
|
||||||
takedown_chroot() {
|
|
||||||
sudo umount $ARCH_TRAVIS_CHROOT/{run,dev/shm,dev/pts,dev,sys,proc}
|
|
||||||
sudo umount $ARCH_TRAVIS_CHROOT$user_build_dir
|
|
||||||
sudo umount $ARCH_TRAVIS_CHROOT
|
|
||||||
|
|
||||||
if [ -n "$ARCH_TRAVIS_CLEAN_CHROOT" ]; then
|
|
||||||
as_root "rm -rf $ARCH_TRAVIS_CHROOT"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# read value from .travis.yml
|
|
||||||
travis_yml() {
|
|
||||||
ruby -ryaml -e 'puts ARGV[1..-1].inject(YAML.load(File.read(ARGV[0]))) {|acc, key| acc[key] }' .travis.yml $@
|
|
||||||
}
|
|
||||||
|
|
||||||
read_config() {
|
|
||||||
local old_ifs=$IFS
|
|
||||||
IFS=$'\n'
|
|
||||||
CONFIG_BUILD_SCRIPTS=($(travis_yml arch script))
|
|
||||||
CONFIG_PACKAGES=($(travis_yml arch packages))
|
|
||||||
CONFIG_REPOS=($(travis_yml arch repos))
|
|
||||||
IFS=$old_ifs
|
|
||||||
}
|
|
||||||
|
|
||||||
# run build scripts defined in .travis.yml
|
|
||||||
build_scripts() {
|
|
||||||
if [ ${#CONFIG_BUILD_SCRIPTS[@]} -gt 0 ]; then
|
|
||||||
for script in "${CONFIG_BUILD_SCRIPTS[@]}"; do
|
|
||||||
run_build_script $script
|
|
||||||
done
|
|
||||||
else
|
|
||||||
echo "No build scripts defined"
|
|
||||||
takedown_chroot
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# install packages defined in .travis.yml
|
|
||||||
install_packages() {
|
|
||||||
for package in "${CONFIG_PACKAGES[@]}"; do
|
|
||||||
_pacaur $package
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
# install custom compiler if CC != gcc
|
|
||||||
install_c_compiler() {
|
|
||||||
if [ "$TRAVIS_CC" != "gcc" ]; then
|
|
||||||
_pacaur "$TRAVIS_CC"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
arch_msg() {
|
|
||||||
lightblue='\033[1;34m'
|
|
||||||
reset='\e[0m'
|
|
||||||
echo -e "${lightblue}$@${reset}"
|
|
||||||
}
|
|
||||||
|
|
||||||
# read .travis.yml
|
|
||||||
read_config
|
|
||||||
|
|
||||||
echo "travis_fold:start:arch_travis"
|
|
||||||
setup_chroot
|
|
||||||
|
|
||||||
install_packages
|
|
||||||
|
|
||||||
if [ -n "$CC" ]; then
|
|
||||||
install_c_compiler
|
|
||||||
|
|
||||||
# restore CC
|
|
||||||
CC=$TRAVIS_CC
|
|
||||||
fi
|
|
||||||
echo "travis_fold:end:arch_travis"
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
arch_msg "Running travis build"
|
|
||||||
build_scripts
|
|
||||||
|
|
||||||
takedown_chroot
|
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 et:
|
|
321
.travis/build.sh
321
.travis/build.sh
|
@ -1,63 +1,147 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Installs libs and compiles tdesktop
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
REPO="$PWD"
|
||||||
|
|
||||||
|
BUILD="$REPO/build"
|
||||||
|
UPSTREAM="$REPO/upstream"
|
||||||
|
EXTERNAL="$REPO/external"
|
||||||
|
CACHE="$HOME/travisCacheDir"
|
||||||
|
|
||||||
|
QT_PATH="$BUILD/qt"
|
||||||
|
BREAKPAD_PATH="$EXTERNAL/breakpad"
|
||||||
|
|
||||||
|
[[ ! $MAKE_ARGS ]] && MAKE_ARGS="--quiet -j4"
|
||||||
|
QT_VERSION=5.6.0
|
||||||
|
|
||||||
run() {
|
run() {
|
||||||
info_msg "Build version: ${BUILD_VERSION}"
|
# Move files to subdir
|
||||||
|
cd ..
|
||||||
|
mv tdesktop tdesktop2
|
||||||
|
mkdir tdesktop
|
||||||
|
mv tdesktop2 "$UPSTREAM"
|
||||||
|
|
||||||
downloadLibs
|
mkdir "$BUILD"
|
||||||
prepare
|
|
||||||
build
|
downloadLibs
|
||||||
check
|
build
|
||||||
|
check
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# install
|
||||||
downloadLibs() {
|
downloadLibs() {
|
||||||
travis_fold_start "download_libs"
|
travisStartFold "Download libraries"
|
||||||
# Move telegram project to subfolder
|
|
||||||
mkdir tdesktop
|
|
||||||
mv -f Telegram tdesktop
|
|
||||||
|
|
||||||
# Download libraries
|
cd "$REPO"
|
||||||
info_msg "QT-Version: ${_qtver}, SRC-Dir: ${srcdir}"
|
mkdir external && cd external
|
||||||
|
|
||||||
echo -e "Clone Qt\n"
|
git clone https://chromium.googlesource.com/linux-syscall-support
|
||||||
git clone git://code.qt.io/qt/qt5.git qt${_qtver}
|
git clone https://git.ffmpeg.org/ffmpeg.git
|
||||||
cd qt${_qtver}
|
git clone https://github.com/xkbcommon/libxkbcommon.git
|
||||||
git checkout $(echo ${_qtver} | sed -e "s/\..$//")
|
git clone https://github.com/kcat/openal-soft.git
|
||||||
perl init-repository --module-subset=qtbase,qtimageformats
|
|
||||||
git checkout v${_qtver}
|
|
||||||
cd qtbase && git checkout v${_qtver} && cd ..
|
|
||||||
cd qtimageformats && git checkout v${_qtver} && cd ..
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
echo -e "Clone Breakpad\n"
|
|
||||||
git clone https://chromium.googlesource.com/breakpad/breakpad breakpad
|
|
||||||
|
|
||||||
echo -e "Clone Linux Syscall Support\n"
|
|
||||||
git clone https://chromium.googlesource.com/linux-syscall-support breakpad-lss
|
|
||||||
|
|
||||||
echo -e "Lets view the folder content\n"
|
|
||||||
ls
|
|
||||||
travis_fold_end "download_libs"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare() {
|
build() {
|
||||||
travis_fold_start "prepare"
|
travisStartFold "Build libraries"
|
||||||
start_msg "Preparing the libraries..."
|
|
||||||
|
|
||||||
cd "$srcdir/tdesktop"
|
# libxkbcommon
|
||||||
|
cd "$EXTERNAL/libxkbcommon"
|
||||||
|
./autogen.sh \
|
||||||
|
--prefix='/usr/local'
|
||||||
|
make $MAKE_ARGS
|
||||||
|
sudo make install
|
||||||
|
sudo ldconfig
|
||||||
|
|
||||||
mkdir -p "$srcdir/Libraries"
|
# ffmpeg
|
||||||
|
cd "$EXTERNAL/ffmpeg"
|
||||||
|
./configure \
|
||||||
|
--prefix='/usr/local' \
|
||||||
|
--disable-debug \
|
||||||
|
--disable-programs \
|
||||||
|
--disable-doc \
|
||||||
|
--disable-everything \
|
||||||
|
--enable-gpl \
|
||||||
|
--enable-version3 \
|
||||||
|
--enable-libopus \
|
||||||
|
--enable-decoder=aac \
|
||||||
|
--enable-decoder=aac_latm \
|
||||||
|
--enable-decoder=aasc \
|
||||||
|
--enable-decoder=flac \
|
||||||
|
--enable-decoder=gif \
|
||||||
|
--enable-decoder=h264 \
|
||||||
|
--enable-decoder=h264_vdpau \
|
||||||
|
--enable-decoder=mp1 \
|
||||||
|
--enable-decoder=mp1float \
|
||||||
|
--enable-decoder=mp2 \
|
||||||
|
--enable-decoder=mp2float \
|
||||||
|
--enable-decoder=mp3 \
|
||||||
|
--enable-decoder=mp3adu \
|
||||||
|
--enable-decoder=mp3adufloat \
|
||||||
|
--enable-decoder=mp3float \
|
||||||
|
--enable-decoder=mp3on4 \
|
||||||
|
--enable-decoder=mp3on4float \
|
||||||
|
--enable-decoder=mpeg4 \
|
||||||
|
--enable-decoder=mpeg4_vdpau \
|
||||||
|
--enable-decoder=msmpeg4v2 \
|
||||||
|
--enable-decoder=msmpeg4v3 \
|
||||||
|
--enable-decoder=opus \
|
||||||
|
--enable-decoder=vorbis \
|
||||||
|
--enable-decoder=wavpack \
|
||||||
|
--enable-decoder=wmalossless \
|
||||||
|
--enable-decoder=wmapro \
|
||||||
|
--enable-decoder=wmav1 \
|
||||||
|
--enable-decoder=wmav2 \
|
||||||
|
--enable-decoder=wmavoice \
|
||||||
|
--enable-encoder=libopus \
|
||||||
|
--enable-hwaccel=h264_vaapi \
|
||||||
|
--enable-hwaccel=h264_vdpau \
|
||||||
|
--enable-hwaccel=mpeg4_vaapi \
|
||||||
|
--enable-hwaccel=mpeg4_vdpau \
|
||||||
|
--enable-parser=aac \
|
||||||
|
--enable-parser=aac_latm \
|
||||||
|
--enable-parser=flac \
|
||||||
|
--enable-parser=h264 \
|
||||||
|
--enable-parser=mpeg4video \
|
||||||
|
--enable-parser=mpegaudio \
|
||||||
|
--enable-parser=opus \
|
||||||
|
--enable-parser=vorbis \
|
||||||
|
--enable-demuxer=aac \
|
||||||
|
--enable-demuxer=flac \
|
||||||
|
--enable-demuxer=gif \
|
||||||
|
--enable-demuxer=h264 \
|
||||||
|
--enable-demuxer=mov \
|
||||||
|
--enable-demuxer=mp3 \
|
||||||
|
--enable-demuxer=ogg \
|
||||||
|
--enable-demuxer=wav \
|
||||||
|
--enable-muxer=ogg \
|
||||||
|
--enable-muxer=opus
|
||||||
|
make $MAKE_ARGS
|
||||||
|
sudo make install
|
||||||
|
sudo ldconfig
|
||||||
|
|
||||||
ln -s "$srcdir/qt${_qtver}" "$srcdir/Libraries/qt${_qtver}"
|
# openal_soft
|
||||||
cd "$srcdir/Libraries/qt${_qtver}/qtbase"
|
cd "$EXTERNAL/openal-soft/build"
|
||||||
git apply "$srcdir/tdesktop/Telegram/Patches/qtbase_$(echo ${_qtver} | sed -e "s/\./_/g").diff"
|
cmake \
|
||||||
|
-D CMAKE_INSTALL_PREFIX=/usr/local \
|
||||||
|
-D CMAKE_BUILD_TYPE=Release \
|
||||||
|
-D LIBTYPE=STATIC \
|
||||||
|
..
|
||||||
|
make $MAKE_ARGS
|
||||||
|
sudo make install
|
||||||
|
sudo ldconfig
|
||||||
|
|
||||||
if [ ! -h "$srcdir/Libraries/breakpad" ]; then
|
# Qt
|
||||||
ln -s "$srcdir/breakpad" "$srcdir/Libraries/breakpad"
|
getCustomQt
|
||||||
ln -s "$srcdir/breakpad-lss" "$srcdir/Libraries/breakpad/src/third_party/lss"
|
|
||||||
fi
|
|
||||||
|
|
||||||
sed -i 's/CUSTOM_API_ID//g' "$srcdir/tdesktop/Telegram/Telegram.pro"
|
# Breakpad
|
||||||
|
getBreakpad
|
||||||
|
|
||||||
|
travisStartFold "Patch tdesktop"
|
||||||
|
|
||||||
|
# Patch tdesktop
|
||||||
|
sed -i 's/CUSTOM_API_ID//g' "$UPSTREAM/Telegram/Telegram.pro"
|
||||||
|
sed -i "s,\..*/Libraries/breakpad/,$BREAKPAD_PATH/,g" "$UPSTREAM/Telegram/Telegram.pro"
|
||||||
|
|
||||||
local options=""
|
local options=""
|
||||||
|
|
||||||
|
@ -87,67 +171,142 @@ prepare() {
|
||||||
|
|
||||||
info_msg "Build options: ${options}"
|
info_msg "Build options: ${options}"
|
||||||
|
|
||||||
echo -e "${options}" >> "$srcdir/tdesktop/Telegram/Telegram.pro"
|
echo -e "${options}" >> "$UPSTREAM/Telegram/Telegram.pro"
|
||||||
|
|
||||||
success_msg "Prepare done! :)"
|
travisStartFold "Build tdesktop"
|
||||||
travis_fold_end "prepare"
|
|
||||||
|
buildTelegram
|
||||||
|
|
||||||
|
travisEndFold
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
getBreakpad() {
|
||||||
start_msg "Building the projects..."
|
travisStartFold "Getting breakpad"
|
||||||
|
|
||||||
info_msg "Build patched Qt"
|
local BREAKPAD_CACHE="$CACHE/breakpad"
|
||||||
# Build patched Qt
|
local BREAKPAD_CACHE_FILE="$BREAKPAD_CACHE/.cache.txt"
|
||||||
cd "$srcdir/Libraries/qt${_qtver}"
|
|
||||||
./configure -prefix "$srcdir/qt" -release -opensource -confirm-license -qt-zlib \
|
if [ ! -d "$BREAKPAD_CACHE" ]; then
|
||||||
-qt-libpng -qt-libjpeg -qt-freetype -qt-harfbuzz -qt-pcre -qt-xcb \
|
mkdir -p "$BREAKPAD_CACHE"
|
||||||
-qt-xkbcommon-x11 -no-opengl -no-gtkstyle -static -nomake examples -nomake tests
|
fi
|
||||||
make --silent -j4
|
|
||||||
make --silent -j4 install
|
|
||||||
|
|
||||||
export PATH="$srcdir/qt/bin:$PATH"
|
ln -sf "$BREAKPAD_CACHE" "$BREAKPAD_PATH"
|
||||||
|
|
||||||
info_msg "Build breakpad"
|
if [ -f "$BREAKPAD_CACHE_FILE" ]; then
|
||||||
# Build breakpad
|
info_msg "Using cached breakpad"
|
||||||
cd "$srcdir/Libraries/breakpad"
|
makeBreakpadLink
|
||||||
./configure
|
else
|
||||||
make --silent -j4
|
buildBreakpad
|
||||||
|
sudo touch "$BREAKPAD_CACHE_FILE"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
buildBreakpad() {
|
||||||
|
info_msg "Downloading and building breakpad"
|
||||||
|
|
||||||
|
cd "$EXTERNAL"
|
||||||
|
git clone https://chromium.googlesource.com/breakpad/breakpad
|
||||||
|
|
||||||
|
makeBreakpadLink
|
||||||
|
cd "$BREAKPAD_PATH"
|
||||||
|
./configure
|
||||||
|
make $MAKE_ARGS
|
||||||
|
}
|
||||||
|
|
||||||
|
makeBreakpadLink() {
|
||||||
|
local LSS_PATH="$BREAKPAD_PATH/src/third_party/lss"
|
||||||
|
ln -s -f "$EXTERNAL/linux-syscall-support" "$LSS_PATH"
|
||||||
|
|
||||||
|
local LSS_GIT_PATH="$LSS_PATH/.git"
|
||||||
|
|
||||||
|
if [ -d "$LSS_GIT_PATH" ]; then # Remove git dir to prevent cache changes
|
||||||
|
rm -rf "$LSS_GIT_PATH"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
getCustomQt() {
|
||||||
|
travisStartFold "Getting patched QT"
|
||||||
|
|
||||||
|
local QT_CACHE="$CACHE/qtPatched"
|
||||||
|
local QT_CACHE_FILE="$QT_CACHE/.cache.txt"
|
||||||
|
|
||||||
|
if [ ! -d "$QT_CACHE" ]; then
|
||||||
|
mkdir -p "$QT_CACHE"
|
||||||
|
fi
|
||||||
|
|
||||||
|
ln -sf "$QT_CACHE" "$QT_PATH"
|
||||||
|
|
||||||
|
if [ -f "$QT_CACHE_FILE" ]; then
|
||||||
|
info_msg "Using cached patched qt"
|
||||||
|
else
|
||||||
|
buildCustomQt
|
||||||
|
sudo touch "$QT_CACHE_FILE"
|
||||||
|
fi
|
||||||
|
|
||||||
|
export PATH="$QT_PATH/bin:$PATH"
|
||||||
|
}
|
||||||
|
|
||||||
|
buildCustomQt() {
|
||||||
|
info_msg "Downloading and building patched qt"
|
||||||
|
|
||||||
|
cd "$EXTERNAL"
|
||||||
|
echo -e "Clone Qt ${QT_VERSION}\n"
|
||||||
|
git clone git://code.qt.io/qt/qt5.git qt${QT_VERSION}
|
||||||
|
cd qt${QT_VERSION}
|
||||||
|
git checkout "$(echo ${QT_VERSION} | sed -e s/\..$//)"
|
||||||
|
perl init-repository --module-subset=qtbase,qtimageformats
|
||||||
|
git checkout v${QT_VERSION}
|
||||||
|
cd qtbase && git checkout v${QT_VERSION} && cd ..
|
||||||
|
cd qtimageformats && git checkout v${QT_VERSION} && cd ..
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
cd "$EXTERNAL/qt${QT_VERSION}/qtbase"
|
||||||
|
git apply "$UPSTREAM/Telegram/Patches/qtbase_${QT_VERSION//\./_}.diff"
|
||||||
|
cd ..
|
||||||
|
./configure -prefix "$QT_PATH" -release -opensource -confirm-license -qt-zlib \
|
||||||
|
-qt-libpng -qt-libjpeg -qt-freetype -qt-harfbuzz -qt-pcre -qt-xcb \
|
||||||
|
-qt-xkbcommon-x11 -no-opengl -static -nomake examples -nomake tests \
|
||||||
|
-dbus-runtime -openssl-linked -no-gstreamer -no-mtdev # <- Not sure about these
|
||||||
|
make $MAKE_ARGS
|
||||||
|
sudo make install
|
||||||
|
}
|
||||||
|
|
||||||
|
buildTelegram() {
|
||||||
info_msg "Build codegen_style"
|
info_msg "Build codegen_style"
|
||||||
# Build codegen_style
|
# Build codegen_style
|
||||||
mkdir -p "$srcdir/tdesktop/Linux/obj/codegen_style/Debug"
|
mkdir -p "$UPSTREAM/Linux/obj/codegen_style/Debug"
|
||||||
cd "$srcdir/tdesktop/Linux/obj/codegen_style/Debug"
|
cd "$UPSTREAM/Linux/obj/codegen_style/Debug"
|
||||||
qmake QT_TDESKTOP_PATH=${srcdir}/qt QT_TDESKTOP_VERSION=${_qtver} CONFIG+=debug "../../../../Telegram/build/qmake/codegen_style/codegen_style.pro"
|
qmake QT_TDESKTOP_PATH="${QT_PATH}" QT_TDESKTOP_VERSION=${QT_VERSION} CONFIG+=debug "../../../../Telegram/build/qmake/codegen_style/codegen_style.pro"
|
||||||
make --silent -j4
|
make $MAKE_ARGS
|
||||||
|
|
||||||
info_msg "Build codegen_numbers"
|
info_msg "Build codegen_numbers"
|
||||||
# Build codegen_numbers
|
# Build codegen_numbers
|
||||||
mkdir -p "$srcdir/tdesktop/Linux/obj/codegen_numbers/Debug"
|
mkdir -p "$UPSTREAM/Linux/obj/codegen_numbers/Debug"
|
||||||
cd "$srcdir/tdesktop/Linux/obj/codegen_numbers/Debug"
|
cd "$UPSTREAM/Linux/obj/codegen_numbers/Debug"
|
||||||
qmake QT_TDESKTOP_PATH=${srcdir}/qt QT_TDESKTOP_VERSION=${_qtver} CONFIG+=debug "../../../../Telegram/build/qmake/codegen_numbers/codegen_numbers.pro"
|
qmake QT_TDESKTOP_PATH="${QT_PATH}" QT_TDESKTOP_VERSION=${QT_VERSION} CONFIG+=debug "../../../../Telegram/build/qmake/codegen_numbers/codegen_numbers.pro"
|
||||||
make --silent -j4
|
make $MAKE_ARGS
|
||||||
|
|
||||||
info_msg "Build MetaLang"
|
info_msg "Build MetaLang"
|
||||||
# Build MetaLang
|
# Build MetaLang
|
||||||
mkdir -p "$srcdir/tdesktop/Linux/DebugIntermediateLang"
|
mkdir -p "$UPSTREAM/Linux/DebugIntermediateLang"
|
||||||
cd "$srcdir/tdesktop/Linux/DebugIntermediateLang"
|
cd "$UPSTREAM/Linux/DebugIntermediateLang"
|
||||||
qmake QT_TDESKTOP_PATH=${srcdir}/qt QT_TDESKTOP_VERSION=${_qtver} CONFIG+=debug "../../Telegram/MetaLang.pro"
|
qmake QT_TDESKTOP_PATH="${QT_PATH}" QT_TDESKTOP_VERSION=${QT_VERSION} CONFIG+=debug "../../Telegram/MetaLang.pro"
|
||||||
make --silent -j4
|
make $MAKE_ARGS
|
||||||
|
|
||||||
info_msg "Build Telegram Desktop"
|
info_msg "Build Telegram Desktop"
|
||||||
# Build Telegram Desktop
|
# Build Telegram Desktop
|
||||||
mkdir -p "$srcdir/tdesktop/Linux/DebugIntermediate"
|
mkdir -p "$UPSTREAM/Linux/DebugIntermediate"
|
||||||
cd "$srcdir/tdesktop/Linux/DebugIntermediate"
|
cd "$UPSTREAM/Linux/DebugIntermediate"
|
||||||
|
|
||||||
./../codegen/Debug/codegen_style "-I./../../Telegram/Resources" "-I./../../Telegram/SourceFiles" "-o./GeneratedFiles/styles" all_files.style --rebuild
|
./../codegen/Debug/codegen_style "-I./../../Telegram/Resources" "-I./../../Telegram/SourceFiles" "-o./GeneratedFiles/styles" all_files.style --rebuild
|
||||||
./../codegen/Debug/codegen_numbers "-o./GeneratedFiles" "./../../Telegram/Resources/numbers.txt"
|
./../codegen/Debug/codegen_numbers "-o./GeneratedFiles" "./../../Telegram/Resources/numbers.txt"
|
||||||
./../DebugLang/MetaLang -lang_in ./../../Telegram/Resources/langs/lang.strings -lang_out ./GeneratedFiles/lang_auto
|
./../DebugLang/MetaLang -lang_in ./../../Telegram/Resources/langs/lang.strings -lang_out ./GeneratedFiles/lang_auto
|
||||||
qmake QT_TDESKTOP_PATH=${srcdir}/qt QT_TDESKTOP_VERSION=${_qtver} CONFIG+=debug "../../Telegram/Telegram.pro"
|
qmake QT_TDESKTOP_PATH="${QT_PATH}" QT_TDESKTOP_VERSION=${QT_VERSION} CONFIG+=debug "../../Telegram/Telegram.pro"
|
||||||
make -j4
|
make $MAKE_ARGS
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
local filePath="$srcdir/tdesktop/Linux/Debug/Telegram"
|
local filePath="$UPSTREAM/Linux/Debug/Telegram"
|
||||||
if test -f "$filePath"; then
|
if test -f "$filePath"; then
|
||||||
success_msg "Build successful done! :)"
|
success_msg "Build successful done! :)"
|
||||||
|
|
||||||
|
@ -162,4 +321,4 @@ check() {
|
||||||
|
|
||||||
source ./.travis/common.sh
|
source ./.travis/common.sh
|
||||||
|
|
||||||
run
|
run
|
|
@ -11,30 +11,55 @@ Pur='\e[0;35m'; BPur='\e[1;35m'; UPur='\e[4;35m'; IPur='\e[0;95m';
|
||||||
Cya='\e[0;36m'; BCya='\e[1;36m'; UCya='\e[4;36m'; ICya='\e[0;96m'; BICya='\e[1;96m'; On_Cya='\e[46m'; On_ICya='\e[0;106m';
|
Cya='\e[0;36m'; BCya='\e[1;36m'; UCya='\e[4;36m'; ICya='\e[0;96m'; BICya='\e[1;96m'; On_Cya='\e[46m'; On_ICya='\e[0;106m';
|
||||||
Whi='\e[0;37m'; BWhi='\e[1;37m'; UWhi='\e[4;37m'; IWhi='\e[0;97m'; BIWhi='\e[1;97m'; On_Whi='\e[47m'; On_IWhi='\e[0;107m';
|
Whi='\e[0;37m'; BWhi='\e[1;37m'; UWhi='\e[4;37m'; IWhi='\e[0;97m'; BIWhi='\e[1;97m'; On_Whi='\e[47m'; On_IWhi='\e[0;107m';
|
||||||
|
|
||||||
# Set variables
|
|
||||||
_qtver=5.6.0
|
|
||||||
srcdir=${PWD}
|
|
||||||
|
|
||||||
start_msg() {
|
start_msg() {
|
||||||
echo -e "\n${Gre}$*${RCol}"
|
echo -e "\n${Gre}$*${RCol}"
|
||||||
}
|
}
|
||||||
|
|
||||||
info_msg() {
|
info_msg() {
|
||||||
echo -e "\n${Cya}$*${RCol}"
|
sameLineInfoMessage "\n$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
error_msg() {
|
error_msg() {
|
||||||
echo -e "\n${BRed}$*${RCol}"
|
echo -e "\n${BRed}$*${RCol}"
|
||||||
}
|
}
|
||||||
|
|
||||||
success_msg() {
|
success_msg() {
|
||||||
echo -e "\n${BGre}$*${RCol}"
|
echo -e "\n${BGre}$*${RCol}"
|
||||||
}
|
}
|
||||||
|
|
||||||
travis_fold_start() {
|
sameLineInfoMessage() {
|
||||||
echo "travis_fold:start:$*"
|
echo -e "${Cya}$*${RCol}"
|
||||||
}
|
}
|
||||||
|
|
||||||
travis_fold_end() {
|
TRAVIS_LAST_FOLD=""
|
||||||
echo "travis_fold:end:$*"
|
|
||||||
|
travisStartFold() {
|
||||||
|
local TITLE="$1"
|
||||||
|
local NAME=$(sanitizeName "$TITLE")
|
||||||
|
|
||||||
|
if [ "$TRAVIS_LAST_FOLD" != "" ]; then
|
||||||
|
travisEndFold
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "travis_fold:start:$NAME"
|
||||||
|
sameLineInfoMessage "$TITLE"
|
||||||
|
|
||||||
|
TRAVIS_LAST_FOLD="$NAME"
|
||||||
|
}
|
||||||
|
|
||||||
|
travisEndFold() {
|
||||||
|
if [ "$TRAVIS_LAST_FOLD" == "" ]; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "travis_fold:end:$TRAVIS_LAST_FOLD"
|
||||||
|
TRAVIS_LAST_FOLD=""
|
||||||
|
}
|
||||||
|
|
||||||
|
sanitizeName() {
|
||||||
|
local NAME="${1// /_}"
|
||||||
|
local NAME="${NAME,,}"
|
||||||
|
echo "$NAME"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue