public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/cbatticon/
Date: Wed,  1 Jun 2022 23:43:52 +0000 (UTC)	[thread overview]
Message-ID: <1654126901.d2849eaf32e5fa05f119c2729e379bd6a081741a.marecki@gentoo> (raw)

commit:     d2849eaf32e5fa05f119c2729e379bd6a081741a
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  1 23:41:41 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 23:41:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2849eaf

x11-misc/cbatticon: add 1.6.13

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

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

diff --git a/x11-misc/cbatticon/Manifest b/x11-misc/cbatticon/Manifest
index 80a38418d58f..ff8109e496a8 100644
--- a/x11-misc/cbatticon/Manifest
+++ b/x11-misc/cbatticon/Manifest
@@ -1 +1,2 @@
 DIST cbatticon-1.6.12.tar.gz 34670 BLAKE2B cfae33c7e5393626a4e17d649bb7e242d35cfe7f79fda1b85e058a93a6b1c6da61ed9ff4463a44b5d6efa17d78f960021671d6bde1581af3e3eae70f369b6d52 SHA512 4946bf8a0514c0d595dd335a1388fd0e2c1cbb4d4e7fa774ab58bca4914d635d23cf32d7299dc9cad0f4dc7a37d88b875d9432234bfea0251f699d7776e5b019
+DIST cbatticon-1.6.13.tar.gz 35330 BLAKE2B b4079be2158d1f776a0af086b2bf03b22d43b28ae4b92564af715d05def4b59bddce39b6ad235789114214256609b60b6708571b80be215197cb33610fc43ce7 SHA512 5f232dd96501e71c80fbdd1d722a8cedcdb12204655965b65e551aa8ab2bb10b8227c110aa5cc13070b03ad97e46ce907b9086cf808f7e79374f245f58b43a59

diff --git a/x11-misc/cbatticon/cbatticon-1.6.13.ebuild b/x11-misc/cbatticon/cbatticon-1.6.13.ebuild
new file mode 100644
index 000000000000..aec71acea6c9
--- /dev/null
+++ b/x11-misc/cbatticon/cbatticon-1.6.13.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit strip-linguas toolchain-funcs
+
+DESCRIPTION="A lightweight and fast battery icon that sits in your system tray"
+HOMEPAGE="https://github.com/valr/cbatticon"
+SRC_URI="https://github.com/valr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="libnotify"
+
+RDEPEND="dev-libs/glib:2
+	x11-libs/gtk+:3
+	libnotify? ( x11-libs/libnotify )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( Changelog README )
+
+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}" \
+		DOCDIR="/usr/share/doc/${PF}" \
+		LANGUAGES="${LINGUAS}" \
+		V=1 VERSION="${PF}" \
+		install
+
+	einstalldocs
+}


             reply	other threads:[~2022-06-01 23:43 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-01 23:43 Marek Szuba [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-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
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=1654126901.d2849eaf32e5fa05f119c2729e379bd6a081741a.marecki@gentoo \
    --to=marecki@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