From 182b079cd39004a600b9dddce6d47449574fd5fc Mon Sep 17 00:00:00 2001 From: Jimi Huotari Date: Sun, 23 Sep 2018 16:18:33 +0300 Subject: lxqt: sync related ebuilds/metadata with the main Gentoo repo tree With this, the metadata and 9999 ebuilds are in sync with the 0.13.0 versions found via the official Gentoo repository tree, with the following exceptions: - Polkit is optional. - Some of the USE-flags are not used/included in the metadata. - A patch for 'lxqt-config' is not needed. - The handling of translations has been changed upstream, so 'lxqt-meta' does not depend on 'lxqt-l10n' due to file collisions. Package-Manager: Portage-2.3.49, Repoman-2.3.11 --- media-gfx/lximage-qt/lximage-qt-9999.ebuild | 31 +++++++++++------------------ media-gfx/lximage-qt/metadata.xml | 11 ++++++---- 2 files changed, 19 insertions(+), 23 deletions(-) (limited to 'media-gfx/lximage-qt') diff --git a/media-gfx/lximage-qt/lximage-qt-9999.ebuild b/media-gfx/lximage-qt/lximage-qt-9999.ebuild index 4fc151da..1fef5d10 100644 --- a/media-gfx/lximage-qt/lximage-qt-9999.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-9999.ebuild @@ -1,21 +1,22 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils xdg-utils -DESCRIPTION="Lightweight Qt image viewer from the LXQt Project" -HOMEPAGE="http://lxqt.org/" +inherit cmake-utils -if [[ ${PV} == *9999* ]]; then +DESCRIPTION="LXImage Image Viewer - GPicView replacement" +HOMEPAGE="https://lxqt.org/" + +if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/lxde/${PN}.git" + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else - SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi -LICENSE="|| ( GPL-2+ LGPL-2.1+ )" +LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" RDEPEND=" @@ -23,20 +24,20 @@ RDEPEND=" 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-1.2:= - x11-libs/libfm-qt:= + >=x11-libs/libfm-qt-0.12.0:= x11-libs/libX11 x11-libs/libXfixes " DEPEND="${RDEPEND} dev-qt/linguist-tools:5 - >=dev-util/lxqt-build-tools-0.4.0 - lxqt-base/liblxqt + >=dev-util/lxqt-build-tools-0.5.0 virtual/pkgconfig " @@ -46,11 +47,3 @@ src_configure() { ) cmake-utils_src_configure } - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} diff --git a/media-gfx/lximage-qt/metadata.xml b/media-gfx/lximage-qt/metadata.xml index a40a83a9..34f02d52 100644 --- a/media-gfx/lximage-qt/metadata.xml +++ b/media-gfx/lximage-qt/metadata.xml @@ -1,8 +1,11 @@ - - lxqt@gentoo.org - LXQt - + + lxqt@gentoo.org + LXQt + + + lxqt/lximage-qt + -- cgit v1.2.3-65-gdbad