From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69176138334 for ; Mon, 18 Feb 2019 23:29:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85679E07D0; Mon, 18 Feb 2019 23:29:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DA06E077A for ; Mon, 18 Feb 2019 23:29:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5115A335D03 for ; Mon, 18 Feb 2019 23:29:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8996454B for ; Mon, 18 Feb 2019 23:29:53 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1550532015.f5201d1f33e0ae04ff2aa5ed24022c9c6dfdcf27.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: media-gfx/lximage-qt/ X-VCS-Repository: proj/qt X-VCS-Files: media-gfx/lximage-qt/Manifest media-gfx/lximage-qt/lximage-qt-0.14.0.ebuild X-VCS-Directories: media-gfx/lximage-qt/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: f5201d1f33e0ae04ff2aa5ed24022c9c6dfdcf27 X-VCS-Branch: master Date: Mon, 18 Feb 2019 23:29:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b5a4fbf-e951-4628-a133-a8b1fa21a976 X-Archives-Hash: fab62efbeff0d2f986162feefcc7bb9f commit: f5201d1f33e0ae04ff2aa5ed24022c9c6dfdcf27 Author: Jimi Huotari gentoo org> AuthorDate: Mon Feb 18 23:10:08 2019 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Mon Feb 18 23:20:15 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f5201d1f media-gfx/lximage-qt: add 0.14.0 for testing Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Jimi Huotari gentoo.org> media-gfx/lximage-qt/Manifest | 1 + media-gfx/lximage-qt/lximage-qt-0.14.0.ebuild | 44 +++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/media-gfx/lximage-qt/Manifest b/media-gfx/lximage-qt/Manifest new file mode 100644 index 00000000..1d07c7b2 --- /dev/null +++ b/media-gfx/lximage-qt/Manifest @@ -0,0 +1 @@ +DIST lximage-qt-0.14.0.tar.xz 77624 BLAKE2B 5ef8c30b397f22a167b9f9f20fa832b04ac9bde4218d10f80a182d1781138b3b6fcce4e22f7c2b49c0e6d59a08ec9683839989b41c9faa91db997a71bbe98864 SHA512 fddf4656f9112e02bb208b7c327d8f1a40326c1b5c9bff1cbd65909e808652c81dcdf5d2b9cf9cffd03c9e82b4980b498337afcb8fb1ee32ca7a7814ef268a0d diff --git a/media-gfx/lximage-qt/lximage-qt-0.14.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.14.0.ebuild new file mode 100644 index 00000000..a1dc7bd2 --- /dev/null +++ b/media-gfx/lximage-qt/lximage-qt-0.14.0.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 + >=dev-util/lxqt-build-tools-0.6.0 + virtual/pkgconfig +" +RDEPEND=" + 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-1.2:= + >=x11-libs/libfm-qt-0.12.0:= + x11-libs/libX11 + x11-libs/libXfixes + !lxqt-base/lxqt-l10n +" +DEPEND="${RDEPEND}"