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-apps/kbackup: 22.04.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
37 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,2 +1,3 @@ | ||
DIST kbackup-21.08.3.tar.xz 388912 BLAKE2B e6899b5a4adf3ad3c08a4f2acbbd9268a969b96a41b306f664dd39b80b254f236474971686ba695b54be4704e68132ba79262502f3e219a6323a713111bba5d2 SHA512 9e22a8d99c67eb0de712abcff5c2eea5abfccc4aee855ce6eaab48fb0d905b5d02a3a605abce1cae24127f2585906e25f9eaf4a53074f48273ddebbb59f8391b | ||
DIST kbackup-21.12.3.tar.xz 389116 BLAKE2B 4d90192d3681565576e1e3e0bf53cb0b1a58dae8b42c1df7b302ad7ded2068f59a8a8c5d8c68a420fcb2e13f8c304665b6019cfa3d39c6cfa19206ee8d77198d SHA512 2199f80a5d5710f7b555e8a0cb62de0443e3bfa9b41822f2907ff44b76dc352bdf39fc0a80cfbd537f4781131fd658ecce8595d7768173ee692f3823e9f0fc9c | ||
DIST kbackup-22.04.0.tar.xz 389684 BLAKE2B 93ae1fd456c8efcf4d7cba7336d8402dbd7c470b6784ac809af2e7fe00cb1fc03a3da37b1a3aafab10ef928aa9dcfa1e12a3b3181041f98036ef6f5d0348e3b3 SHA512 bdd3c0a680666de93f83f4dc0173203bb07dcdc4c5040b231ec347e8cb5e1cb1966f086c0559e52852f97f3d3f946a504b48816f5e60d9760a4bff8b4052014c |
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,36 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
KFMIN=5.92.0 | ||
QTMIN=5.15.2 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Program that lets you back up any directories or files" | ||
HOMEPAGE="https://apps.kde.org/kbackup/" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/karchive-${KFMIN}:5 | ||
>=kde-frameworks/kcompletion-${KFMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kguiaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kiconthemes-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/knotifications-${KFMIN}:5 | ||
>=kde-frameworks/kservice-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" |