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 0CEEE139085 for ; Thu, 22 Dec 2016 18:16:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46908E0BFD; Thu, 22 Dec 2016 18:16:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17400E0BFD for ; Thu, 22 Dec 2016 18:16:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AED0D34102B for ; Thu, 22 Dec 2016 18:16:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 260F024DE for ; Thu, 22 Dec 2016 18:16:33 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1482430581.e00b841d0a2cbd092c74e25ad41d8c2c667f24e8.kensington@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-2.8.1.ebuild X-VCS-Directories: x11-apps/copyq/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e00b841d0a2cbd092c74e25ad41d8c2c667f24e8 X-VCS-Branch: master Date: Thu, 22 Dec 2016 18:16:33 +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: ad136069-7cbe-4a42-9c7a-41c5d8a3273f X-Archives-Hash: 1bb7cd1ec5b582bbcb0103e9ef4627f2 commit: e00b841d0a2cbd092c74e25ad41d8c2c667f24e8 Author: Michael Palimaka gentoo org> AuthorDate: Thu Dec 22 18:14:16 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 22 18:16:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00b841d x11-apps/copyq: version bump to 2.8.1 Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-apps/copyq/Manifest | 1 + x11-apps/copyq/copyq-2.8.1.ebuild | 45 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/x11-apps/copyq/Manifest b/x11-apps/copyq/Manifest index e408044..50d78cd 100644 --- a/x11-apps/copyq/Manifest +++ b/x11-apps/copyq/Manifest @@ -1 +1,2 @@ DIST copyq-2.5.0.tar.gz 1428790 SHA256 7726745056e8d82625531defc75b2a740d3c42131ecce1f3181bc0a0bae51fb1 SHA512 0489c95fe8365ef9d927e14ad42c01ff9533928e403edbb92d0b9935713d7944edab1f939f100f74a0ddb219c4cf57cedf955362f35d23c706e25c64de725cc7 WHIRLPOOL f41d6ee1bf4fea4ab38bb01b4ef26988bb9968f1a8bc6ed21637318e687419853fc406fe688f01bc83cbce90f67bd9f98db2e48cda80afebcb2bb9897b7e63a5 +DIST copyq-2.8.1.tar.gz 1573991 SHA256 83fffc3451973749e4652d28af28f589c0418d1393a4b9121104736d67466f2d SHA512 77602d39b0cb5fd0c8bd8d6c1ba5079e95ad72dc846c3e273556ffe029732e65bfd0951954de856c894bd7b6ebae816dfe7048040d77f7f3cd07faa922260b57 WHIRLPOOL 5a4bbf38e3ed08abf3290dfd299031cf54ffc99449c8e84c0a6ef0d221031104e21553cb9fb6e67ed7ac330d463a40485f2419a03252e4f64934b9fbc5125375 diff --git a/x11-apps/copyq/copyq-2.8.1.ebuild b/x11-apps/copyq/copyq-2.8.1.ebuild new file mode 100644 index 00000000..d4bd7a0 --- /dev/null +++ b/x11-apps/copyq/copyq-2.8.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils multilib + +DESCRIPTION="Clipboard manager with advanced features" +HOMEPAGE="https://github.com/hluk/CopyQ" +SRC_URI="https://github.com/hluk/CopyQ/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test webkit" + +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 + test? ( dev-qt/qttest:5 ) + webkit? ( dev-qt/qtwebkit:5 ) +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 +" + +S=${WORKDIR}/CopyQ-${PV} + +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 +}