aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2024-11-06 15:40:31 +0200
committerJimi Huotari <chiitoo@gentoo.org>2024-11-06 15:40:33 +0200
commit57b80105d6044a585e258a388f9f64034b49dda7 (patch)
treecd1217a392290542d2e40bed31e0a51c6e014b49
parentx11-misc/screengrab: sync keywords and update dependencies (diff)
downloadqt-57b80105d6044a585e258a388f9f64034b49dda7.tar.gz
qt-57b80105d6044a585e258a388f9f64034b49dda7.tar.bz2
qt-57b80105d6044a585e258a388f9f64034b49dda7.zip
x11-terms/qterminal: sync keywords and update dependencies
Also use 'xdg' instead of 'xdg-utils'. Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r--x11-terms/qterminal/qterminal-9999.ebuild14
1 files changed, 3 insertions, 11 deletions
diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 14dfb833..eae67da0 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake xdg-utils
+inherit cmake xdg
DESCRIPTION="Qt-based multitab terminal emulator"
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+"
@@ -21,7 +21,7 @@ SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+BDEPEND=">=dev-util/lxqt-build-tools-2.1.0"
DEPEND="
>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,X]
x11-libs/libX11
@@ -36,11 +36,3 @@ src_configure() {
cmake_src_configure
}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}