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/libkomparediff2: 21.04.2 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
30 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 libkomparediff2-20.12.3.tar.xz 159344 BLAKE2B 47c64009b1e401cb762e249468934a49be28663041bd6d37fab1db11224aeeb82e09581b53d819677808bfc7957c783c120b59998041c61397e3346b283f5d85 SHA512 5b790d2c0ce5a73f3b87711df7ee501122e5672f4985487436968791e6bcc8a771093e755c7cb58fb4e589e50422be9b404438ab706c60e5bd88edddfa289618 | ||
DIST libkomparediff2-21.04.1.tar.xz 159348 BLAKE2B 17eee48290dbc4e278d7fdca68a7beb6b9b5b6a09b67729e316879a8794d42498aa4f816b203b3e747694c22665b60debc2c88802beac03e9a8d63c2343c3fec SHA512 9eeaeaa76c1d78494ca700cac900b6df43725ff47924eb7ea1e3a41d870b867b23e32edd83d024797e171c49df10db74ad532ab71ee3bd0c5e1134ca95ac2a4b | ||
DIST libkomparediff2-21.04.2.tar.xz 172136 BLAKE2B fcc99e9cfe8022d5577afe01c32739c0a608c7eea62c94683269776d6fbd78c5d4d662773a9b827532c6b3e22444602f7e3d81e569eb4f4cc95523a9f69fbb9e SHA512 f50a86af2824cd267b3b1dbc31bed3465acfa8c19cab34af60596bbc11c5f702243e6a0c251ed809fea0b4ad0680bb0e7a7b86642370398cbc7487d5f59a52f9 |
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,29 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
ECM_TEST="true" | ||
KFMIN=5.80.0 | ||
QTMIN=5.15.2 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="KDE library to compare files and strings" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/kcodecs-${KFMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" |