From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/copyq/
Date: Sat, 16 Jan 2016 11:50:48 +0000 (UTC) [thread overview]
Message-ID: <1452945039.9bd0d1714e44d9af3f4b99c6ffed448414a95054.pacho@gentoo> (raw)
commit: 9bd0d1714e44d9af3f4b99c6ffed448414a95054
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 11:50:10 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 11:50:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd0d171
x11-apps/copyq: Version bump
Package-Manager: portage-2.2.26
x11-apps/copyq/Manifest | 1 +
x11-apps/copyq/copyq-2.5.0.ebuild | 55 +++++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/x11-apps/copyq/Manifest b/x11-apps/copyq/Manifest
index db3b0fd..5782a50 100644
--- a/x11-apps/copyq/Manifest
+++ b/x11-apps/copyq/Manifest
@@ -1 +1,2 @@
DIST copyq-2.4.9.tar.gz 1415277 SHA256 0736602eef82bd8ddfb7edb2a4c49b898897f7d25ddc2ae249ed50fd4406a8f4 SHA512 e790b2d7531a3e4eb3b88af720074ba35aedae8ef530ee89c78d798720fcf5668b52f4c7f27ea22828dbfac33dbf22260f69294e3fff587c2d05a36844210421 WHIRLPOOL 0cf03d36a9a7b1f1f62453af30b2301929d0ffc022c7e6290346fe6a9af11cb0a1a7a8128daf10fd73166a9ba4f6c9f2c57899229b1fc404ffe6b81dedfa3b78
+DIST copyq-2.5.0.tar.gz 1428790 SHA256 7726745056e8d82625531defc75b2a740d3c42131ecce1f3181bc0a0bae51fb1 SHA512 0489c95fe8365ef9d927e14ad42c01ff9533928e403edbb92d0b9935713d7944edab1f939f100f74a0ddb219c4cf57cedf955362f35d23c706e25c64de725cc7 WHIRLPOOL f41d6ee1bf4fea4ab38bb01b4ef26988bb9968f1a8bc6ed21637318e687419853fc406fe688f01bc83cbce90f67bd9f98db2e48cda80afebcb2bb9897b7e63a5
diff --git a/x11-apps/copyq/copyq-2.5.0.ebuild b/x11-apps/copyq/copyq-2.5.0.ebuild
new file mode 100644
index 0000000..0f9fa1d
--- /dev/null
+++ b/x11-apps/copyq/copyq-2.5.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+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"
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="qt4 +qt5 test webkit"
+
+REQUIRED_USE="|| ( qt4 qt5 )"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXfixes
+ x11-libs/libXtst
+ qt4? (
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ dev-qt/qtscript:4
+ webkit? ( dev-qt/qtwebkit:4 )
+ )
+ qt5? (
+ dev-qt/linguist-tools:5
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtscript:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ webkit? ( dev-qt/qtwebkit:5 )
+ )
+"
+DEPEND="${RDEPEND}
+ qt4? ( test? ( dev-qt/qttest:4 ) )
+ qt5? ( test? ( dev-qt/qttest:5 ) )
+"
+
+S="${WORKDIR}"/CopyQ-${PV}
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with qt5)
+ $(cmake-utils_use_with webkit)
+ $(cmake-utils_use_with test TESTS)
+ -DPLUGIN_INSTALL_PREFIX=/usr/$(get_libdir)/${PN}/plugins/
+ )
+ cmake-utils_src_configure
+}
next reply other threads:[~2016-01-16 11:50 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-16 11:50 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-28 7:44 [gentoo-commits] repo/gentoo:master commit in: x11-apps/copyq/ Joonas Niilola
2020-04-28 7:44 Joonas Niilola
2020-04-28 7:44 Joonas Niilola
2019-04-19 22:07 Michał Górny
2019-04-19 22:07 Michał Górny
2019-01-02 15:48 Maxim Koltsov
2018-09-14 22:46 Michał Górny
2018-09-14 22:46 Michał Górny
2017-05-26 10:00 David Seifert
2017-01-12 17:56 Michael Palimaka
2016-12-22 18:16 Michael Palimaka
2016-04-23 13:50 Davide Pesavento
2016-01-16 11:50 Pacho Ramos
2016-01-14 9:50 Michael Palimaka
2016-01-14 9:43 Jeroen Roovers
2015-09-23 11:15 Justin Lecher
2015-09-22 9:19 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1452945039.9bd0d1714e44d9af3f4b99c6ffed448414a95054.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox