public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/copyq/
Date: Thu, 22 Dec 2016 18:16:33 +0000 (UTC)	[thread overview]
Message-ID: <1482430581.e00b841d0a2cbd092c74e25ad41d8c2c667f24e8.kensington@gentoo> (raw)

commit:     e00b841d0a2cbd092c74e25ad41d8c2c667f24e8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 18:14:16 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> 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
+}


             reply	other threads:[~2016-12-22 18:16 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-22 18:16 Michael Palimaka [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-04-23 13:50 Davide Pesavento
2016-01-16 11:50 Pacho Ramos
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=1482430581.e00b841d0a2cbd092c74e25ad41d8c2c667f24e8.kensington@gentoo \
    --to=kensington@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