Skip to content

Commit

Permalink
x11-misc/screengrab: 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 9f69318 commit 7eedafb
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions x11-misc/screengrab/screengrab-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 GUI Screenshot Utility"
HOMEPAGE="https://lxqt.github.io/"
Expand All @@ -13,28 +13,18 @@ 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 ~loong ~ppc64 ~riscv ~x86"
fi

LICENSE="GPL-2 GPL-2+ LGPL-2.1+"
SLOT="0"

BDEPEND=">=dev-qt/qttools-6.6:6[linguist]"
DEPEND="
>=dev-libs/libqtxdg-4.0.0
>=dev-libs/libqtxdg-4.1.0
>=dev-qt/qtbase-6.6:6[dbus,gui,network,widgets]
kde-frameworks/kwindowsystem:6[X]
x11-libs/libX11
x11-libs/libxcb:=
"
RDEPEND="${DEPEND}"

pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
}

pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
}

0 comments on commit 7eedafb

Please sign in to comment.