From 2e7deee77fc1da5832d471e76ceffb877f4d8fc6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 22 Oct 2017 10:43:50 +0100 Subject: media-gfx/lximage-qt : version bump --- media-gfx/lximage-qt/lximage-qt-0.6.0.ebuild | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 media-gfx/lximage-qt/lximage-qt-0.6.0.ebuild (limited to 'media-gfx/lximage-qt/lximage-qt-0.6.0.ebuild') diff --git a/media-gfx/lximage-qt/lximage-qt-0.6.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.6.0.ebuild new file mode 100644 index 00000000..b6becb52 --- /dev/null +++ b/media-gfx/lximage-qt/lximage-qt-0.6.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit cmake-utils + +DESCRIPTION="LXImage Image Viewer - GPicView replacement" +HOMEPAGE="http://lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" +else + SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="0" + +RDEPEND=" + dev-libs/glib:2 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtprintsupport:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + media-libs/libexif + >=x11-libs/libfm-1.2.5:= + x11-libs/libfm-qt:= + x11-libs/libX11 + x11-libs/libXfixes" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 + lxqt-base/liblxqt + virtual/pkgconfig" + +src_configure() { + local mycmakeargs=( + -DPULL_TRANSLATIONS=OFF + ) + cmake-utils_src_configure +} -- cgit v1.2.3