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/rsibreak/
Date: Sat,  4 Apr 2020 22:12:53 +0000 (UTC)	[thread overview]
Message-ID: <1586038359.b9d713c474433e29952f1387d41680198058e1ae.asturm@gentoo> (raw)

commit:     b9d713c474433e29952f1387d41680198058e1ae
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  4 22:06:35 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  4 22:12:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d713c4

kde-misc/rsibreak: 0.12.13 version bump

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

 kde-misc/rsibreak/Manifest                |  1 +
 kde-misc/rsibreak/rsibreak-0.12.13.ebuild | 48 +++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/kde-misc/rsibreak/Manifest b/kde-misc/rsibreak/Manifest
index c3eb89aea7f..9146f93a72d 100644
--- a/kde-misc/rsibreak/Manifest
+++ b/kde-misc/rsibreak/Manifest
@@ -1,2 +1,3 @@
 DIST rsibreak-0.12.11.tar.xz 547764 BLAKE2B c0f78acdd457518fa40269865d24b1eeadafe8936328341f96ebf5703576a9fbfd14de7de563057cca0b9ed62161baa1c9e28170f4bb2480112c7e7cc3d623f6 SHA512 78498b747eeef842e40170236ace9d1ddd8b1f4bcc378134f2935cd2cf1c6933d44fa232f2f9b0724ee6b2638a34e4f71ebee2eac7664946093ed4df8eeb12ec
 DIST rsibreak-0.12.12.tar.xz 548664 BLAKE2B e50ee42af7d47a02b87881131f4df9bf6a4a9859fde9d94a6442616baabf096e38fa5f2395ac734a2333bfeac10ff1aad5ec2f508559a7c445fd1cf22116929c SHA512 fe7d5ab723738489b9e8fe9a29a17f6c4e17078a8042d7a3b8ba232250f2795d4d314564255dd58673e014e69550cd3b1b47ac30f6bc9b7ddbfdc70ec78293d4
+DIST rsibreak-0.12.13.tar.xz 550544 BLAKE2B fc3380e7ae9036c072f93cc46ef0f074f0a1b2777019a25615ae9cf183979985781b7254e8041d1f5a31a0ed404ed34a399d1fb0b675540860d49145fcbbddcd SHA512 dc1411221828afab1c8f3ee89238be44d9fd3784cb5cce4f5a50ce063e14d1683257bffa1b24509d7009e74d0be16f1c788754690b503490fb8be1bedc9657fd

diff --git a/kde-misc/rsibreak/rsibreak-0.12.13.ebuild b/kde-misc/rsibreak/rsibreak-0.12.13.ebuild
new file mode 100644
index 00000000000..ff173b0d7e1
--- /dev/null
+++ b/kde-misc/rsibreak/rsibreak-0.12.13.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Small utility which bothers you at certain intervals"
+HOMEPAGE="https://kde.org/applications/utilities/org.kde.rsibreak
+https://userbase.kde.org/RSIBreak"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
+SLOT="5"
+IUSE=""
+
+BDEPEND="sys-devel/gettext"
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kcrash-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kidletime-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/knotifyconfig-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+# bug 587170 for frameworkintegration
+RDEPEND="${DEPEND}
+	>=kde-frameworks/frameworkintegration-${KFMIN}:5
+"


             reply	other threads:[~2020-04-04 22:12 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-04 22:12 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-08  7:31 [gentoo-commits] repo/gentoo:master commit in: kde-misc/rsibreak/ Andreas Sturmlechner
2022-07-07 19:44 Sam James
2022-07-07 19:44 Sam James
2022-06-08  9:32 Andreas Sturmlechner
2021-08-02 12:30 Andreas Sturmlechner
2021-08-02 12:17 Sam James
2021-06-30  6:42 Andreas Sturmlechner
2020-05-08 11:02 Andreas Sturmlechner
2020-05-08 10:46 Agostino Sarubbo
2020-05-07 15:58 Agostino Sarubbo
2020-04-09 21:37 Andreas Sturmlechner
2020-03-29 14:59 Andreas Sturmlechner
2020-02-18 20:06 Andreas Sturmlechner
2019-11-26  0:58 Thomas Deutschmann
2019-11-18 11:50 Agostino Sarubbo
2019-11-13 21:34 Andreas Sturmlechner
2019-09-21 11:45 Andreas Sturmlechner
2019-08-14 13:00 Andreas Sturmlechner
2019-08-14 13:00 Andreas Sturmlechner
2019-08-11 21:30 Thomas Deutschmann
2019-06-22 13:07 Andreas Sturmlechner
2019-06-22 12:50 Andreas Sturmlechner
2019-02-22 13:06 Andreas Sturmlechner
2019-02-22 11:01 Mikle Kolyada
2019-02-17 22:35 Thomas Deutschmann
2019-02-16  9:41 Andreas Sturmlechner
2018-11-17  7:59 Michael Palimaka
2018-06-23 17:04 Andreas Sturmlechner
2018-06-23 13:55 Mikle Kolyada
2018-06-17 23:29 Thomas Deutschmann
2018-06-17 21:39 Andreas Sturmlechner
2018-06-17 21:39 Andreas Sturmlechner
2018-02-11 11:48 Michael Palimaka
2017-09-26 13:40 Michael Palimaka
2017-09-26 13:40 Michael Palimaka
2017-05-28 14:40 Michael Palimaka
2017-04-27 12:17 Michael Palimaka
2017-04-23 10:27 Agostino Sarubbo
2017-02-25 12:55 Michael Palimaka
2016-12-18 14:20 Michael Palimaka
2016-11-27  8:18 Michael Palimaka
2016-11-27  8:18 Michael Palimaka
2016-10-08 16:45 Michael Palimaka
2016-07-20 20:32 Michael Palimaka
2016-07-20 20:32 Michael Palimaka
2016-07-20 20:32 Michael Palimaka
2016-05-30  8:17 Johannes Huber
2016-05-29 18:16 Michael Palimaka
2016-05-15 11:46 Johannes Huber
2016-05-14 20:11 Agostino Sarubbo
2016-04-27 11:24 Michael Palimaka
2016-04-27 11:24 Michael Palimaka
2016-04-11 18:42 Johannes Huber
2016-04-11 18:42 Johannes Huber
2016-01-26 13:33 Michael Palimaka
2015-12-14 13:49 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=1586038359.b9d713c474433e29952f1387d41680198058e1ae.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