mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
gui-apps/klassy: add 6.3
Signed-off-by: Yusef Aslam <YUZi54780@outlook.com>
This commit is contained in:
54
gui-apps/klassy/klassy-6.3.ebuild
Normal file
54
gui-apps/klassy/klassy-6.3.ebuild
Normal file
@@ -0,0 +1,54 @@
|
||||
# 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.3+"
|
||||
HOMEPAGE="https://github.com/paulmcauley/klassy"
|
||||
SRC_URI="https://github.com/paulmcauley/klassy/archive/refs/tags/6.3.breeze6.3.5.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
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=""
|
||||
|
||||
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