public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Agostino Sarubbo" <ago@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/birdtray/
Date: Mon,  4 Sep 2023 09:59:28 +0000 (UTC)	[thread overview]
Message-ID: <1693821519.8c779c58bcb041c69111c69d73d25f5182d63f26.ago@gentoo> (raw)

commit:     8c779c58bcb041c69111c69d73d25f5182d63f26
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  4 09:58:39 2023 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Sep  4 09:58:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c779c58

x11-misc/birdtray: version bump to 1.11.4

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-misc/birdtray/Manifest               |  1 +
 x11-misc/birdtray/birdtray-1.11.4.ebuild | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/x11-misc/birdtray/Manifest b/x11-misc/birdtray/Manifest
index 54cc70aceede..5de0aeeccf38 100644
--- a/x11-misc/birdtray/Manifest
+++ b/x11-misc/birdtray/Manifest
@@ -1,2 +1,3 @@
 DIST birdtray-1.11.2.gh.tar.gz 871363 BLAKE2B 6043fa16ebf6675f0ca4d26d0d35432d6cea88f412f4ea74b9dec329d2aaf728de1c25507d068126113eb287bf0693530e6967e1087bcc39efcc62aef7c2f703 SHA512 84d69c940fef4b23f78ea4c5dbdbde4698eafe56785c82458a95dfc282e06c77c4a68dfc553ac4198ac87eedbe5354a2b2f80e72542a019dcc514d4142160e5b
+DIST birdtray-1.11.4.gh.tar.gz 867399 BLAKE2B e3e5663bb343d991c66ff0bd774fdc1abf74a5e94f7ea42ecfe5e16f3c1be932fe8d91ae0d9a6e43d75475671f4f18df0a90f80a09e58892d9629c4cc464b729 SHA512 a3eeeb93fea3f32bbf6a43944d76d0c3990a26db0abbad52102aa72f15f9a32a746620ca347444dab0d90393785aeada7ffb9ec901f91b4701fb128c4e7e628c
 DIST birdtray-1.9.0.tar.gz 810297 BLAKE2B acc6593116fa735311f62405406192ad43e8af6481eac1d09298f846f5fab9a0dff575caefe9490d0a183c464fab763515e20e5725649fe4a800e575f712067b SHA512 898bfcebc7ba4b738e3ab41539c4de48871ebccf431bb1b12464e7f2956bad95af6158742c64ec5923d63889e777c98c75db31121d926e26f3dfe1b34d9f8b4a

diff --git a/x11-misc/birdtray/birdtray-1.11.4.ebuild b/x11-misc/birdtray/birdtray-1.11.4.ebuild
new file mode 100644
index 000000000000..82afb728b6df
--- /dev/null
+++ b/x11-misc/birdtray/birdtray-1.11.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="A new mail system tray notification icon for Thunderbird"
+HOMEPAGE="https://github.com/gyunaev/birdtray"
+
+if [[ ${PV} == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/gyunaev/birdtray.git"
+else
+	SRC_URI="https://github.com/gyunaev/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="dev-db/sqlite:=
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5[ssl]
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	x11-libs/libX11"
+
+DEPEND="${RDEPEND}"
+
+# https://github.com/gyunaev/birdtray/commit/74a97df3a17efd5ef679b8eed6999b97abc23f10
+# translations have been made optional, let's see how we would manage them
+BDEPEND="dev-qt/linguist-tools:5"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


             reply	other threads:[~2023-09-04  9:59 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-04  9:59 Agostino Sarubbo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-25 16:08 [gentoo-commits] repo/gentoo:master commit in: x11-misc/birdtray/ Agostino Sarubbo
2025-03-18 13:56 Agostino Sarubbo
2025-03-11 13:54 Agostino Sarubbo
2023-09-19  7:29 Agostino Sarubbo
2023-09-04  9:59 Agostino Sarubbo
2023-08-31  8:14 Agostino Sarubbo
2022-04-08 15:06 Agostino Sarubbo
2020-10-22  9:26 Agostino Sarubbo
2020-07-23  5:58 Agostino Sarubbo
2020-07-22 14:28 Agostino Sarubbo
2020-07-22 13:31 Agostino Sarubbo
2020-04-23 10:29 Marek Szuba
2020-04-17 22:19 Marek Szuba
2020-04-17 22:19 Marek Szuba
2020-04-17 12:18 Agostino Sarubbo

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=1693821519.8c779c58bcb041c69111c69d73d25f5182d63f26.ago@gentoo \
    --to=ago@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