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-misc/kshutdown/
Date: Sat, 18 May 2019 20:52:43 +0000 (UTC)	[thread overview]
Message-ID: <1558212737.d8579510adfed4756e555191de862a3ffafa74ec.asturm@gentoo> (raw)

commit:     d8579510adfed4756e555191de862a3ffafa74ec
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 20:38:24 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 18 20:52:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8579510

kde-misc/kshutdown: 5.0 version bump

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

 kde-misc/kshutdown/Manifest             |  1 +
 kde-misc/kshutdown/kshutdown-5.0.ebuild | 51 +++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/kde-misc/kshutdown/Manifest b/kde-misc/kshutdown/Manifest
index 730ca60ec30..106d40bed40 100644
--- a/kde-misc/kshutdown/Manifest
+++ b/kde-misc/kshutdown/Manifest
@@ -1,2 +1,3 @@
 DIST kshutdown-source-4.2.zip 463140 BLAKE2B b398a004e91ebfa7651eed7bfffeccfc1cb332868ff3bbcea50ccd40088084ff1079d73ee2c922c8e882c0d39e1c6bc2741d0b416b5a2742eb5c6686b03f29a5 SHA512 00d4a5c1c8efdac0d86009bc0218a673435ca315f3b4fa949af414bf525ff65088f26edb0ed0d9fd2209ea81d58619efcffa5091d49bd2b841ddd4749b05a21f
 DIST kshutdown-source-4.99-beta.zip 455309 BLAKE2B 90a1eed9a8435c695f04bdf00facf48be63dc60e2f80169e91076fe6fac1c8d58502778fc7af7228786d594da1d9e00832251c80f6517abd6c0efc80383be9ba SHA512 4314fd91a262096a740d094244bee173777b87e05b10a14a2b0c54839bfb346fb1b585217c86bce851442dfcbc1557451540d3821a80b2fa89742b4713282793
+DIST kshutdown-source-5.0.zip 454848 BLAKE2B 481cafbf5bd3831088ec9168b6eb82e342106b9b570279b6b8ca1db1f2df8c5640b3942f76032559396b504903b18fe106eb940e81822472a63f235e1a004644 SHA512 7a3920315db142f150227e624fa4a765966ec8367a08686214cb072d94a62d24f3a22fbef8fc84411d385be935102cf85df1b001b2922399455cc320c1e0f0db

diff --git a/kde-misc/kshutdown/kshutdown-5.0.ebuild b/kde-misc/kshutdown/kshutdown-5.0.ebuild
new file mode 100644
index 00000000000..252085d32a6
--- /dev/null
+++ b/kde-misc/kshutdown/kshutdown-5.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+BDEPEND="
+	app-arch/unzip
+	sys-devel/gettext
+	kde? ( kde-frameworks/extra-cmake-modules:5 )
+"
+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/kcrash: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
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DKS_PURE_QT=$(usex !kde)
+	)
+
+	kde5_src_configure
+}


             reply	other threads:[~2019-05-18 20:52 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-18 20:52 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-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
2018-03-15 15:14 Andreas Sturmlechner
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=1558212737.d8579510adfed4756e555191de862a3ffafa74ec.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