Merge branch 'master' into 'master'

from cmake-utils to cmake

See merge request src_prepare/src_prepare-overlay!18
This commit is contained in:
hedmo 2020-06-10 19:59:35 +00:00
commit c4e34882a9
7 changed files with 13 additions and 13 deletions

View File

@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="A Qt wrapper for libolm" DESCRIPTION="A Qt wrapper for libolm"
HOMEPAGE="https://gitlab.com/b0/libQtOlm" HOMEPAGE="https://gitlab.com/b0/libQtOlm"
inherit eutils cmake-utils inherit eutils cmake
SRC_URI="https://gitlab.com/b0/libqtolm/-/archive/v3.0.1/libqtolm-v3.0.1.tar.gz" SRC_URI="https://gitlab.com/b0/libqtolm/-/archive/v3.0.1/libqtolm-v3.0.1.tar.gz"
@ -35,5 +35,5 @@ src_configure() {
local mycmakeargs=( local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON -DBUILD_SHARED_LIBS=ON
) )
cmake-utils_src_configure cmake_src_configure
} }

View File

@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="A Qt wrapper for libolm" DESCRIPTION="A Qt wrapper for libolm"
HOMEPAGE="https://gitlab.com/b0/libQtOlm" HOMEPAGE="https://gitlab.com/b0/libQtOlm"
inherit eutils cmake-utils inherit eutils cmake
SRC_URI="https://gitlab.com/b0/libqtolm/-/archive/v3.0.1/libqtolm-v3.0.1.tar.gz" SRC_URI="https://gitlab.com/b0/libqtolm/-/archive/v3.0.1/libqtolm-v3.0.1.tar.gz"
@ -35,5 +35,5 @@ src_configure() {
local mycmakeargs=( local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON -DBUILD_SHARED_LIBS=ON
) )
cmake-utils_src_configure cmake_src_configure
} }

View File

@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="A Qt5 library to write cross-platform clients for Matrix" DESCRIPTION="A Qt5 library to write cross-platform clients for Matrix"
HOMEPAGE="https://github.com/qmatrixclient/libqmatrixclient" HOMEPAGE="https://github.com/qmatrixclient/libqmatrixclient"
inherit eutils cmake-utils inherit eutils cmake
MY_PV="$(ver_rs 2 '-')" MY_PV="$(ver_rs 2 '-')"
@ -36,5 +36,5 @@ src_configure() {
local mycmakeargs=( local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON -DBUILD_SHARED_LIBS=ON
) )
cmake-utils_src_configure cmake_src_configure
} }

View File

@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="A Qt5 library to write cross-platform clients for Matrix" DESCRIPTION="A Qt5 library to write cross-platform clients for Matrix"
HOMEPAGE="https://github.com/qmatrixclient/libqmatrixclient" HOMEPAGE="https://github.com/qmatrixclient/libqmatrixclient"
inherit eutils cmake-utils inherit eutils cmake
MY_PV="$(ver_rs 2 '-')" MY_PV="$(ver_rs 2 '-')"
@ -36,5 +36,5 @@ src_configure() {
local mycmakeargs=( local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON -DBUILD_SHARED_LIBS=ON
) )
cmake-utils_src_configure cmake_src_configure
} }

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit cmake-utils inherit cmake
DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet in C++" DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet in C++"
HOMEPAGE="https://git.matrix.org/git/olm/about/" HOMEPAGE="https://git.matrix.org/git/olm/about/"

View File

@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="A glossy client for Matrix, written in QtQuick Controls 2 and C++." DESCRIPTION="A glossy client for Matrix, written in QtQuick Controls 2 and C++."
HOMEPAGE="https://gitlab.com/spectral-im/spectral" HOMEPAGE="https://gitlab.com/spectral-im/spectral"
inherit cmake-utils inherit cmake
COMMON_URI="https://github.com/oKcerG/SortFilterProxyModel/archive/36befddf5d57faad990e72c88c5844794f274145.tar.gz" COMMON_URI="https://github.com/oKcerG/SortFilterProxyModel/archive/36befddf5d57faad990e72c88c5844794f274145.tar.gz"
@ -59,7 +59,7 @@ src_prepare() {
done done
fi fi
cmake-utils_src_prepare cmake_src_prepare
} }
pkg_postinst() { pkg_postinst() {

View File

@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="A glossy client for Matrix, written in QtQuick Controls 2 and C++." DESCRIPTION="A glossy client for Matrix, written in QtQuick Controls 2 and C++."
HOMEPAGE="https://gitlab.com/spectral-im/spectral" HOMEPAGE="https://gitlab.com/spectral-im/spectral"
inherit cmake-utils inherit cmake
COMMON_URI="https://github.com/oKcerG/SortFilterProxyModel/archive/36befddf5d57faad990e72c88c5844794f274145.tar.gz" COMMON_URI="https://github.com/oKcerG/SortFilterProxyModel/archive/36befddf5d57faad990e72c88c5844794f274145.tar.gz"
@ -59,7 +59,7 @@ src_prepare() {
done done
fi fi
cmake-utils_src_prepare cmake_src_prepare
} }
pkg_postinst() { pkg_postinst() {