forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-misc/rsibreak: version bump 0.12.8
Package-Manager: Portage-2.3.19, Repoman-2.3.6
- Loading branch information
Michael Palimaka
committed
Feb 11, 2018
1 parent
be3ddcc
commit 2ddb42d
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST rsibreak-0.12.7.tar.xz 396000 BLAKE2B 0c8f217b34083db2cdf06c89c6890a80c4304f89a6709ad1168b4f9a0a24a0ab40d023b8a7d7f25e70a48f6cdb491bb69795f9ff165976d8ee3fe1d3c966d184 SHA512 77da791a705549da159dee18ff160e051a79184e909af7ac9efcdbc2bcad66f6fc4994af71e0ccdf0033596cccc93c8d4642ae578846dc2aa38223c1a462008f | ||
DIST rsibreak-0.12.8.tar.xz 401368 BLAKE2B 3c082d4e957f7d48b7bdaef1ddd95cd2f41f616ed157d0f97cbd91558168c583c669caaad04b35f6f1b7ca2c2832134a2d08d986b134d21e1e6472eb7954dc1b SHA512 6ab0c43232e56278525ce5ba07a6c7a5f7bc5da74a8461e3cdaed7ae832304ac9f3c1b3ff0adfdeaab6b8231bdcecae4e8fee9529df97b8ce2208f4cf74f0eb1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
KDE_HANDBOOK="forceoptional" | ||
inherit kde5 versionator | ||
|
||
DESCRIPTION="Small utility which bothers you at certain intervals" | ||
HOMEPAGE="https://userbase.kde.org/RSIBreak" | ||
if [[ ${KDE_BUILD_TYPE} = release ]]; then | ||
SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 1-2)/${P}.tar.xz" | ||
fi | ||
|
||
LICENSE="GPL-2+ handbook? ( FDL-1.2 )" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
COMMON_DEPEND=" | ||
$(add_frameworks_dep kconfig) | ||
$(add_frameworks_dep kconfigwidgets) | ||
$(add_frameworks_dep kcoreaddons) | ||
$(add_frameworks_dep kcrash) | ||
$(add_frameworks_dep kdbusaddons) | ||
$(add_frameworks_dep ki18n) | ||
$(add_frameworks_dep kiconthemes) | ||
$(add_frameworks_dep kidletime) | ||
$(add_frameworks_dep knotifications) | ||
$(add_frameworks_dep knotifyconfig) | ||
$(add_frameworks_dep ktextwidgets) | ||
$(add_frameworks_dep kwidgetsaddons) | ||
$(add_frameworks_dep kwindowsystem) | ||
$(add_frameworks_dep kxmlgui) | ||
$(add_qt_dep qtdbus) | ||
$(add_qt_dep qtgui) | ||
$(add_qt_dep qtwidgets) | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
sys-devel/gettext | ||
" | ||
# bug 587170 for frameworkintegration | ||
RDEPEND="${COMMON_DEPEND} | ||
$(add_frameworks_dep frameworkintegration) | ||
!kde-misc/rsibreak:4 | ||
" |