mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
gui-apps/klassy: add 6.4
Signed-off-by: Yusef Aslam <YUZi54780@outlook.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DIST klassy-6.4.tar.gz 61493384 BLAKE2B 8a4ea67f60c1eb1660d35744169150d3df50ec7351f0801560dc17a09f49c9fe68d7c9c1a839b8583747e6362b6a1fd0e8b90648758221250992e2a621af61ed SHA512 ff18a4b43e55dcc783022b66f4c2828c5735d55d8effc6be7bac22d013a3896f6329d4f36def4f01535c6ed65365e986c4393d24a2b7edfdb9227a22377c5b60
|
||||
|
||||
60
gui-apps/klassy/klassy-6.4.ebuild
Normal file
60
gui-apps/klassy/klassy-6.4.ebuild
Normal file
@@ -0,0 +1,60 @@
|
||||
# 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.4.0.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${P}.breeze6.4.0"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user