public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin" <justin026@protonmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: mail-client/betterbird-bin/
Date: Fri,  9 Aug 2024 21:40:11 +0000 (UTC)	[thread overview]
Message-ID: <1723239420.d15548d1ef6db52ec8656dbaa00883ecd78ce69b.justin026@gentoo> (raw)

commit:     d15548d1ef6db52ec8656dbaa00883ecd78ce69b
Author:     Justin Donofrio <justin026 <AT> protonmail <DOT> com>
AuthorDate: Fri Aug  9 21:37:00 2024 +0000
Commit:     Justin <justin026 <AT> protonmail <DOT> com>
CommitDate: Fri Aug  9 21:37:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d15548d1

mail-client/betterbird-bin: add 115.14.0

Signed-off-by: Justin Donofrio <justin026 <AT> protonmail.com>

 mail-client/betterbird-bin/Manifest                |  1 +
 .../betterbird-bin/betterbird-bin-115.14.0.ebuild  | 68 ++++++++++++++++++++++
 2 files changed, 69 insertions(+)

diff --git a/mail-client/betterbird-bin/Manifest b/mail-client/betterbird-bin/Manifest
index 23000f447..74fbb1b60 100644
--- a/mail-client/betterbird-bin/Manifest
+++ b/mail-client/betterbird-bin/Manifest
@@ -1,2 +1,3 @@
 DIST betterbird-115.12.0-bb29.en-US.linux-x86_64.tar.bz2 76556380 BLAKE2B f4c18997dbef8e0f2f3665cfe74b614135ea6477430309db86734587b045b76f11568b894431086844d1a11701b283ebc48215ebdfbe8db58f0b5ad903fd9b3a SHA512 b33d7223bf5920a1b63f8e216866801a4209816b9dce59071b8f1dc693ff1c6fc9d9a44859d5143321ec7b2edf932f7dab8c6bf7326d9fda3d3cae04d9121210
 DIST betterbird-115.13.0-bb30.en-US.linux-x86_64.tar.bz2 76553841 BLAKE2B 6f46c9b96a9a8bf3dc25413a6e3c071e6438af7dfe8c6f2f1f6f59bcbcabfd5e9d6d4a74a600381f64fb6bb32d1c09bc75abc07d2ee110a2d928447e618d890a SHA512 a2fe93ce086755d10c158098140ef95a88d54c1bb1183f074cf6b7721ca26421eaebcad11bd7f5fcff5f18870b7612973a667b527588f910c27a16985f0cd94b
+DIST betterbird-115.14.0-bb31.en-US.linux-x86_64.tar.bz2 76543666 BLAKE2B 386cb8f1d757ac770fd4aa0b7bc246c2f7be1bd8a6f740b4badf566fe8d1358857be5bc5165fc11e55b023ab0f2556ad56c27bbfd24d8465194d574c438b7426 SHA512 1e871e04e26c5cebf615726ea1aef09a49443fccd5dbd0b4c883322c2ebb00249c56265293995ec6dcdbef1803f3742ac6459319466dd3239622dd57cc3ba37a

diff --git a/mail-client/betterbird-bin/betterbird-bin-115.14.0.ebuild b/mail-client/betterbird-bin/betterbird-bin-115.14.0.ebuild
new file mode 100644
index 000000000..6d4696a65
--- /dev/null
+++ b/mail-client/betterbird-bin/betterbird-bin-115.14.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="Betterbird is a fine-tuned version of Mozilla Thunderbird."
+HOMEPAGE="https://github.com/Betterbird/thunderbird-patches https://betterbird.eu/"
+SRC_URI="https://www.betterbird.eu/downloads/LinuxArchive/betterbird-${PV}-bb31.en-US.linux-x86_64.tar.bz2"
+
+S="${WORKDIR}"
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RESTRICT="bindist mirror test strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-core
+	dev-libs/dbus-glib
+	dev-libs/glib
+	media-libs/alsa-lib
+	media-libs/fontconfig
+	media-libs/freetype
+	sys-apps/dbus
+	virtual/freedesktop-icon-theme
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXcursor
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXi
+	x11-libs/libXrandr
+	x11-libs/libXrender
+	x11-libs/libXtst
+	x11-libs/libxcb
+	x11-libs/pango
+"
+
+QA_PREBUILT="*"
+
+src_install() {
+	insinto /opt/
+	doins -r "${S}"/betterbird
+
+	dosym "../../opt/betterbird/betterbird-bin" /usr/bin/betterbird-bin
+	domenu "${FILESDIR}"/betterbird-bin.desktop
+	local x
+	for x in 16 32 48 64 128 256; do
+		newicon -s ${x} "${S}"/betterbird/chrome/icons/default/default${x}.png betterbird.png
+	done
+
+	fperms +x "/opt/betterbird/betterbird-bin"
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	elog "Language pack XPIs need to be downloaded and installed manually."
+	elog "Please see the link below for further information."
+	elog ""
+	elog "\thttps://betterbird.eu/downloads/index.php"
+}


             reply	other threads:[~2024-08-09 21:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-09 21:40 Justin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-02 14:13 [gentoo-commits] repo/proj/guru:dev commit in: mail-client/betterbird-bin/ Justin
2025-03-07 19:56 Justin
2025-02-05 16:10 Justin
2025-01-24  6:11 Justin
2025-01-08 20:39 Justin
2024-11-26 10:46 Justin
2024-10-10 21:40 Justin
2024-10-06 23:04 Justin
2024-09-05  3:30 Justin
2024-09-05  3:28 Justin
2024-07-12 16:20 Justin
2024-07-07 13:47 Justin
2024-07-05 22:19 Justin
2024-07-04  3:09 Lucio Sauer
2024-07-03 13:00 Justin

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=1723239420.d15548d1ef6db52ec8656dbaa00883ecd78ce69b.justin026@gentoo \
    --to=justin026@protonmail.com \
    --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