dev-libs/kirigami-app-components: drop 1.0.1-r1

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-07-28 22:02:55 +02:00
parent 5b31a5446e
commit e2a737403a
2 changed files with 0 additions and 34 deletions

View File

@@ -1,2 +1 @@
DIST kirigami-app-components-1.0.1.tar.xz 49188 BLAKE2B 94b2c641b199685bbd4277a3a57750f7ae466e01c640ef371379d308c3ffecdbf495267e5dca1d859f7678d0e6ccd93336a2ba31c8518fc3fb246a6b5cc08b85 SHA512 06b26df3537c8df7d30eea41521e825c01dd48b8c53ae55bca53363b496bccee2fa278110030ac4cf45b346385a6e3b1895f02c2a9d401ff599c60fd94b9ebb7
DIST kirigami-app-components-1.0.2.tar.xz 49192 BLAKE2B 3c7607312f749ddc71a14df57fca67248019601bd35f583bd393130000961899afec04c216e1c9ed95e04ec6a446672c8d962e35a56299c81ab619d90b58e18d SHA512 fb34191b213ceb25c5ef2924010a4fd4bacffffa6b3fd4b8ebadaed0d7397ab813d349daf1f819f5f5a129f549902ad970cf60d1d837e95ad67d7857d0f454f4

View File

@@ -1,33 +0,0 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="true"
KFMIN=6.27.0
QTMIN=6.10.1
inherit ecm kde.org
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
fi
DESCRIPTION="Kirigami addons and modules necessary to do a full featured KDE application"
HOMEPAGE="https://invent.kde.org/libraries/kirigami-app-components"
LICENSE="BSD CC0-1.0 FSFAP LGPL-2+ LGPL-2.1+"
SLOT="6"
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=dev-qt/qtdeclarative-${QTMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kguiaddons-${KFMIN}:6
>=kde-frameworks/kirigami-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
"
RDEPEND="${DEPEND}
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kitemmodels-${KFMIN}:6
"