public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julian Ospald" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/cbatticon/
Date: Fri, 14 Aug 2015 20:34:28 +0000 (UTC)	[thread overview]
Message-ID: <1439584398.e463984e8656ef26d3a10477a2daac9be3b6942b.hasufell@gentoo> (raw)

commit:     e463984e8656ef26d3a10477a2daac9be3b6942b
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 13:46:22 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 20:33:18 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e463984e

x11-misc/cbatticon: version bump to 1.5.0

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

diff --git a/x11-misc/cbatticon/Manifest b/x11-misc/cbatticon/Manifest
index 5ee155d..8ba6fd7 100644
--- a/x11-misc/cbatticon/Manifest
+++ b/x11-misc/cbatticon/Manifest
@@ -1,3 +1,4 @@
 DIST cbatticon-1.3.2.tar.gz 12749 SHA256 40f5b80e9a405ce79ecca74bcd72778372729b2add63a9c4e3386908cfb8ad4c SHA512 492b0e9e16b7a14a8bf184d213af7c7366a2cd8bfe9fe91e935e95a72e8f5213029d8b32512961f142da9db3832dd5fa98f291223b0d473a133132614ed926aa WHIRLPOOL 78cc260cc9060931cea9b9fa87e0be81b33f74641cd09a4592911612ae78e3c0ee80c4e2f045c186f030f389946264e1468451068c4fe319d9247d30f227d9b5
 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

diff --git a/x11-misc/cbatticon/cbatticon-1.5.0.ebuild b/x11-misc/cbatticon/cbatticon-1.5.0.ebuild
new file mode 100644
index 0000000..01840f0
--- /dev/null
+++ b/x11-misc/cbatticon/cbatticon-1.5.0.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:[~2015-08-14 20:34 UTC|newest]

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

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=1439584398.e463984e8656ef26d3a10477a2daac9be3b6942b.hasufell@gentoo \
    --to=hasufell@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