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 8CDDD138334 for ; Fri, 14 Sep 2018 22:47:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F6C5E0A8A; Fri, 14 Sep 2018 22:47:00 +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 5A554E0A8A for ; Fri, 14 Sep 2018 22:47:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D898E335D08 for ; Fri, 14 Sep 2018 22:46:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC9403D2 for ; Fri, 14 Sep 2018 22:46:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1536965209.77fbe85a7a8c331b5286f8e67911bc67ec8cee6a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/copyq/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/copyq/Manifest x11-apps/copyq/copyq-3.5.0.ebuild X-VCS-Directories: x11-apps/copyq/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 77fbe85a7a8c331b5286f8e67911bc67ec8cee6a X-VCS-Branch: master Date: Fri, 14 Sep 2018 22:46:55 +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: e34121b1-64f3-4ca1-8626-9f0e72d67a9c X-Archives-Hash: e1bd407123b29262ec1b7b5ee56a50b8 commit: 77fbe85a7a8c331b5286f8e67911bc67ec8cee6a Author: Gino protonmail com> AuthorDate: Mon Aug 20 00:24:08 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 14 22:46:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77fbe85a x11-apps/copyq: Add new version 3.5.0 Closes: https://github.com/gentoo/gentoo/pull/9259 x11-apps/copyq/Manifest | 1 + x11-apps/copyq/copyq-3.5.0.ebuild | 47 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/x11-apps/copyq/Manifest b/x11-apps/copyq/Manifest index 75dbe8eb070..bcf3fb2265b 100644 --- a/x11-apps/copyq/Manifest +++ b/x11-apps/copyq/Manifest @@ -1 +1,2 @@ +DIST CopyQ-3.5.0.tar.gz 3004460 BLAKE2B 30b2d732e87dd5ffea4d07adec14a377feddf2b7e89caf235e0a6bde5781419ec186bf40c687f14d658603ed3aebe43e5010a062560748a8dc00311f0f52a821 SHA512 9e662c8f80a59d58fbc8c51990682bfe61582ebdeba240e49996aab618b0a118422b0f2023952ef8cdf8e00f50ec4d7c67bd874abacf564226fb096dcc6d944d DIST copyq-2.8.1.tar.gz 1573991 BLAKE2B 464c7fb462638ae717ee70dffcf5fb6eaf628dd4640c9db9d757769ac07479424fc953d81c92ed0e11015802432a9e556171994e8e2da7d0ce11868dcdf57cb6 SHA512 77602d39b0cb5fd0c8bd8d6c1ba5079e95ad72dc846c3e273556ffe029732e65bfd0951954de856c894bd7b6ebae816dfe7048040d77f7f3cd07faa922260b57 diff --git a/x11-apps/copyq/copyq-3.5.0.ebuild b/x11-apps/copyq/copyq-3.5.0.ebuild new file mode 100644 index 00000000000..1607b43b019 --- /dev/null +++ b/x11-apps/copyq/copyq-3.5.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +MY_P=CopyQ-${PV} + +DESCRIPTION="Clipboard manager with advanced features" +HOMEPAGE="https://github.com/hluk/CopyQ" +SRC_URI="https://github.com/hluk/CopyQ/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test webkit" + +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtscript:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + x11-libs/libX11 + x11-libs/libXfixes + x11-libs/libXtst + webkit? ( dev-qt/qtwebkit:5 ) +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 + test? ( dev-qt/qttest:5 ) +" +S=${WORKDIR}/$MY_P + +src_configure() { + local mycmakeargs=( + -DPLUGIN_INSTALL_PREFIX="/usr/$(get_libdir)/${PN}/plugins" + -DWITH_QT5=ON + -DWITH_TESTS=$(usex test) + -DWITH_WEBKIT=$(usex webkit) + ) + cmake-utils_src_configure +}