From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kshutdown/
Date: Wed, 31 Aug 2016 19:07:07 +0000 (UTC) [thread overview]
Message-ID: <1472670417.ee70a4abc40c2ccc2f33e5aad1b2ab5327054785.kensington@gentoo> (raw)
commit: ee70a4abc40c2ccc2f33e5aad1b2ab5327054785
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 19:06:33 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 19:06:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee70a4ab
kde-misc/kshutdown: version bump
Package-Manager: portage-2.3.0
kde-misc/kshutdown/Manifest | 1 +
kde-misc/kshutdown/kshutdown-4.0.ebuild | 62 +++++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)
diff --git a/kde-misc/kshutdown/Manifest b/kde-misc/kshutdown/Manifest
index be1f2bd..ff05d36 100644
--- a/kde-misc/kshutdown/Manifest
+++ b/kde-misc/kshutdown/Manifest
@@ -1 +1,2 @@
DIST kshutdown-source-3.2.zip 435553 SHA256 8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f SHA512 2b4f946e6571a590532d9c9d604630c803df09ac673725de00aeb438fedf2e25cc579a13f988facd84ecffe1c80067e357322e2d135cce86a96001de567261bc WHIRLPOOL 95c6c28e8780bd531c087d6e21f8abb4dc89e035e19d6067edebc1890ca32b7d0393fef5c14da351de0a6f2011d46b679e2df6912c8125bb9b57cbe7e663850b
+DIST kshutdown-source-4.0.zip 459493 SHA256 75733e5b55b36add775a2788365ee6f5fe8b3d21598e2a17e68b2f8dd62199fc SHA512 720ca297760bf0442fca10f64e966b16db32a0bdb5a6b456408a7245fba071b9bdb465bee312878b5cf82df0aa1e27566b06fc6fe5026edc3a84d2d8295ea6ee WHIRLPOOL 8b92e57d13aecc4a6caa2c420b40164a0ee6700a3eeb981ec3beef4e51bc40d2a1318d59157cbb5ef98b7ee429c275c265326f16a0207f1698f65ad631351293
diff --git a/kde-misc/kshutdown/kshutdown-4.0.ebuild b/kde-misc/kshutdown/kshutdown-4.0.ebuild
new file mode 100644
index 00000000..426aa05
--- /dev/null
+++ b/kde-misc/kshutdown/kshutdown-4.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils
+
+MY_P=${PN}-source-${PV/_}
+
+DESCRIPTION="A shutdown manager for KDE"
+HOMEPAGE="http://kshutdown.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ 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
+ !kde-misc/kshutdown:4
+"
+DEPEND="${RDEPEND}
+ app-arch/unzip
+ kde-frameworks/extra-cmake-modules:5
+ sys-devel/gettext
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DKS_KF5=TRUE
+ )
+
+ cmake-utils_src_configure
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
next reply other threads:[~2016-08-31 19:07 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-31 19:07 Michael Palimaka [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
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-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=1472670417.ee70a4abc40c2ccc2f33e5aad1b2ab5327054785.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