mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
gui-apps/klassy: drop 6.2
KDE Plasma 6.2 was dropped from the official Gentoo repository 4 days ago (https://gitweb.gentoo.org/repo/gentoo.git/commit/kde-plasma/plasma-meta?id=e3f752bddcf2c7339c8d1238ec2f5dba32392e3c), so there is no need to have an version of this package for it. Signed-off-by: Yusef Aslam <YUZi54780@outlook.com>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST klassy-6.2.tar.gz 56800241 BLAKE2B 8575f83588504375cdac1d628376ad22315102472361afb19d9cef1183c5a3609f02dbea858899ce283fa95b862c2c518bd93c6cd7ae07586516741227df94c8 SHA512 cfdcc18db37c975b820e7dc97d54213945b0386aca9e6f520fc217e6e5c84e3e07b5ff7bf57c8a340d9d0fd08b8453ea919294881a9ee509c337fd27e7185306
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,57 +0,0 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Klassy QT6 window decoration theme for KDE Plasma 6.1+"
|
||||
HOMEPAGE="https://github.com/paulmcauley/klassy"
|
||||
SRC_URI="https://github.com/paulmcauley/klassy/archive/refs/tags/${PV}.breeze6.2.1.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${P}.breeze6.2.1"
|
||||
|
||||
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-6.13.0
|
||||
=kde-frameworks/frameworkintegration-5.116.0
|
||||
=kde-frameworks/kcmutils-6.13.0
|
||||
=kde-frameworks/kcmutils-5.116.0
|
||||
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-5.116.0
|
||||
=dev-qt/qtbase-6.8.3-r1
|
||||
=dev-qt/qtdeclarative-6.8.3
|
||||
=dev-qt/qtsvg-6.8.3
|
||||
x11-misc/xdg-utils
|
||||
kde-frameworks/extra-cmake-modules
|
||||
=kde-frameworks/kconfigwidgets-5.116.0
|
||||
=kde-frameworks/kiconthemes-5.116.0"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
PATCHES=("${FILESDIR}/${P}-port-to-kdecoration3.patch")
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
"-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
|
||||
"-DBUILD_TESTING=OFF"
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cmake_src_compile
|
||||
}
|
||||
Reference in New Issue
Block a user