From 2845833e768da90179b9d5a324309ca43febb656 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 1 Jun 2019 12:21:34 +0100 Subject: media-gfx/lxqimage-qt : version && EAPI bump --- media-gfx/lximage-qt/Manifest | 2 +- media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild | 44 ++++++++++++++++++++++++ media-gfx/lximage-qt/lximage-qt-0.7.0-r1.ebuild | 40 --------------------- 3 files changed, 45 insertions(+), 41 deletions(-) create mode 100644 media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild delete mode 100644 media-gfx/lximage-qt/lximage-qt-0.7.0-r1.ebuild (limited to 'media-gfx/lximage-qt') diff --git a/media-gfx/lximage-qt/Manifest b/media-gfx/lximage-qt/Manifest index b795fa8b..eeaa3623 100644 --- a/media-gfx/lximage-qt/Manifest +++ b/media-gfx/lximage-qt/Manifest @@ -1 +1 @@ -DIST lximage-qt-0.7.0.tar.xz 41560 BLAKE2B 32ca95556a696059254a686727f72e1d57d245134b507dc90f83920e9a4a71b9b41aca459db96cd2adceffb6dd6592399c27279d3c3ca9ded6fd61480525dbd1 SHA512 a31185562dec1aa720287ab3f9fb79b9bccfcf0f2069aa404bd469852edbe2507f8c24cf8af0cbe2ef7013e4dab8ca51c00ac7a348254f1bf20458decd3c82b4 +DIST lximage-qt-0.14.1.tar.xz 78960 BLAKE2B c58e5c553e2803cd8d40d807cd1650b72e4de6297f29cdffce19cf3eb402d01735d869ed4e31e9c28ce03e09038628331cc547aebcb636c34dc936b349e33c9a SHA512 61286ade177a41d954e7b624b9f1320dc64fe6ef5ccc5ffbde5edee1e8cb00f3691b6a04f8eac4314b3fb622ba0613eb4d1851358f3a8c12e4a69d990c1ce3cd diff --git a/media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild b/media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild new file mode 100644 index 00000000..0710087b --- /dev/null +++ b/media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="LXImage Image Viewer - GPicView replacement" +HOMEPAGE="https://lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" +else + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="0" + +BDEPEND=" + dev-qt/linguist-tools:5 + >=lxqt-base/lxqt-build-tools-0.6.0 + virtual/pkgconfig +" +DEPEND=" + dev-libs/glib:2 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + media-libs/libexif + >=x11-libs/libfm-qt-0.12.0:= + x11-libs/libX11 + x11-libs/libXfixes +" +RDEPEND="${DEPEND} + !lxqt-base/lxqt-l10n +" diff --git a/media-gfx/lximage-qt/lximage-qt-0.7.0-r1.ebuild b/media-gfx/lximage-qt/lximage-qt-0.7.0-r1.ebuild deleted file mode 100644 index ab5e7f04..00000000 --- a/media-gfx/lximage-qt/lximage-qt-0.7.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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/" - -SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" -KEYWORDS="amd64" - -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.3.0:= - 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