mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
net-im/Quaternion: add 0.0.95.1, drop old
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST Quaternion-0.0.9.4e.tar.gz 999309 BLAKE2B 7f1763fa5340f11f7ed5aee0fa7e3f91764cad7f248ba1be26472866d7cf2b78e2144d0719a89a9b78503f744ca424c1eb2d3dd91f4c6677ea23255166466be8 SHA512 5478892b7dce96a60f1429ee6dff9dd0b4fbb89bf45ecc2e499ee90f615af4de12d1de0002804420a85a21a6ba533e4799c94d2411067cb7d7aacca183d9d981
|
||||
DIST Quaternion-0.0.95.1.tar.gz 1224589 BLAKE2B 8ae7bd59493bc564f55a36f8aab0ccddbe9efe53abebabc5a049b8f7cbb69b118b5a601b6fd918a1ac1d8fe5d057926b58f28a4a1df26233ae27ae1443f7decd SHA512 465e49b90fef88b252f26b5791c2d491bfa451dd3b876b1fce8732bf96276437343fd368d1d48d20a2b5ec993a3e0a36709232f60fadd176548a7b942b22b678
|
||||
|
||||
@@ -1,44 +0,0 @@
|
||||
# Copyright 2019-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="A Qt5-based IM client for the Matrix protocol"
|
||||
HOMEPAGE="https://github.com/QMatrixClient/Quaternion https://matrix.org/docs/projects/client/quaternion.html"
|
||||
SRC_URI="https://github.com/QMatrixClient/Quaternion/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+keychain"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtwidgets:5=
|
||||
dev-qt/qtnetwork:5=
|
||||
dev-qt/qtquickcontrols:5=
|
||||
dev-qt/qtquickcontrols2:5=
|
||||
dev-qt/qtscript:5=
|
||||
dev-qt/qtgui:5=
|
||||
dev-qt/linguist-tools:5=
|
||||
dev-qt/qtmultimedia:5=
|
||||
>=net-libs/libqmatrixclient-0.5.1:=
|
||||
keychain? ( dev-libs/qtkeychain:= )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
# I wouldn't be surprised that Qt on a Ubuntu PPA is broken
|
||||
# https://github.com/quotient-im/Quaternion/pull/484/files#r256167611
|
||||
sed -i 's/Multimedia DBus)/Multimedia)/' CMakeLists.txt || die "Failed removing hard-dep on QtDbus"
|
||||
|
||||
default
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DUSE_KEYCHAIN=$(usex keychain)
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
42
net-im/Quaternion/Quaternion-0.0.95.1.ebuild
Normal file
42
net-im/Quaternion/Quaternion-0.0.95.1.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# 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/docs/projects/client/quaternion.html"
|
||||
SRC_URI="https://github.com/quotient-im/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+keychain"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdeclarative:5[widgets(+)]
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtquickcontrols2:5[widgets(+)]
|
||||
dev-qt/qtwidgets:5
|
||||
>=net-libs/libquotient-0.5.1:=
|
||||
keychain? ( dev-libs/qtkeychain:= )
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtmultimedia:5
|
||||
"
|
||||
BDEPEND="dev-qt/linguist-tools:5"
|
||||
|
||||
DOCS=( {README,SECURITY}.md )
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DUSE_KEYCHAIN=$(usex keychain)
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user