Skip to content

Commit

Permalink
kde-misc/rsibreak: version bump 0.12.5
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
Michael Palimaka committed Dec 18, 2016
1 parent ab586eb commit ffe452a
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-misc/rsibreak/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST rsibreak-0.12.4.tar.xz 391076 SHA256 53f0dcb26304d9817ec60997557972b444b56568ed516a28e47df04c8002727d SHA512 329b89b7a49a39b3354881a8f08bde0403e5056d77068ded9c6c34c5b372defc3c5cc8bcb71a5ba972fe91f5d3c627de9ee609182532c1e98ac7115d87b32702 WHIRLPOOL 29fad452ada4a91c1842f1caef910aa896fd8594752cd3717d2af4042c524ecc789712f24be6344c3021eae3c825091f52e9b539f8aba3e7b53724a82f81db8e
DIST rsibreak-0.12.5.tar.xz 395324 SHA256 4eb134594cbc18f687f534466edce09601a9a4edf370d04d24630008a188b7d1 SHA512 c9dbe2f548052386d2abf6aa36ee2c64a83cc2eaecab712313d67a9c0b743a0460fc070d86bb4ebe54e5494c41869d46a4aed61a78c3e19160c39342228b4161 WHIRLPOOL 82733db9885154d0eb03c9cdadad8af7541bedcd218935214eaeae5d43e055e9452af49575653e75b0bdea4d871d8f8c76d25b55834e14002ab26754a474809e
46 changes: 46 additions & 0 deletions kde-misc/rsibreak/rsibreak-0.12.5.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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
"

0 comments on commit ffe452a

Please sign in to comment.