x11-themes/lxqt-themes: drop 1.1.0

Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
Jimi Huotari
2023-03-26 18:24:15 +03:00
parent d63dddb7f1
commit a299ab85fb
2 changed files with 0 additions and 31 deletions

View File

@@ -1,2 +1 @@
DIST lxqt-themes-1.1.0.tar.xz 26658660 BLAKE2B 81541a158949a5ff75dce75e53a5d8d905384c613261528b5787692a8ac7a7babd8bc79bba1f3c413910c0f89a0057a0d97ba2afdd25729b51b298577c3366a1 SHA512 8b83ba7534a9d133b332e7cf68cd4a5a658053d0dc4963f6074514bb97072855485d897f83e7de3b2321a8887b2ad2eda9bb902868d185ebde458134a3299bc5
DIST lxqt-themes-1.2.0.tar.xz 26646616 BLAKE2B fdb5e0879af6a2e68fb95e58599f0d9eadc3e935e20ed46a4c9da66859b28219896222d7102bddc2c7f600aff3dd72e37971b4143b286e87875296b499c35e31 SHA512 d43ff614a2b91436539b7cd7891d6ad5e968b49dfc44a7c1d9196f47827365b9a8377dd6d7d76c0e43ea09cee0b99e274b2663eaac0c4742559e70f9cbe6ebba

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg-utils
DESCRIPTION="LXQt Themes"
HOMEPAGE="https://lxqt-project.org/"
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 ~arm arm64 ~loong ~ppc64 ~riscv x86"
fi
LICENSE="LGPL-2.1+"
SLOT="0"
BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}