From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/ruqola/
Date: Sat, 10 Apr 2021 09:49:14 +0000 (UTC) [thread overview]
Message-ID: <1618048147.623ae723b83d0d450edf7e2eab845ec9f4e65d87.andrewammerlaan@gentoo> (raw)
Message-ID: <20210410094914.COkvQUjlVHxJ9czOEY3L5fZ1x3exOqAzkILSJhb2pSM@z> (raw)
commit: 623ae723b83d0d450edf7e2eab845ec9f4e65d87
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Apr 10 09:49:07 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Apr 10 09:49:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=623ae723
net-im/ruqola: add new package
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
net-im/ruqola/Manifest | 1 +
net-im/ruqola/metadata.xml | 15 +++++++++++
net-im/ruqola/ruqola-1.3.1.ebuild | 53 +++++++++++++++++++++++++++++++++++++++
3 files changed, 69 insertions(+)
diff --git a/net-im/ruqola/Manifest b/net-im/ruqola/Manifest
new file mode 100644
index 000000000..8974de1fa
--- /dev/null
+++ b/net-im/ruqola/Manifest
@@ -0,0 +1 @@
+DIST ruqola-1.3.1.tar.gz 747083 BLAKE2B 2faa13bec72a57ce6caa9cc7e1e434de3cc171dc536de7fc6dbd0fc64e0d35737c7dbe597d2d10df9b3b14dc87be50a4489e61994c2a8bfedc1ff649f843879d SHA512 771e259039c1b83e0f39406409b165eba3162bd63edb3e02529e40aa8b4d3d992711a638b1718e0adfa69b88e7d0ca78b89595ba250d2649e6e282799da6cf88
diff --git a/net-im/ruqola/metadata.xml b/net-im/ruqola/metadata.xml
new file mode 100644
index 000000000..4ce2ed7ad
--- /dev/null
+++ b/net-im/ruqola/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <upstream>
+ <remote-id type="github">KDE/ruqola</remote-id>
+ <bugs-to>https://bugs.kde.org</bugs-to>
+ </upstream>
+ <maintainer type="person">
+ <email>andrewammerlaan@riseup.net</email>
+ <name>Andrew Ammerlaan</name>
+ </maintainer>
+ <use>
+ <flag name="speech">Enable text-to-speech support</flag>
+ </use>
+</pkgmetadata>
diff --git a/net-im/ruqola/ruqola-1.3.1.ebuild b/net-im/ruqola/ruqola-1.3.1.ebuild
new file mode 100644
index 000000000..bfad83a4f
--- /dev/null
+++ b/net-im/ruqola/ruqola-1.3.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VIRTUALX_REQUIRED=test
+ECM_TEST=forceoptional
+ECM_HANDBOOK=forceoptional
+KFMIN=5.80.0
+QTMIN=5.15.2
+inherit ecm
+
+DESCRIPTION="Rocket.Chat client for the KDE desktop"
+HOMEPAGE="https://invent.kde.org/network/ruqola"
+SRC_URI="https://invent.kde.org/network/ruqola/-/archive/${PV}/${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-2+"
+SLOT="0"
+
+IUSE="speech telemetry"
+
+DEPEND="
+ dev-libs/qtkeychain
+ >=dev-qt/qtmultimedia-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtnetworkauth-${QTMIN}:5
+ >=dev-qt/qtwebsockets-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/knotifyconfig-${KFMIN}:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/sonnet-${KFMIN}:5
+ >=kde-frameworks/syntax-highlighting-${KFMIN}:5
+ speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
+ telemetry? ( dev-libs/kuserfeedback:5 )
+"
+
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package speech Qt5TextToSpeech)
+ $(cmake_use_find_package telemetry KUserFeedback)
+ )
+
+ ecm_src_configure
+}
next reply other threads:[~2021-04-10 9:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-10 10:07 Andrew Ammerlaan [this message]
2021-04-10 9:49 ` [gentoo-commits] repo/proj/guru:dev commit in: net-im/ruqola/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-04-21 7:32 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-05-24 10:01 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-05-24 11:06 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-12-27 8:05 Viorel Munteanu
2023-11-16 10:57 David Roman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1618048147.623ae723b83d0d450edf7e2eab845ec9f4e65d87.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox