commit: 49f0235a59516a1fc6c4e546ac1122ea395af887 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Wed Nov 6 13:28:08 2024 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Wed Nov 6 13:28:13 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=49f0235a
lxqt-base/lxqt-config: sync keywords and update dependencies Also use 'xdg' instead of 'xdg-utils'. Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> lxqt-base/lxqt-config/lxqt-config-9999.ebuild | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild index b5163665..1de13978 100644 --- a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 MY_PV="$(ver_cut 1-2)" -inherit cmake xdg-utils +inherit cmake xdg DESCRIPTION="LXQt system configuration control center" HOMEPAGE="https://lxqt-project.org/" @@ -15,7 +15,7 @@ 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="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" @@ -24,10 +24,10 @@ IUSE="+monitor +touchpad" BDEPEND=" >=dev-qt/qttools-6.6:6[linguist] - >=dev-util/lxqt-build-tools-2.0.0 + >=dev-util/lxqt-build-tools-2.1.0 " DEPEND=" - >=dev-libs/libqtxdg-4.0.0 + >=dev-libs/libqtxdg-4.1.0 >=dev-qt/qtbase-6.6:6[gui,widgets,xml] >=dev-qt/qtsvg-6.6:6 =lxqt-base/liblxqt-${MY_PV}*:= @@ -60,11 +60,3 @@ src_install() { cmake_src_install doman man/*.1 liblxqt-config-cursor/man/*.1 lxqt-config-appearance/man/*.1 } - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}
