commit:     9f69318d43a723828769b1fb9378400d0cd4301b
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  6 13:39:39 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Nov  6 13:39:42 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=9f69318d

x11-misc/qps: sync keywords and update dependencies

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

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

 x11-misc/qps/qps-9999.ebuild | 18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

diff --git a/x11-misc/qps/qps-9999.ebuild b/x11-misc/qps/qps-9999.ebuild
index 43aa91df..9843e436 100644
--- a/x11-misc/qps/qps-9999.ebuild
+++ b/x11-misc/qps/qps-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake xdg-utils
+inherit cmake xdg
 
 DESCRIPTION="Qt GUI Process Manager"
 HOMEPAGE="https://lxqt-project.org/";
@@ -13,7 +13,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+ LGPL-2.1+ QPL-1.0"
@@ -21,20 +21,10 @@ SLOT="0"
 
 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-qt/qtbase-6.6:6[gui,widgets]
-       >=lxqt-base/liblxqt-2.0:=
+       >=lxqt-base/liblxqt-2.1:=
 "
 RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-}

Reply via email to