from cmake-utils to cmake

This commit is contained in:
hedmo 2020-06-10 21:49:03 +02:00
parent 411ca91aab
commit 4c6ec4d286
7 changed files with 13 additions and 13 deletions

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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/"

View File

@ -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() {

View File

@ -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() {