gui-apps/klassy: drop 6.3

Signed-off-by: Yusef Aslam <YUZi54780@outlook.com>
This commit is contained in:
Yusef Aslam
2025-06-18 18:39:20 +01:00
parent 797e011ae1
commit 4661340f54
2 changed files with 0 additions and 61 deletions

View File

@@ -1 +0,0 @@
DIST klassy-6.3.tar.gz 57897620 BLAKE2B 7334c03459548427bf92a86976896c559b179151c8dbbf5c0046b64a2e505d747b82ef8d8b9a5ea524a6bb7427357104ec4a3b2f1f94f95445ceae0a79fe8537 SHA512 9e6815032080d633215dbfdc96ba29578d725739088f84e897fb4db29462b490739daa09fd79fd1e267c98a136092fbbd249e70ed76a29e913a83ac6f4a8f990

View File

@@ -1,60 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KF5MIN=5.102.0
KFMIN=6.10.0
QT5MIN=5.15.2
QTMIN=6.6.0
inherit cmake
DESCRIPTION="Klassy QT6 window decoration theme for KDE Plasma 6.3+"
HOMEPAGE="https://github.com/paulmcauley/klassy"
SRC_URI="https://github.com/paulmcauley/klassy/archive/refs/tags/${PV}.breeze6.3.5.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P}.breeze6.3.5"
LICENSE="GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-2.1+ MIT"
SLOT="0"
KEYWORDS="~amd64"
# Testing is unsupported in upstream.
RESTRICT="test"
DEPEND=">=kde-frameworks/frameworkintegration-${KFMIN}:6
>=kde-frameworks/frameworkintegration-${KF5MIN}:5
>=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcmutils-${KF5MIN}:5
kde-frameworks/kcolorscheme
kde-frameworks/kconfig
kde-frameworks/kcoreaddons
kde-plasma/kdecoration
kde-frameworks/kguiaddons
kde-frameworks/ki18n
kde-frameworks/kiconthemes
kde-frameworks/kirigami
kde-frameworks/kwidgetsaddons
kde-frameworks/kwindowsystem
>=kde-frameworks/kwindowsystem-${KF5MIN}:5
>=dev-qt/qtbase-${QTMIN}:6
>=dev-qt/qtdeclarative-${QTMIN}:6
>=dev-qt/qtsvg-${QTMIN}:6
x11-misc/xdg-utils
kde-frameworks/extra-cmake-modules
>=kde-frameworks/kconfigwidgets-${KF5MIN}:5
>=kde-frameworks/kiconthemes-${KF5MIN}:5"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
local mycmakeargs=(
"-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
"-DBUILD_TESTING=OFF"
)
cmake_src_configure
}
src_compile() {
cmake_src_compile
}