Merge branch 'master' into 'master'
from cmake-utils to cmake See merge request src_prepare/src_prepare-overlay!18
This commit is contained in:
commit
c4e34882a9
@ -6,7 +6,7 @@ EAPI=7
|
||||
DESCRIPTION="A Qt wrapper for libolm"
|
||||
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"
|
||||
|
||||
@ -35,5 +35,5 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ EAPI=7
|
||||
DESCRIPTION="A Qt wrapper for libolm"
|
||||
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"
|
||||
|
||||
@ -35,5 +35,5 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ EAPI=7
|
||||
DESCRIPTION="A Qt5 library to write cross-platform clients for Matrix"
|
||||
HOMEPAGE="https://github.com/qmatrixclient/libqmatrixclient"
|
||||
|
||||
inherit eutils cmake-utils
|
||||
inherit eutils cmake
|
||||
|
||||
MY_PV="$(ver_rs 2 '-')"
|
||||
|
||||
@ -36,5 +36,5 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ EAPI=7
|
||||
DESCRIPTION="A Qt5 library to write cross-platform clients for Matrix"
|
||||
HOMEPAGE="https://github.com/qmatrixclient/libqmatrixclient"
|
||||
|
||||
inherit eutils cmake-utils
|
||||
inherit eutils cmake
|
||||
|
||||
MY_PV="$(ver_rs 2 '-')"
|
||||
|
||||
@ -36,5 +36,5 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet in C++"
|
||||
HOMEPAGE="https://git.matrix.org/git/olm/about/"
|
||||
|
@ -6,7 +6,7 @@ EAPI=7
|
||||
DESCRIPTION="A glossy client for Matrix, written in QtQuick Controls 2 and C++."
|
||||
HOMEPAGE="https://gitlab.com/spectral-im/spectral"
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
COMMON_URI="https://github.com/oKcerG/SortFilterProxyModel/archive/36befddf5d57faad990e72c88c5844794f274145.tar.gz"
|
||||
|
||||
@ -59,7 +59,7 @@ src_prepare() {
|
||||
done
|
||||
fi
|
||||
|
||||
cmake-utils_src_prepare
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
@ -6,7 +6,7 @@ EAPI=7
|
||||
DESCRIPTION="A glossy client for Matrix, written in QtQuick Controls 2 and C++."
|
||||
HOMEPAGE="https://gitlab.com/spectral-im/spectral"
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
COMMON_URI="https://github.com/oKcerG/SortFilterProxyModel/archive/36befddf5d57faad990e72c88c5844794f274145.tar.gz"
|
||||
|
||||
@ -59,7 +59,7 @@ src_prepare() {
|
||||
done
|
||||
fi
|
||||
|
||||
cmake-utils_src_prepare
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
Loading…
Reference in New Issue
Block a user