From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/choqok/
Date: Thu, 16 Jan 2020 17:36:13 +0000 (UTC) [thread overview]
Message-ID: <1579196161.0ada49b09d6e22c8a8dfdfcaf1f3b49073c9a0b1.asturm@gentoo> (raw)
commit: 0ada49b09d6e22c8a8dfdfcaf1f3b49073c9a0b1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 01:49:27 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 17:36:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ada49b0
net-im/choqok: Port to ecm.eclass and kde.org.eclass
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-im/choqok/choqok-1.6.0_p20190726.ebuild | 73 ++++++++++++++++-------------
1 file changed, 40 insertions(+), 33 deletions(-)
diff --git a/net-im/choqok/choqok-1.6.0_p20190726.ebuild b/net-im/choqok/choqok-1.6.0_p20190726.ebuild
index 96d27704336..c6bfef43b41 100644
--- a/net-im/choqok/choqok-1.6.0_p20190726.ebuild
+++ b/net-im/choqok/choqok-1.6.0_p20190726.ebuild
@@ -1,49 +1,56 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-KDE_HANDBOOK="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
DESCRIPTION="Free/Open Source micro-blogging client by KDE"
-HOMEPAGE="https://choqok.kde.org/"
-SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"
+HOMEPAGE="https://choqok.kde.org/
+https://kde.org/applications/internet/org.kde.choqok"
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+ SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"
+ KEYWORDS="amd64 x86"
+fi
LICENSE="GPL-2+"
-KEYWORDS="amd64 x86"
+SLOT="5"
IUSE="attica konqueror telepathy"
DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kemoticons)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep knotifyconfig)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep sonnet)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetworkauth)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
app-crypt/qca[qt5(+)]
- attica? ( $(add_frameworks_dep attica) )
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetworkauth-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=kde-frameworks/kcmutils-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kemoticons-${KFMIN}:5
+ >=kde-frameworks/kglobalaccel-${KFMIN}:5
+ >=kde-frameworks/kguiaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/knotifyconfig-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ >=kde-frameworks/kwallet-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/sonnet-${KFMIN}:5
+ attica? ( >=kde-frameworks/attica-${KFMIN}:5 )
konqueror? (
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kdewebkit)
>=dev-qt/qtwebkit-5.212.0_pre20180120:5
+ >=kde-frameworks/kdewebkit-${KFMIN}:5
+ >=kde-frameworks/kparts-${KFMIN}:5
)
telepathy? ( net-libs/telepathy-qt[qt5(+)] )
"
@@ -57,7 +64,7 @@ src_configure() {
$(cmake_use_find_package telepathy TelepathyQt5)
)
- kde5_src_configure
+ ecm_src_configure
}
PATCHES=( "${FILESDIR}"/${P}-missing-header.patch )
next reply other threads:[~2020-01-16 17:36 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-16 17:36 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-05 9:57 [gentoo-commits] repo/gentoo:master commit in: net-im/choqok/ Andreas Sturmlechner
2022-03-02 3:44 Sam James
2022-02-28 23:56 Sam James
2022-02-21 16:48 Andreas Sturmlechner
2020-10-26 19:06 Andreas Sturmlechner
2020-03-08 12:12 Agostino Sarubbo
2020-03-07 11:00 Agostino Sarubbo
2020-02-06 22:24 Andreas Sturmlechner
2020-02-05 19:14 Andreas Sturmlechner
2019-09-07 21:07 Thomas Deutschmann
2019-07-28 2:08 Andreas Sturmlechner
2019-04-30 18:43 Andreas Sturmlechner
2018-06-23 17:58 Andreas Sturmlechner
2018-03-22 12:22 Andreas Sturmlechner
2017-01-08 11:26 Aaron Bauman
2016-10-12 18:44 Michael Palimaka
2016-10-12 18:44 Michael Palimaka
2016-10-12 18:41 Michael Palimaka
2016-10-12 18:41 Michael Palimaka
2016-07-07 17:52 Michael Palimaka
2016-03-17 13:09 Johannes Huber
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=1579196161.0ada49b09d6e22c8a8dfdfcaf1f3b49073c9a0b1.asturm@gentoo \
--to=asturm@gentoo.org \
--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