public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ckb/
Date: Thu, 27 Aug 2015 13:10:27 +0000 (UTC)	[thread overview]
Message-ID: <1440681013.0a13fc54b76fb09b48c76a59723aa00f58533b32.mrueg@gentoo> (raw)

commit:     0a13fc54b76fb09b48c76a59723aa00f58533b32
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 13:09:54 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 13:10:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a13fc54

app-misc/ckb: Version bump

Package-Manager: portage-2.2.20.1

 app-misc/ckb/Manifest         |  1 +
 app-misc/ckb/ckb-0.2.1.ebuild | 46 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-misc/ckb/Manifest b/app-misc/ckb/Manifest
index ca5334e..9808798 100644
--- a/app-misc/ckb/Manifest
+++ b/app-misc/ckb/Manifest
@@ -1,2 +1,3 @@
 DIST ckb-0.1.5.tar.gz 370107 SHA256 944e2735ca397287fbbadcff4f6946a7bcfd2a1a4d12f5e121a79e6b4fd39f8a SHA512 2f6b876e09c3f012c09d7d0f80ce21c80325d2588427074aeb9eb287b2aae58fdb66290bbd3643eeb7d6523d8230b6787c6517dd8a996db5af13c00fc8e84414 WHIRLPOOL 2b3fe82e407246487464d3888b908126c034965f6cdd89fd9155e3cc64d6dee9e6b388c4f7ce83e9085992d663a8f773b5582a56da95e8460cba97a1af5364cd
+DIST ckb-0.2.1.tar.gz 430544 SHA256 0a44c72ad56cd9c0ee939cafea736b396c7ea72a24466fa0bee1beb4c8100496 SHA512 d8527cb2efc0be4d8bfe5f8ce95faa9c4bb2e7d2a85301591ea170f68cd6e58479ee49ac2de29ae80c8365137c31f78e83c13bc0c6d0a1659d702cfc740125fb WHIRLPOOL a036431118c15515825327b841b864741cdee9f1ec409af06750d82f65e2b8eb02425809a568f41752a943ffb6d729aa2bca143dd522cc867def9189997ea543
 DIST ckb-0.2.tar.gz 422398 SHA256 5d8a4e3dd49117e8af979406af11c4f7898065f258900683a1e26aa867e8871d SHA512 fb10ed3c93aee97f57bcc1419dc5e5d49f167367056d139f763c522b7b500d3489df04978d384cbc2533636c87bacc66632bbe0215fe4adf625d8c836d16a1ea WHIRLPOOL ee9df503909d1b7a6cb04e0062a4917a4e8c52f8b85ad480702863a6a3de11c84179954758bdb5cf0fc9970890a0f4ca1c5077b53fd3977873d5cf807ef49081

diff --git a/app-misc/ckb/ckb-0.2.1.ebuild b/app-misc/ckb/ckb-0.2.1.ebuild
new file mode 100644
index 0000000..8c4a97a
--- /dev/null
+++ b/app-misc/ckb/ckb-0.2.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit qmake-utils systemd
+
+DESCRIPTION="Corsair K65/K70/K95 Driver"
+HOMEPAGE="https://github.com/ccMSC/ckb"
+SRC_URI="https://github.com/ccMSC/ckb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-libs/quazip[qt5]
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwidgets:5"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md BUILD.md DAEMON.md )
+
+src_prepare() {
+	sed -i -e "s/-Werror=all//" src/ckb-daemon/ckb-daemon.pro || die
+	sed -i -e "/quazip/d" -e "s/^.*QUAZIP_STATIC/LIBS += -lquazip/" src/ckb/ckb.pro || die
+}
+
+src_configure() {
+	eqmake5
+}
+
+src_install() {
+	dobin bin/ckb bin/ckb-daemon
+	dodir /usr/bin/ckb-animations
+	exeinto /usr/bin/ckb-animations
+	doexe bin/ckb-animations/*
+
+	newinitd "${FILESDIR}"/ckb.initd ckb-daemon
+	domenu usr/ckb.desktop
+	doicon usr/ckb.png
+	systemd_dounit service/systemd/ckb-daemon.service
+}


             reply	other threads:[~2015-08-27 13:10 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-27 13:10 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-19 22:20 [gentoo-commits] repo/gentoo:master commit in: app-misc/ckb/ Manuel Rüger
2015-11-11  7:46 Manuel Rüger
2016-01-17 14:10 Manuel Rüger
2016-01-17 14:10 Manuel Rüger
2016-02-09 20:22 Manuel Rüger
2016-02-09 20:22 Manuel Rüger
2016-03-06 21:19 Manuel Rüger
2016-04-10 14:13 Manuel Rüger
2016-06-25  9:10 Manuel Rüger
2016-09-05  2:08 Manuel Rüger
2016-10-24 21:54 Manuel Rüger
2018-02-14 21:23 Manuel Rüger
2018-02-15  0:33 Manuel Rüger
2019-04-10  8:37 Manuel Rüger
2019-04-22 10:41 Andreas Sturmlechner
2019-04-22 10:41 Andreas Sturmlechner
2019-11-25 13:44 Tony Vroon
2021-02-03 16:08 Tony Vroon
2021-02-15  3:36 Sam James
2021-02-23 19:53 Andreas Sturmlechner
2021-04-12 15:30 Tony Vroon
2021-04-21 21:14 Tony Vroon
2021-09-25 20:48 John Helmert III
2021-09-25 20:48 John Helmert III
2021-10-17 16:08 John Helmert III
2022-03-02  2:43 John Helmert III
2022-07-08 20:14 John Helmert III
2022-09-09 16:09 Andrew Ammerlaan
2022-09-09 17:24 John Helmert III
2022-09-10  0:29 Sam James
2023-06-10 22:56 Andreas Sturmlechner
2023-07-28 21:12 John Helmert III
2023-07-28 21:12 John Helmert III
2023-07-28 21:13 John Helmert III
2023-09-11  4:41 John Helmert III
2023-12-21 21:43 John Helmert III
2024-07-28  2:39 Sam James
2024-07-28 18:51 John Helmert III
2025-02-18  5:23 John Helmert III
2025-03-17  4:25 John Helmert III
2025-03-17  4:25 John Helmert III
2025-03-20  0:06 Sam James
2025-03-21  4:01 John Helmert III

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=1440681013.0a13fc54b76fb09b48c76a59723aa00f58533b32.mrueg@gentoo \
    --to=mrueg@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