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] repo/gentoo:master commit in: kde-plasma/kdeplasma-addons/
Date: Wed, 13 Feb 2019 16:24:40 +0000 (UTC)	[thread overview]
Message-ID: <1550075054.c11b97d567bd55a1b94e7906d1717613202072a3.asturm@gentoo> (raw)

commit:     c11b97d567bd55a1b94e7906d1717613202072a3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 13 16:19:21 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 13 16:24:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11b97d5

kde-plasma/kdeplasma-addons: 5.14.5.1 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 kde-plasma/kdeplasma-addons/Manifest               |  1 +
 .../kdeplasma-addons-5.14.5.1.ebuild               | 58 ++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/kde-plasma/kdeplasma-addons/Manifest b/kde-plasma/kdeplasma-addons/Manifest
index d874e57d240..0dacf793c59 100644
--- a/kde-plasma/kdeplasma-addons/Manifest
+++ b/kde-plasma/kdeplasma-addons/Manifest
@@ -1,2 +1,3 @@
+DIST kdeplasma-addons-5.14.5.1.tar.xz 606580 BLAKE2B 1f8c60c16b1abc44dee8abac3d4b5fda14eb219ff077a392629d5893f06710e42edbbb47bd67a1a9d6d814b150932474dda38fa15eb3a23fab309e5f64b936c2 SHA512 3e755704d55755811b7eb9081022af3ae1bf743fb6a57007909fb46bdae1851b488e08dcccaa8bc3683fa050d8d2612c9520d4e1bb2deb1cf31fcf22610d7ce2
 DIST kdeplasma-addons-5.14.5.tar.xz 603588 BLAKE2B 0323ae26e0e55b7a75571c1cfbd88dfeb221f1aa706623abb21f900ebdd56bd9f3ac521b91c129ab99c046932353ba5079e72d3fad09a131ac1417c8783736a5 SHA512 f6d0203231598b161991b7bbd6bbbe4504831195d5d892c302212cd86067156cb17bc4632e7dd8a951747f98dd84312a3c70eb477bfb16a13a118de07cc1615e
 DIST kdeplasma-addons-5.15.0.tar.xz 602468 BLAKE2B e09d9395af56d20195792c47c734758c8df06dbf3ec40b2eaf777b5811bb8e5bcdb34a168d5d243dc123c0b12201b6a21297545d4352dfecd4cd7200a8ed80c2 SHA512 d470b3bdddaca240c776d274c4c42de36800102c18ac140887e78e8f7ef02ec6516746e4b5326d56dac22472864e7d767d4f8fffc10a8f26695405af4d4edbd3

diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.14.5.1.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.14.5.1.ebuild
new file mode 100644
index 00000000000..5fca0fcb6cf
--- /dev/null
+++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.14.5.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Extra Plasma applets and engines"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="share webengine"
+
+DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcmutils)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdeclarative)
+	$(add_frameworks_dep kholidays)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep knewstuff)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep kpackage)
+	$(add_frameworks_dep kross)
+	$(add_frameworks_dep krunner)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep kunitconversion)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_frameworks_dep plasma)
+	$(add_frameworks_dep sonnet)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtdeclarative)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+	share? ( $(add_frameworks_dep purpose) )
+	webengine? ( $(add_qt_dep qtwebengine) )
+"
+RDEPEND="${DEPEND}
+	$(add_plasma_dep plasma-workspace)
+	$(add_qt_dep qtquickcontrols)
+	$(add_qt_dep qtquickcontrols2)
+	!kde-plasma/kdeplasma-addons:4
+"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package share KF5Purpose)
+		$(cmake-utils_use_find_package webengine Qt5WebEngine)
+	)
+
+	kde5_src_configure
+}


             reply	other threads:[~2019-02-13 16:24 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-13 16:24 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-10 10:13 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdeplasma-addons/ WANG Xuerui
2024-06-23 17:42 Sam James
2024-03-13 21:17 Andreas Sturmlechner
2023-09-19 15:27 Andreas Sturmlechner
2023-09-19 15:27 Andreas Sturmlechner
2022-11-18  7:22 WANG Xuerui
2022-08-07 15:51 Andreas Sturmlechner
2022-06-29  7:21 WANG Xuerui
2022-05-18 15:06 Andreas Sturmlechner
2022-05-04 20:50 Andreas Sturmlechner
2021-11-23 14:59 Andreas Sturmlechner
2021-06-10 18:05 Georgy Yakovlev
2020-12-22 11:18 Andreas Sturmlechner
2020-09-29 12:49 Andreas Sturmlechner
2020-09-06 16:46 Andreas Sturmlechner
2019-12-22 19:07 Andreas Sturmlechner
2019-02-18 10:54 Andreas Sturmlechner
2019-02-18  6:20 Mikle Kolyada
2019-02-17 22:35 Thomas Deutschmann
2018-12-01 19:00 Mikle Kolyada
2018-12-01 17:00 Mikle Kolyada
2018-05-26  0:52 Thomas Deutschmann
2018-05-22  7:49 Mikle Kolyada
2017-10-07 21:12 Andreas Sturmlechner
2017-02-02 11:03 Johannes Huber
2017-02-02 11:01 Johannes Huber
2015-12-14 14:34 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=1550075054.c11b97d567bd55a1b94e7906d1717613202072a3.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