public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
Date: Wed, 13 Nov 2019 02:00:02 +0000 (UTC)	[thread overview]
Message-ID: <1573610367.31fd80f928a3cd61f0c10a10070731417995efcc.asturm@gentoo> (raw)

commit:     31fd80f928a3cd61f0c10a10070731417995efcc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 01:57:48 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:59:27 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=31fd80f9

app-office/libalkimia: Port 8.0.2 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>

 app-office/libalkimia/libalkimia-8.0.2.ebuild | 50 +++++++++++++++------------
 1 file changed, 27 insertions(+), 23 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-8.0.2.ebuild b/app-office/libalkimia/libalkimia-8.0.2.ebuild
index c070d6c533..c9c6034890 100644
--- a/app-office/libalkimia/libalkimia-8.0.2.ebuild
+++ b/app-office/libalkimia/libalkimia-8.0.2.ebuild
@@ -3,17 +3,21 @@
 
 EAPI=7
 
-KDE_TEST="forceoptional"
-KMNAME="alkimia"
-inherit kde5
+ECM_TEST="forceoptional"
+KDE_ORG_NAME="alkimia"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	SRC_URI="mirror://kde/stable/${KMNAME}/${PV}/${KMNAME}-${PV}.tar.xz"
+	SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${PV}/${KDE_ORG_NAME}-${PV}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Library with common classes and functionality used by KDE finance applications"
-HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323"
+HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323
+https://community.kde.org/Alkimia"
+
 LICENSE="LGPL-2.1"
 SLOT="0/8"
 IUSE="doc gmp plasma"
@@ -23,27 +27,27 @@ BDEPEND="
 	doc? ( app-doc/doxygen )
 "
 DEPEND="
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep knewstuff)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtdeclarative)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwidgets)
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
 	>=dev-qt/qtwebkit-5.212.0_pre20180120:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kcodecs-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdelibs4support-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	!gmp? ( sci-libs/mpir:=[cxx] )
 	gmp? ( dev-libs/gmp:0=[cxx] )
 	plasma? (
-		$(add_frameworks_dep kpackage)
-		$(add_frameworks_dep plasma)
+		>=kde-frameworks/kpackage-${KFMIN}:5
+		>=kde-frameworks/plasma-${KFMIN}:5
 	)
 "
 RDEPEND="${DEPEND}"
@@ -56,5 +60,5 @@ src_configure() {
 		$(cmake-utils_use_find_package !gmp MPIR)
 		-DBUILD_APPLETS=$(usex plasma)
 	)
-	kde5_src_configure
+	ecm_src_configure
 }


             reply	other threads:[~2019-11-13  2:00 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-13  2:00 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-12 15:50 [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/ Andreas Sturmlechner
2025-01-12 15:50 Andreas Sturmlechner
2025-01-12 15:50 Andreas Sturmlechner
2024-11-23 13:48 Andreas Sturmlechner
2024-10-07 23:21 Andreas Sturmlechner
2024-03-01 23:42 Sam James
2024-01-13 16:39 Sam James
2023-09-08 23:38 Andreas Sturmlechner
2021-06-20 18:46 Andreas Sturmlechner
2020-12-13 10:46 Andreas Sturmlechner
2020-08-06 21:46 Andreas Sturmlechner
2020-06-30 14:43 Andreas Sturmlechner
2020-02-23 10:59 Andreas Sturmlechner
2020-02-23 10:59 Andreas Sturmlechner
2020-01-10 21:55 Andreas Sturmlechner
2019-08-22 16:13 Andreas Sturmlechner
2018-12-08 21:06 Andreas Sturmlechner
2018-12-03  0:08 Andreas Sturmlechner
2018-04-12 17:49 Johannes Huber
2018-02-07 22:49 Andreas Sturmlechner
2018-01-07 18:30 Andreas Sturmlechner
2017-11-11 18:39 Andreas Sturmlechner
2017-06-18 14:24 Andreas Sturmlechner
2016-03-22 12:33 Johannes Huber
2016-03-08 14:41 Michael Palimaka
2015-12-02 11:03 Michael Palimaka
2015-10-14 12:51 Michael Palimaka

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=1573610367.31fd80f928a3cd61f0c10a10070731417995efcc.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