mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
net-im/Quaternion: add 0.0.96_beta4.
Signed-off-by: Anton Molyboha <anton.stay.connected@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST Quaternion-0.0.95.1.tar.gz 1224589 BLAKE2B 8ae7bd59493bc564f55a36f8aab0ccddbe9efe53abebabc5a049b8f7cbb69b118b5a601b6fd918a1ac1d8fe5d057926b58f28a4a1df26233ae27ae1443f7decd SHA512 465e49b90fef88b252f26b5791c2d491bfa451dd3b876b1fce8732bf96276437343fd368d1d48d20a2b5ec993a3e0a36709232f60fadd176548a7b942b22b678
|
||||
DIST Quaternion-0.0.96_beta4.tar.gz 1644926 BLAKE2B b85c6a40751ea0cdd786d286e263ee914405ecb4bf92ab8a0f69d4d43533b5920d7e7db26c9e969c1b602d70f45869121dfc1d5a4f4f8b70275ecc7eb5c82a85 SHA512 43623cc7181f3727602818b1d16e30a66c2f52be2a7c4f7cb9d5e177dd0e18adb9dde4e626fbd68023654c7a3f13ff785d872588b3856f9136aa9af081d97070
|
||||
|
||||
47
net-im/Quaternion/Quaternion-0.0.96_beta4.ebuild
Normal file
47
net-im/Quaternion/Quaternion-0.0.96_beta4.ebuild
Normal file
@@ -0,0 +1,47 @@
|
||||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="A Qt-based IM client for Matrix"
|
||||
HOMEPAGE="https://github.com/quotient-im/Quaternion https://matrix.org/ecosystem/clients/quaternion/"
|
||||
GITHUB_PV=${PV//_/-}
|
||||
SRC_URI="https://github.com/quotient-im/${PN}/archive/refs/tags/${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/${PN}-${GITHUB_PV}"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-qt/qtcore-5.15.0:5
|
||||
>=dev-qt/qtdeclarative-5.15.0:5[widgets(+)]
|
||||
>=dev-qt/qtgui-5.15.0:5
|
||||
>=dev-qt/qtnetwork-5.15.0:5
|
||||
>=dev-qt/qtquickcontrols2-5.15.0:5[widgets(+)]
|
||||
>=dev-qt/qtwidgets-5.15.0:5
|
||||
>=net-libs/libquotient-0.8.0:=[qt5(+)]
|
||||
dev-libs/qtkeychain:=[qt5]
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-qt/qtdbus-5.15.0
|
||||
>=dev-qt/qtmultimedia-5.15.0:5
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-qt/linguist-tools-5.15.0:5
|
||||
"
|
||||
|
||||
DOCS=( {README,SECURITY}.md )
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_WITH_QT6=NO
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user