commit:     5b115cab01767a0c714b06c970407792b0e7fff8
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  6 13:40:58 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Nov  6 13:41:00 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=5b115cab

x11-themes/lxqt-themes: sync keywords and update dependencies

Also use 'xdg' instead of 'xdg-utils'.

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-themes/lxqt-themes/lxqt-themes-9999.ebuild | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild 
b/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
index 763c7073..2441dea3 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake xdg-utils
+inherit cmake xdg
 
 DESCRIPTION="LXQt Themes"
 HOMEPAGE="https://lxqt-project.org/";
@@ -13,18 +13,10 @@ if [[ ${PV} == 9999 ]]; then
        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"
+       KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}
+BDEPEND=">=dev-util/lxqt-build-tools-2.1.0"

Reply via email to