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 0D266138334 for ; Sat, 22 Sep 2018 05:17:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3032E0869; Sat, 22 Sep 2018 05:17:11 +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 7CE79E0869 for ; Sat, 22 Sep 2018 05:17:11 +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 7DBE4335CD4 for ; Sat, 22 Sep 2018 05:17:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4D493D3 for ; Sat, 22 Sep 2018 05:17:07 +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: <1537592486.020d611e89bc649faf773e6f6f160d0e641e859d.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/ X-VCS-Repository: proj/qt X-VCS-Files: app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild app-arch/lxqt-archiver/metadata.xml X-VCS-Directories: app-arch/lxqt-archiver/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 020d611e89bc649faf773e6f6f160d0e641e859d X-VCS-Branch: master Date: Sat, 22 Sep 2018 05:17:07 +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-Archives-Salt: a64023bc-ae20-402b-95bb-7cba0da65e25 X-Archives-Hash: 60add1d7b998b0adba2712203290be75 commit: 020d611e89bc649faf773e6f6f160d0e641e859d Author: Jimi Huotari gentoo org> AuthorDate: Tue Jul 24 13:20:28 2018 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sat Sep 22 05:01:26 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=020d611e app-arch/lxqt-archiver: new package app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 36 ++++++++++++++++++++++++ app-arch/lxqt-archiver/metadata.xml | 8 ++++++ 2 files changed, 44 insertions(+) diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild new file mode 100644 index 00000000..13b86bcd --- /dev/null +++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit cmake-utils + +DESCRIPTION="A Simple and Lightweight Qt File Archiver" +HOMEPAGE="http://lxqt.org/" + +if [[ ${PV} == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" +else + SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="0" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + >=x11-libs/libfm-qt-0.14.0 +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 + >=dev-util/lxqt-build-tools-0.5.0 +" + +src_configure() { + cmake-utils_src_configure +} diff --git a/app-arch/lxqt-archiver/metadata.xml b/app-arch/lxqt-archiver/metadata.xml new file mode 100644 index 00000000..a40a83a9 --- /dev/null +++ b/app-arch/lxqt-archiver/metadata.xml @@ -0,0 +1,8 @@ + + + + + lxqt@gentoo.org + LXQt + +