From 6ad23bbeeb23eda2a573fc1c1cf2e19118fd650a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 14 May 2018 11:22:57 +0100 Subject: lxqt-base/lxqt : promote our lxqt ebuilds to stable --- media-gfx/lximage-qt/lximage-qt-0.6.0-r1.ebuild | 40 ++++++++++++++++++++++ media-gfx/lximage-qt/lximage-qt-0.6.0.ebuild | 45 ------------------------- 2 files changed, 40 insertions(+), 45 deletions(-) create mode 100644 media-gfx/lximage-qt/lximage-qt-0.6.0-r1.ebuild delete mode 100644 media-gfx/lximage-qt/lximage-qt-0.6.0.ebuild (limited to 'media-gfx') diff --git a/media-gfx/lximage-qt/lximage-qt-0.6.0-r1.ebuild b/media-gfx/lximage-qt/lximage-qt-0.6.0-r1.ebuild new file mode 100644 index 00000000..98a4ea6f --- /dev/null +++ b/media-gfx/lximage-qt/lximage-qt-0.6.0-r1.ebuild @@ -0,0 +1,40 @@ +# 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.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 +} diff --git a/media-gfx/lximage-qt/lximage-qt-0.6.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.6.0.ebuild deleted file mode 100644 index b6becb52..00000000 --- a/media-gfx/lximage-qt/lximage-qt-0.6.0.ebuild +++ /dev/null @@ -1,45 +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/" - -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