Skip to content

Commit

Permalink
x11-terms/qterminal: 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 7eedafb commit 57b8010
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions x11-terms/qterminal/qterminal-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="Qt-based multitab terminal emulator"
HOMEPAGE="https://lxqt-project.org/"
Expand All @@ -13,15 +13,15 @@ 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+"
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
Expand All @@ -36,11 +36,3 @@ src_configure() {

cmake_src_configure
}

pkg_postinst() {
xdg_icon_cache_update
}

pkg_postrm() {
xdg_icon_cache_update
}

0 comments on commit 57b8010

Please sign in to comment.