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: 22.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-21.12.3.tar.xz 28372 BLAKE2B 0db8e5fec9db009186b00b5b6d74661b0e9af7607eca94a3a20c697210fa0d3415e04f29a9a78254c3944b364a161e8c8795b0657f818a5f8ab703326b5dac8e SHA512 00c33c46cb9188ea3ff9615dc0f3bb5692196208a5157c3f0ae8934042d405204ee83353d136281b73a713fa438c2fcefbab2777ebe5c29bd50ea3f8dcdfda23 | ||
DIST markdownpart-22.04.1.tar.xz 29076 BLAKE2B 3be06964263491af70dd10a8b77d8eb87c72cd367f24cf69fc3859593d7d436d4c2eb193430f89f2106fce2d8cbb09b2578ce0345bd866b4f0f187c0c1bb9b80 SHA512 254a4aaab888ea9aa912e54682bf88df720ff429cd8a83cc519c5a56767e9edae003db7fb0e8de167bc93cc01c81ab9d8630c1507a25f55732ef414798afbd32 | ||
DIST markdownpart-22.04.2.tar.xz 29092 BLAKE2B 6a357d41282b7ab4e7165072fd7327f3ea3d9c321f98c57620777faff5cf6bb22d5754db91402efa498aa6839b97af3b98930fe7f89d03cb6ab6cb80530fe9d0 SHA512 5e70f6bf4cb0088a8c934f617614246c802b758ceee3cb040945b725414696e1572e4b306d6e3a1f30d8d264ad52901ce2775213683049de80311142b91a3fda |
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-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
KDE_GEAR="true" | ||
KDE_ORG_CATEGORY=utilities | ||
KFMIN=5.92.0 | ||
QTMIN=5.15.3 | ||
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}" |