x11-themes/lxqt-themes: add 2.4.0

Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
Jimi Huotari
2026-04-21 02:14:40 +03:00
parent 98edca0628
commit 5d9b49cb58
2 changed files with 26 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
DIST lxqt-themes-2.3.0.tar.xz 27234452 BLAKE2B 47080d1e37baa8a9b55554352785f3ef086303666fa888591d18f4719767e406d63dfc494604648bede0c2c6e396656ac670069d2453c06a44163024902d9b18 SHA512 9959d1c4c4c92247e2b0622842b9d89db62b3d007d3988b85ed7ea97ea1baaa590d7b31cb298b5ea78889542b255d834e3de88b8af8b03259df4971164d99e5e
DIST lxqt-themes-2.4.0.tar.xz 27241588 BLAKE2B f5f94cf338b3068253874d5e07dd4c7c1a3380510dfbaa2cc11029b338b3074dcdaf101273bf2fcc297dc23671a8bd5300fcd10f04262ddd4b3b70471e7a9f3e SHA512 7ad46258d4cc15c91a30a9a79df3494dd5ae09894251b15f53c8f40bacfeff889a8b6464cd2cc43603340a8198e8381670d806655ab53fe8f88a0d2902eb203f
@@ -0,0 +1,25 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="LXQt Themes"
HOMEPAGE="
https://lxqt-project.org/
https://github.com/lxqt/lxqt-themes/
"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="LGPL-2.1+"
SLOT="0"
BDEPEND=">=dev-util/lxqt-build-tools-2.4.0"