Skip to content

Commit

Permalink
media-gfx/lximage-qt: sync keywords and update dependencies
Browse files Browse the repository at this point in the history
Also adjust LICENSES and use 'xdg' instead of 'xdg-utils'.

Signed-off-by: Jimi Huotari <[email protected]>
  • Loading branch information
Chiitoo committed Nov 6, 2024
1 parent 82be198 commit 97d8ff5
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions media-gfx/lximage-qt/lximage-qt-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=8

MY_PV="$(ver_cut 1-2)"

inherit cmake xdg-utils
inherit cmake xdg

DESCRIPTION="Qt Image Viewer"
HOMEPAGE="https://lxqt-project.org/"
Expand All @@ -15,15 +15,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+"
LICENSE="GPL-2+"
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
virtual/pkgconfig
"
DEPEND="
Expand All @@ -36,13 +36,3 @@ DEPEND="
x11-libs/libXfixes
"
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 97d8ff5

Please sign in to comment.