From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kshutdown/
Date: Thu, 15 Mar 2018 15:14:35 +0000 (UTC) [thread overview]
Message-ID: <1521126853.aae3981c5308cbb19eeb93fce7f8d3c1f676fe4c.asturm@gentoo> (raw)
commit: aae3981c5308cbb19eeb93fce7f8d3c1f676fe4c
Author: Nikos Chantziaras <realnc <AT> gmail <DOT> com>
AuthorDate: Wed Mar 14 04:29:42 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 15:14:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae3981c
kde-misc/kshutdown: version bump to 4.2
Closes: https://bugs.gentoo.org/650452
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7453
kde-misc/kshutdown/Manifest | 1 +
kde-misc/kshutdown/kshutdown-4.2.ebuild | 53 +++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/kde-misc/kshutdown/Manifest b/kde-misc/kshutdown/Manifest
index 643bf4f4a0f..4191a318e4e 100644
--- a/kde-misc/kshutdown/Manifest
+++ b/kde-misc/kshutdown/Manifest
@@ -1,2 +1,3 @@
DIST kshutdown-source-4.0.zip 459493 BLAKE2B 88718dacc682fc44461880767cc874e822e69d25359a5f8f66cec9bd99de7c4bb81173905ca12670788b191593128b325c03935d26757f260fe8d47b9bab768a SHA512 720ca297760bf0442fca10f64e966b16db32a0bdb5a6b456408a7245fba071b9bdb465bee312878b5cf82df0aa1e27566b06fc6fe5026edc3a84d2d8295ea6ee
DIST kshutdown-source-4.1.1beta.zip 465923 BLAKE2B d67d1a1e2b9434bf4c928495148b375619efe5ce4971424b577bced490fa5df29f48e374fa7f133ea8ec3017b60f391dc267a72307e38312c629a864350f629a SHA512 1d4d34e123e6a354b47771a9d79f00f8a5cd54e6886836b92a61925c1cc93090c51d5270c67e3ec53da21d8df9587cb0bc69ad329d17c833bb9dbd39e3138e56
+DIST kshutdown-source-4.2.zip 463140 BLAKE2B b398a004e91ebfa7651eed7bfffeccfc1cb332868ff3bbcea50ccd40088084ff1079d73ee2c922c8e882c0d39e1c6bc2741d0b416b5a2742eb5c6686b03f29a5 SHA512 00d4a5c1c8efdac0d86009bc0218a673435ca315f3b4fa949af414bf525ff65088f26edb0ed0d9fd2209ea81d58619efcffa5091d49bd2b841ddd4749b05a21f
diff --git a/kde-misc/kshutdown/kshutdown-4.2.ebuild b/kde-misc/kshutdown/kshutdown-4.2.ebuild
new file mode 100644
index 00000000000..9ca2c20bb78
--- /dev/null
+++ b/kde-misc/kshutdown/kshutdown-4.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="false"
+KDE_AUTODEPS="false"
+inherit kde5
+
+DESCRIPTION="Shutdown manager for desktop environments like KDE Plasma"
+HOMEPAGE="https://kshutdown.sourceforge.io"
+SRC_URI="mirror://sourceforge/${PN}/${PN}-source-${PV/_}.zip"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="+kde"
+
+COMMON_DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ kde? (
+ kde-frameworks/kconfig:5
+ kde-frameworks/kconfigwidgets:5
+ kde-frameworks/kcoreaddons:5
+ kde-frameworks/kdbusaddons:5
+ kde-frameworks/kglobalaccel:5
+ kde-frameworks/ki18n:5
+ kde-frameworks/kidletime:5
+ kde-frameworks/knotifications:5
+ kde-frameworks/knotifyconfig:5
+ kde-frameworks/kwidgetsaddons:5
+ kde-frameworks/kxmlgui:5
+ )
+"
+DEPEND="${COMMON_DEPEND}
+ app-arch/unzip
+ kde? ( kde-frameworks/extra-cmake-modules:5 )
+ sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+ !kde-misc/kshutdown:4
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DKS_KF5=$(usex kde)
+ -DKS_PURE_QT=$(usex !kde)
+ )
+
+ kde5_src_configure
+}
next reply other threads:[~2018-03-15 15:14 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-15 15:14 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-02 12:44 [gentoo-commits] repo/gentoo:master commit in: kde-misc/kshutdown/ Andreas Sturmlechner
2024-08-31 21:20 Sam James
2024-07-21 16:43 Arthur Zamarin
2024-06-29 18:08 Andreas Sturmlechner
2022-09-23 20:07 Andreas Sturmlechner
2020-02-18 20:06 Andreas Sturmlechner
2020-02-12 15:10 Agostino Sarubbo
2020-02-08 13:40 Mikle Kolyada
2019-12-30 21:26 Andreas Sturmlechner
2019-12-30 21:26 Andreas Sturmlechner
2019-11-12 1:13 Andreas Sturmlechner
2019-06-04 19:49 Andreas Sturmlechner
2019-06-04 19:49 Andreas Sturmlechner
2019-05-18 20:52 Andreas Sturmlechner
2019-05-18 20:52 Andreas Sturmlechner
2019-03-03 15:27 Andreas Sturmlechner
2018-05-09 6:32 Andreas Sturmlechner
2018-05-08 7:11 Agostino Sarubbo
2018-05-07 0:24 Thomas Deutschmann
2018-05-06 11:24 Andreas Sturmlechner
2018-03-30 18:46 Aaron Bauman
2017-10-02 11:09 Andreas Sturmlechner
2017-10-01 11:40 Andreas Sturmlechner
2016-12-29 17:53 Johannes Huber
2016-12-21 11:28 Tobias Klausmann
2016-11-01 12:22 Johannes Huber
2016-08-31 19:07 Michael Palimaka
2016-07-07 17:52 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=1521126853.aae3981c5308cbb19eeb93fce7f8d3c1f676fe4c.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