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/kompare: 23.04.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
41 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 kompare-22.12.3.tar.xz 979576 BLAKE2B f162408c4dc2126094d29bc502346479492a3cb5e6349dc83df1e56fec4ff9bdd2c209beedfbfb61e2a937d5b30529a137af1057200752a94ac3b68629f21fc1 SHA512 60911ee9477c07c596093df494a370447b0e34ba70f1263dadd81792cfcad28d598f1ae54d5842eebd5a93befb7eaf3b6c3f2652bbd6f0c3b8ef21d295614066 | ||
DIST kompare-23.04.0.tar.xz 982696 BLAKE2B f4da6a0b6ac9e52b0e5a3524247cf9e5e94c4991250816378d054ae82b16da62e5df5fc7dc5b7ca5fd4a08f8adcb15f58c19ff9b526dcb5b5bf99461bd966b67 SHA512 abd3483af22b7b53c19737ff501a9421400aaad2e1b9d7063c35dfcaf5f9905434c70f07ac562b960a05d1185f7a2aaf6a6dbd68cf9b06bebc6a653a0b651854 |
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,40 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.104.0 | ||
QTMIN=5.15.5 | ||
inherit ecm gear.kde.org | ||
|
||
DESCRIPTION="A program to view the differences between files" | ||
HOMEPAGE="https://apps.kde.org/kompare/" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtprintsupport-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-apps/libkomparediff2-${PVCUT}:5 | ||
>=kde-frameworks/kcompletion-${KFMIN}: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/kiconthemes-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kjobwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kparts-${KFMIN}:5 | ||
>=kde-frameworks/kservice-${KFMIN}:5 | ||
>=kde-frameworks/ktexteditor-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" |