add zsh-comp-tut (ru)

add tag hasTr
This commit is contained in:
arcan1s
2014-07-17 23:15:59 +04:00
parent 760d8108b9
commit 4449b24cf2
40 changed files with 344 additions and 11 deletions

View File

@ -2,6 +2,7 @@
category: en
type: paper
layout: paper
hasTr: true
tags: archlinux, linux, building, qutim
title: Building Qutim using Qt5
short: building-qutim-using-qt5
@ -80,7 +81,7 @@ diff -ruN qutim.orig/core/libqutim.qbs qutim/core/libqutim.qbs
+ flags = flags.concat("-lc++abi");
return flags;
}
{% endhighlight %}
<p>And the second one is Vk plugin:</p>
{% highlight diff %}
@ -92,7 +93,7 @@ diff -ruN qutim.orig/protocols/vkontakte/vreen/vreen.qbs qutim/protocols/vkontak
property string vreen_lib_path: "lib"
property string vreen_libexec_path: "lib"
+ property string lib_path: "lib"
property string vreen_version_major: 1
property string vreen_version_minor: 9
{% endhighlight %}
@ -162,7 +163,7 @@ prepare() {
rm -rf "${srcdir}/build"
fi
mkdir "${srcdir}/build"
cd "${_gitname}"
# update modules
git submodule update --init --recursive