aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2024-11-06 15:36:59 +0200
committerJimi Huotari <chiitoo@gentoo.org>2024-11-06 15:37:33 +0200
commit97d8ff5dd608561acd5cad91bd79b71cfd96533e (patch)
tree5811e00bbbad5d39461f48157bf08699899519d6
parentlxqt-base/lxqt-sudo: sync keywords and update dependencies (diff)
downloadqt-97d8ff5dd608561acd5cad91bd79b71cfd96533e.tar.gz
qt-97d8ff5dd608561acd5cad91bd79b71cfd96533e.tar.bz2
qt-97d8ff5dd608561acd5cad91bd79b71cfd96533e.zip
media-gfx/lximage-qt: sync keywords and update dependencies
Also adjust LICENSES and use 'xdg' instead of 'xdg-utils'. Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r--media-gfx/lximage-qt/lximage-qt-9999.ebuild18
1 files changed, 4 insertions, 14 deletions
diff --git a/media-gfx/lximage-qt/lximage-qt-9999.ebuild b/media-gfx/lximage-qt/lximage-qt-9999.ebuild
index 5a929584..0c866b89 100644
--- a/media-gfx/lximage-qt/lximage-qt-9999.ebuild
+++ b/media-gfx/lximage-qt/lximage-qt-9999.ebuild
@@ -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/"
@@ -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="
@@ -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
-}