Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions net-im/ruqola/ruqola-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit ecm kde.org

DESCRIPTION="Qt/QML client for Rocket Chat"
HOMEPAGE="https://apps.kde.org/ruqola"

LICENSE="GPL-2+"
SLOT="5"
IUSE="speech telemetry"

DEPEND="
dev-libs/qtkeychain
dev-qt/qtgui:${SLOT}
dev-qt/qtmultimedia:${SLOT}[widgets]
dev-qt/qtnetworkauth:${SLOT}
dev-qt/qttest:${SLOT}
dev-qt/qtwebsockets:${SLOT}[ssl]
dev-qt/qtwidgets:${SLOT}
kde-frameworks/kcoreaddons:${SLOT}
kde-frameworks/kcrash:${SLOT}
kde-frameworks/kdbusaddons:${SLOT}
kde-frameworks/kdoctools:${SLOT}
kde-frameworks/ki18n:${SLOT}
kde-frameworks/kiconthemes:${SLOT}
kde-frameworks/kio:${SLOT}
kde-frameworks/knotifications:${SLOT}
kde-frameworks/knotifyconfig:${SLOT}
kde-frameworks/ktextwidgets:${SLOT}
kde-frameworks/kxmlgui:${SLOT}
kde-frameworks/sonnet:${SLOT}
kde-frameworks/syntax-highlighting:${SLOT}
telemetry? ( dev-libs/kuserfeedback:${SLOT} )
speech? ( dev-qt/qtspeech:${SLOT} )
"

RDEPEND="${DEPEND}"

src_configure() {
local mycmakeargs=(
$(cmake_use_find_package speech Qt5TextToSpeech)
$(cmake_use_find_package telemetry KUserFeedback)
)

ecm_src_configure
}