public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/cbatticon/
Date: Wed, 10 Feb 2016 16:05:21 +0000 (UTC)	[thread overview]
Message-ID: <1455120319.b66d8dff05cc2074f0c5a5597c0fb5138b6d11d0.jer@gentoo> (raw)

commit:     b66d8dff05cc2074f0c5a5597c0fb5138b6d11d0
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 16:04:57 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 16:05:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66d8dff

x11-misc/cbatticon: Version bump.

Package-Manager: portage-2.2.27

 x11-misc/cbatticon/Manifest               |  1 +
 x11-misc/cbatticon/cbatticon-1.6.3.ebuild | 39 +++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/x11-misc/cbatticon/Manifest b/x11-misc/cbatticon/Manifest
index 8ba6fd7..379c359 100644
--- a/x11-misc/cbatticon/Manifest
+++ b/x11-misc/cbatticon/Manifest
@@ -2,3 +2,4 @@ DIST cbatticon-1.3.2.tar.gz 12749 SHA256 40f5b80e9a405ce79ecca74bcd72778372729b2
 DIST cbatticon-1.4.1.tar.gz 14334 SHA256 ba6ef1b588530d31af41173a188d7333d68c83ea6e579e6f93e8acde854c3a26 SHA512 5b133705b7cbc6b778f677117ae3f936511a8d35eafa00de1a2fdb7901ef8b98c76b0fc5e50fb21e3592c264ce4490a35806363d4446eca6384b48572a848577 WHIRLPOOL c91116fd1962e07227dd784e3c259cdfda8c46275f19994df488130bd3b4595808b79e8440c3710d96156b960bf14dd1fc876a390d762adb9e4289a4289a9705
 DIST cbatticon-1.4.2.tar.gz 14449 SHA256 987d979c426c12d7ef6ce7856a7c0d0d0a70720cafcada9ba6a4800d048ef502 SHA512 53d0ff654758a7c40f32a86a4364ff2b57f23bec9a10d3c9964eb7afb59bfd2d8ee21c5ece9d6bb4b99c54dbfb1f6b8ab7e36e93c246d0fef4e300416b1159fe WHIRLPOOL 4db6b81e668504001b39a53ca19920c57f6d868b236805b5c3a46a769b197053507681a6ebad4d70641a90919852144176cece64e99905eb9bb9f74dc430323d
 DIST cbatticon-1.5.0.tar.gz 20743 SHA256 de64143ac188c63dd5c37ae785861c48681c8fb0f57b78d9a8afa53686ec3fb9 SHA512 03a577d72497fc64404b1cc04109af303174cdafb00147e51cb4aa3de13bd1b4ee83cf6581126db6d8fe1ae3ffe3d2f9b80dfdd9b464ee01223fcb3424801d6c WHIRLPOOL b5c596bfb9be42c561f4bde6e8b71161fd5d04c798f6d40914dc784fcb87b183f54c510a6ece426f32a971ae94b08042a33dc8702e6a49030a901370869be779
+DIST cbatticon-1.6.3.tar.gz 23327 SHA256 39fcb49815c5fc54a39f45ca8c0618fda6b6aa73e9301589a22668fcfd1242ba SHA512 6eb0aee5e189dac05835d3e94bfe8cffc3b036e4b0ed65ddefbe0d3c4641d250209b3f875dd196bd3887e176ee8229027a9ef7aa5af865ddce918cf746bc2586 WHIRLPOOL cf6f7c3e627f70e100d9cd4bff836b2a86126ca6e8cb12208e4edcc139692a07a8adb1f7499ed662cacf38d9982dc05a7b882cd6e05097ae0080e529436f1ec5

diff --git a/x11-misc/cbatticon/cbatticon-1.6.3.ebuild b/x11-misc/cbatticon/cbatticon-1.6.3.ebuild
new file mode 100644
index 0000000..01840f0
--- /dev/null
+++ b/x11-misc/cbatticon/cbatticon-1.6.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs
+
+DESCRIPTION="A lightweight and fast battery icon that sits in your system tray"
+HOMEPAGE="https://github.com/ColinJones/cbatticon"
+SRC_URI="https://github.com/ColinJones/cbatticon/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libnotify"
+
+RDEPEND="
+	dev-libs/glib:2
+	x11-libs/gtk+:3
+	libnotify? ( x11-libs/libnotify )
+"
+DEPEND="
+	${RDEPEND}
+	virtual/pkgconfig
+"
+
+src_compile() {
+	tc-export CC
+	emake \
+		$(usex libnotify WITH_NOTIFY=1 WITH_NOTIFY=0) \
+		V=1 \
+		VERSION="${PF}" \
+		WITH_GTK3=1
+}
+
+src_install() {
+	emake DESTDIR="${D}" V=1 VERSION="${PF}" install
+}


             reply	other threads:[~2016-02-10 16:05 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-10 16:05 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-16 22:52 [gentoo-commits] repo/gentoo:master commit in: x11-misc/cbatticon/ Marek Szuba
2022-08-15 22:30 Sam James
2022-06-01 23:43 Marek Szuba
2022-03-15 23:37 Marek Szuba
2022-03-15 23:37 Marek Szuba
2022-02-17 12:07 Marek Szuba
2021-10-12  7:42 Marek Szuba
2021-04-27 11:05 Marek Szuba
2020-12-17 12:53 Sam James
2020-11-29 23:43 Marek Szuba
2020-11-29 23:37 Marek Szuba
2020-11-29 23:31 Marek Szuba
2020-11-29 22:52 Marek Szuba
2019-10-08 15:16 Jeroen Roovers
2019-10-08 15:16 Jeroen Roovers
2019-06-17  9:40 Jeroen Roovers
2018-04-11 18:20 Jeroen Roovers
2018-04-11 18:20 Jeroen Roovers
2017-10-07 10:28 Jeroen Roovers
2017-08-18 19:27 Jeroen Roovers
2016-12-30 14:34 Jeroen Roovers
2016-12-30 14:34 Jeroen Roovers
2016-03-30  5:08 Jeroen Roovers
2016-03-30  5:08 Jeroen Roovers
2015-08-14 20:34 Julian Ospald

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=1455120319.b66d8dff05cc2074f0c5a5597c0fb5138b6d11d0.jer@gentoo \
    --to=jer@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