mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
gui-apps/klassy: add 6.5, drop 6.4
Signed-off-by: Yusef Aslam <YUZi54780@outlook.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST klassy-6.4.tar.gz 61493384 BLAKE2B 8a4ea67f60c1eb1660d35744169150d3df50ec7351f0801560dc17a09f49c9fe68d7c9c1a839b8583747e6362b6a1fd0e8b90648758221250992e2a621af61ed SHA512 ff18a4b43e55dcc783022b66f4c2828c5735d55d8effc6be7bac22d013a3896f6329d4f36def4f01535c6ed65365e986c4393d24a2b7edfdb9227a22377c5b60
|
||||
DIST klassy-6.5.tar.gz 43996863 BLAKE2B 17cd83430b7e71205a4272488333bd03f0216a8fd41f47521e4e63b3d11afa67d2707cf242ae32de5d348a97fc8cac8dc1325b0a35cda5b406a45fd544b39708 SHA512 44cdf39d9331f961e9b42c5d31c2c4ad68e6a6ca8afccccd9e1772decd630311c5cf76598774171b5ecb53747032cddb37785153a7bd9501a7999a8b83cdcdfe
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Copyright 2025-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
KF5MIN=5.102.0
|
||||
KFMIN=6.10.0
|
||||
QTMIN=6.6.0
|
||||
KFMIN=6.18.0
|
||||
QTMIN=6.9.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"
|
||||
SRC_URI="https://github.com/paulmcauley/klassy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${P}"
|
||||
|
||||
LICENSE="GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-2.1+ MIT"
|
||||
SLOT="0"
|
||||
@@ -52,3 +52,11 @@ src_configure() {
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst () {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm () {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
Reference in New Issue
Block a user