mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
kde-plasma/klassy: new package, add 6.2
Signed-off-by: Yusef Aslam <YUZi54780@outlook.com>
This commit is contained in:
1
kde-plasma/klassy/Manifest
Normal file
1
kde-plasma/klassy/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST klassy-6.2.tar.gz 56800241 BLAKE2B 8575f83588504375cdac1d628376ad22315102472361afb19d9cef1183c5a3609f02dbea858899ce283fa95b862c2c518bd93c6cd7ae07586516741227df94c8 SHA512 cfdcc18db37c975b820e7dc97d54213945b0386aca9e6f520fc217e6e5c84e3e07b5ff7bf57c8a340d9d0fd08b8453ea919294881a9ee509c337fd27e7185306
|
||||
1329
kde-plasma/klassy/files/klassy-6.2-port-to-kdecoration3.patch
Normal file
1329
kde-plasma/klassy/files/klassy-6.2-port-to-kdecoration3.patch
Normal file
File diff suppressed because it is too large
Load Diff
59
kde-plasma/klassy/klassy-6.2.ebuild
Normal file
59
kde-plasma/klassy/klassy-6.2.ebuild
Normal file
@@ -0,0 +1,59 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
CMAKE_MAKEFILE_GENERATOR="emake"
|
||||
CMAKE_BUILD_TYPE=Release
|
||||
|
||||
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/6.2.breeze6.2.1.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-2.1+ MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="=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"
|
||||
|
||||
PATCHES=("${FILESDIR}/${P}-port-to-kdecoration3.patch")
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
"-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
|
||||
"-DBUILD_TESTING=OFF"
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
S="${WORKDIR}/${P}.breeze6.2.1"
|
||||
|
||||
src_compile() {
|
||||
cmake_src_compile
|
||||
}
|
||||
21
kde-plasma/klassy/metadata.xml
Normal file
21
kde-plasma/klassy/metadata.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription lang="en">
|
||||
Klassy is a highly customizable Window Decoration, Application Style and
|
||||
Global Theme plugin for recent versions of the KDE Plasma desktop. The
|
||||
Klassy defaults are an attempt to create a usable and appealing look for
|
||||
the modern Plasma desktop.
|
||||
</longdescription>
|
||||
<maintainer type="person">
|
||||
<email>yaslam0x1@gmail.com</email>
|
||||
<name>Yusef Aslam</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<maintainer status="active">
|
||||
<name>Paul A McAuley</name>
|
||||
</maintainer>
|
||||
<bugs-to>https://github.com/paulmcauley/klassy/issues</bugs-to>
|
||||
<remote-id type="github">paulmcauley/klassy</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user