public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdeplasma-addons/
Date: Mon, 14 Dec 2015 14:34:12 +0000 (UTC)	[thread overview]
Message-ID: <1450103639.4ff6ffb6f0cc825da7457890456ba0f5ca9b514d.kensington@gentoo> (raw)

commit:     4ff6ffb6f0cc825da7457890456ba0f5ca9b514d
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Dec 13 08:22:47 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec 14 14:33:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff6ffb6

kde-plasma/kdeplasma-addons: Add KF 5.17 compatible 5.4.3 revbump

Package-Manager: portage-2.2.24

 .../kdeplasma-addons-5.4.3-r1.ebuild               | 67 ++++++++++++++++++++++
 1 file changed, 67 insertions(+)

diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.4.3-r1.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.4.3-r1.ebuild
new file mode 100644
index 0000000..14e6007
--- /dev/null
+++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.4.3-r1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+FRAMEWORKS_MINIMAL="5.17.0"
+inherit kde5
+
+DESCRIPTION="Extra Plasma applets and engines"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS=" ~amd64 ~x86"
+IUSE="ibus scim"
+
+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 kdelibs4support)
+	$(add_frameworks_dep ki18n)
+	$(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)
+	dev-qt/qtdbus:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	ibus? (
+		app-i18n/ibus
+		dev-libs/glib:2
+		dev-qt/qtx11extras:5
+		x11-libs/libxcb
+		x11-libs/xcb-util-keysyms
+	)
+	scim? ( app-i18n/scim )
+"
+RDEPEND="${DEPEND}
+	$(add_plasma_dep plasma-workspace 'systemmonitor')
+	!kde-base/kdeplasma-addons:4
+"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package ibus IBus)
+		$(cmake-utils_use_find_package scim)
+	)
+
+	kde5_src_configure
+}
+
+src_install() {
+	kde5_src_install
+	rm "${ED}"usr/share/plasma/desktoptheme/default/widgets/notes.svgz || die
+}


             reply	other threads:[~2015-12-14 14:34 UTC|newest]

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

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=1450103639.4ff6ffb6f0cc825da7457890456ba0f5ca9b514d.kensington@gentoo \
    --to=kensington@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