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/markdownpart: 21.04.2 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
31 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 markdownpart-20.12.3.tar.xz 26720 BLAKE2B f382c532c3fa88ea4a9c6f318ca1e8df1cd546a46b7f59a8b757000279cb908ba5694397be5a761ee1ee6e9db52c6e216e725d7f90dce61ffceda325abd95bdf SHA512 48f1ab4faf2ff006c98a5aefc6958fc6701abe43b95af5550ba378ea24390b3fa5a4d9b3f3a5ddc319bff1d170f8e073ee505acc8a9797df7b485d87b0efea49 | ||
DIST markdownpart-21.04.1.tar.xz 27268 BLAKE2B 951be0a8ced9085cdbc340af66cb481b2bbda967c239016d59c30306798df46ad48596ffa16cd5e5939cca2eecc99416cd72dac11af792504463f806638fb859 SHA512 58e284ebea4127ee9c1905326c880a561a403dc49a6c7a6a94e506d93fcda0717757d8f4b4480ffa776aa408ecb29b914e92aa70ec43046ff1caa2cb111bebf2 | ||
DIST markdownpart-21.04.2.tar.xz 27708 BLAKE2B 9e0d9801d90f22304bf5c6ee1f379df2b3d49e1839a781c0236bb92046b5abeecc71a46a932977f1800869d2aaccac688db89328b7ea58e7bf7609f581911d85 SHA512 2c01db03f9d475440e894827b2ae4148c90b7e9d8b57bf6eaf07ab161175de5daf7895e7909d393839fcd2ed6cd23b987d19bea9a062feea920e807d251ebcc7 |
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,30 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
KDE_GEAR="true" | ||
KDE_ORG_CATEGORY=utilities | ||
KFMIN=5.80.0 | ||
QTMIN=5.15.2 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Markdown viewer KParts plugin based on QTextDocument" | ||
HOMEPAGE="https://apps.kde.org/markdownpart/" | ||
|
||
LICENSE="LGPL-2.1+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kparts-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" |