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 42D91138334 for ; Sat, 20 Apr 2019 23:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D782E0A95; Sat, 20 Apr 2019 23:20:33 +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 EED38E0A8E for ; Sat, 20 Apr 2019 23:20:32 +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 A5FA5341CFB for ; Fri, 19 Apr 2019 22:07:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 883D55A9 for ; Fri, 19 Apr 2019 22:07:28 +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: <1555711629.2fa1863cfaf9e50313820c8a2c45fd9d373f2166.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.8.0.ebuild X-VCS-Directories: x11-apps/copyq/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2fa1863cfaf9e50313820c8a2c45fd9d373f2166 X-VCS-Branch: master Date: Fri, 19 Apr 2019 22:07:28 +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: db910b68-4481-44cd-b6d2-4a859a6b0c0f X-Archives-Hash: 1ae607567bb0d624f100b8b41246314a commit: 2fa1863cfaf9e50313820c8a2c45fd9d373f2166 Author: Gino McCarty protonmail com> AuthorDate: Sun Apr 14 03:04:07 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 19 22:07:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa1863c x11-apps/copyq: Bump to 3.8.0 * Another bump to 3.8.0 Signed-off-by: Gino McCarty protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/11538 Signed-off-by: Michał Górny gentoo.org> x11-apps/copyq/Manifest | 1 + x11-apps/copyq/copyq-3.8.0.ebuild | 58 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) diff --git a/x11-apps/copyq/Manifest b/x11-apps/copyq/Manifest index 591dd4778a9..cd543f535d1 100644 --- a/x11-apps/copyq/Manifest +++ b/x11-apps/copyq/Manifest @@ -1 +1,2 @@ DIST CopyQ-3.7.2.tar.gz 2882944 BLAKE2B 3fd90b719b931ad9d92cca97f3ad284dc454ea5644907fa61b51b70eef5c42f41d52323346c0d24611c99cd2004a0528111125726d5cefe64f2cc9ead22d1f94 SHA512 dff6530375ea674502b754866c0011f3436796fc0535dc9cd317640b8cab4620e821b440df62d229a3d1dba371a7ae0c4a03e5d3366dd845218ab1516196d730 +DIST CopyQ-3.8.0.tar.gz 2909764 BLAKE2B 73b5f1b088bdea6db7a1141d8b029329210c18f980caf8ff52746894d672885c0940b7eeea2e66ed4d7957ea83649780860fd97e93f8eb02aad4cb8d3e687472 SHA512 ae22e5e00a2624b5fb551790ccda82f4a10a026cfd16d6526b370a0a210a939f2a11d0729f2b735e201085083514ff9eff8cda69ee2d360766fbfb7ea49b6c5e diff --git a/x11-apps/copyq/copyq-3.8.0.ebuild b/x11-apps/copyq/copyq-3.8.0.ebuild new file mode 100644 index 00000000000..7139966cb74 --- /dev/null +++ b/x11-apps/copyq/copyq-3.8.0.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils gnome2-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 + dev-qt/qtx11extras: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() { + # CMakeLists.txt concatenates INSTALL_PREFIX with INSTALL_MANDIR leading to /usr/usr + local mycmakeargs=( + -DPLUGIN_INSTALL_PREFIX="/usr/$(get_libdir)/${PN}/plugins" + -DWITH_QT5=ON + -DWITH_TESTS=$(usex test) + -DWITH_WEBKIT=$(usex webkit) + -DCMAKE_INSTALL_MANDIR="share/man" + ) + cmake-utils_src_configure +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}