diff options
author | 2021-09-22 20:58:33 +0200 | |
---|---|---|
committer | 2021-09-22 21:14:51 +0200 | |
commit | 59fbb61fe765fa374e24340f92ab8fcb4f81b164 (patch) | |
tree | ec8070e4ceb5db4760a3784a64ff1fe5ca4deed0 /media-gfx | |
parent | dev-libs/libqtxdg: Sync with Gentoo ebuild repo (diff) | |
download | qt-59fbb61fe765fa374e24340f92ab8fcb4f81b164.tar.gz qt-59fbb61fe765fa374e24340f92ab8fcb4f81b164.tar.bz2 qt-59fbb61fe765fa374e24340f92ab8fcb4f81b164.zip |
media-gfx/lximage-qt: Sync with Gentoo ebuild repo
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/lximage-qt/lximage-qt-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-gfx/lximage-qt/lximage-qt-9999.ebuild b/media-gfx/lximage-qt/lximage-qt-9999.ebuild index 8f316528..cd4a61ab 100644 --- a/media-gfx/lximage-qt/lximage-qt-9999.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-9999.ebuild @@ -5,10 +5,10 @@ EAPI=7 inherit cmake xdg-utils -DESCRIPTION="LXImage Image Viewer - GPicView replacement" +DESCRIPTION="Qt Image Viewer" HOMEPAGE="https://lxqt.github.io/" -if [[ ${PV} = *9999* ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else @@ -16,12 +16,12 @@ else KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi -LICENSE="GPL-2+ LGPL-2.1+" +LICENSE="GPL-2 GPL-2+" SLOT="0" BDEPEND=" dev-qt/linguist-tools:5 - >=dev-util/lxqt-build-tools-0.6.0 + >=dev-util/lxqt-build-tools-0.9.0 virtual/pkgconfig " DEPEND=" @@ -35,7 +35,7 @@ DEPEND=" dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 media-libs/libexif - >=x11-libs/libfm-qt-0.12.0:= + >=x11-libs/libfm-qt-0.17.0:= x11-libs/libX11 x11-libs/libXfixes " |