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: Sat,  7 Oct 2017 10:28:57 +0000 (UTC)	[thread overview]
Message-ID: <1507372126.47172ea78cd857da0a686104074ee76848d861c5.jer@gentoo> (raw)

commit:     47172ea78cd857da0a686104074ee76848d861c5
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 10:28:46 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Oct  7 10:28:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47172ea7

x11-misc/cbatticon: Version bump.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 x11-misc/cbatticon/Manifest               |  1 +
 x11-misc/cbatticon/cbatticon-1.6.7.ebuild | 49 +++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/x11-misc/cbatticon/Manifest b/x11-misc/cbatticon/Manifest
index bc21afdb11d..57acf2022aa 100644
--- a/x11-misc/cbatticon/Manifest
+++ b/x11-misc/cbatticon/Manifest
@@ -1,2 +1,3 @@
 DIST cbatticon-1.6.5.tar.gz 27951 SHA256 bbc70d77b2fd5c14a65b3f1d14d064b0b8c9966b521b3e295fa7d487950bff77 SHA512 5e1648cf3b31fe42aefd0a5e79c4e5dc22c3ce4b6f594f0933229494ca6f2e28e44a7e078ef839de1df0b8c1ba494fce8a58866ad70d056799320f4dea32713b WHIRLPOOL f9cdf706f632a01c2bea2353cc7171d3d568aed0964bd2f2159f1c68d18bd5b374b449581d334ff96deceb32c7d1bf9aeb235d66490a83bb60a1901b5fe16492
 DIST cbatticon-1.6.6.tar.gz 28043 SHA256 636f6dc6c3a084e81f25f829ef076ed17dc90751b030ed08fdc29d801acfb4e7 SHA512 ee1388da03b338ff3194316af5f0fc9c176271b62bf23894cd01772b660b8c89777cc68e67bafa3d50bda1587904a5c5a334b4ed65195a3baf42ce128a0f526e WHIRLPOOL d82388b99b734d31de597b04ff9712e0b0e9b1f96990c99feedc1f1542b1cf3d85b1f7c7836e088850511807fab77229735f1363faf6653e43a2f6eb6557339d
+DIST cbatticon-1.6.7.tar.gz 30086 SHA256 d0c33320a8e4421ade0f3cfaf3548a6f620ebc275339019cb5ff1ed87c2256e8 SHA512 730d1be1350ba9b906f438c58c4e3172c4041d0e7c73ffbd91cbe5a01688e400bb9a7d89ccd86bff658afc803776dd5691323c720e6d41b1b1e3aeb58707f6e9 WHIRLPOOL 82e1a1df8f286b20ac3685b70133018d07a4a4cd3a2626e25ca256d9f235dc3c81aac37c1da5322c4de51183408ae901627f369caf901d5074dce73df1a2c6b9

diff --git a/x11-misc/cbatticon/cbatticon-1.6.7.ebuild b/x11-misc/cbatticon/cbatticon-1.6.7.ebuild
new file mode 100644
index 00000000000..397212d0470
--- /dev/null
+++ b/x11-misc/cbatticon/cbatticon-1.6.7.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils 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_prepare() {
+	default
+
+	strip-linguas -i .
+}
+
+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}" \
+		LANGUAGES="${LINGUAS}" \
+		V=1 VERSION="${PF}" \
+		install
+
+	dodoc Changelog
+}


             reply	other threads:[~2017-10-07 10:29 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-07 10:28 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-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
2016-02-10 16:05 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=1507372126.47172ea78cd857da0a686104074ee76848d861c5.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