Skip to content

Commit

Permalink
x11-themes/lxqt-themes: sync keywords and update dependencies
Browse files Browse the repository at this point in the history
Also use 'xdg' instead of 'xdg-utils'.

Signed-off-by: Jimi Huotari <[email protected]>
  • Loading branch information
Chiitoo committed Nov 6, 2024
1 parent 57b8010 commit 5b115ca
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

inherit cmake xdg-utils
inherit cmake xdg

DESCRIPTION="LXQt Themes"
HOMEPAGE="https://lxqt-project.org/"
Expand All @@ -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"

0 comments on commit 5b115ca

Please sign in to comment.