public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/geary/
Date: Fri, 18 Aug 2023 14:50:02 +0000 (UTC)	[thread overview]
Message-ID: <1692370197.e836b6032e00292d74e9f8322cd5933844baa463.mattst88@gentoo> (raw)

commit:     e836b6032e00292d74e9f8322cd5933844baa463
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Thu Aug 17 20:46:18 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 14:49:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e836b603

mail-client/geary: Version bump to 44.1

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32363
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 mail-client/geary/Manifest          |   1 +
 mail-client/geary/geary-44.1.ebuild | 100 ++++++++++++++++++++++++++++++++++++
 2 files changed, 101 insertions(+)

diff --git a/mail-client/geary/Manifest b/mail-client/geary/Manifest
index d514a7f314df..66e9d1fd5e43 100644
--- a/mail-client/geary/Manifest
+++ b/mail-client/geary/Manifest
@@ -1 +1,2 @@
 DIST geary-44.0.tar.xz 2484228 BLAKE2B fce8fb23d4ca1aa57c93cda6d1bf8f5662b238ea93e816732412d0d9d08d636322fdcf5bf30cc0299bebddce11cb53d7dfc914c57732ba20c3805fd835285f12 SHA512 f6b8960ef499b9504f93103c68955f87c39724b30a5e03b68354f93902ae1fcce5271ef89743682d263ca6f1c054313d3019e43f5ca205c746301408f092c5e9
+DIST geary-44.1.tar.xz 2485012 BLAKE2B 5733059286befb7e7dc646c2ffb985c6b025f711c0fa03b006596ade47702bf89a2cf4e33f3ea8bb013636489ba170dfd6af7d629da296854a9e62eb8be09dd5 SHA512 f84d0fc1ce0b34d867acaf97f891c79f0c74cd6f020f6224663c985e2be102469b974a75f6f7bf6daa580fdf88d3413fcf16096d0dc89638081fa045ab2e152a

diff --git a/mail-client/geary/geary-44.1.ebuild b/mail-client/geary/geary-44.1.ebuild
new file mode 100644
index 000000000000..1dd1ed84eca1
--- /dev/null
+++ b/mail-client/geary/geary-44.1.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson vala virtualx xdg
+
+DESCRIPTION="A lightweight, easy-to-use, feature-rich email client"
+HOMEPAGE="https://wiki.gnome.org/Apps/Geary"
+
+LICENSE="LGPL-2.1+ CC-BY-3.0 CC-BY-SA-3.0" # code is LGPL-2.1+, CC licenses for some icons
+SLOT="0"
+IUSE="test ytnef"
+RESTRICT="!test? ( test )"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# >=gspell-1.7 dep to ensure all libraries used use enchant:2
+DEPEND="
+	>=dev-libs/glib-2.68:2
+	>=x11-libs/gtk+-3.24.23:3
+	>=net-libs/webkit-gtk-2.38:4.1=
+	>=dev-libs/gmime-3.2.4:3.0
+	>=dev-db/sqlite-3.24:3
+
+	x11-libs/cairo[glib]
+	app-text/enchant:2
+	>=dev-libs/folks-0.11:0=
+	>=app-crypt/gcr-3.10.1:0=
+	>=dev-libs/libgee-0.8.5:0.8=
+	net-libs/gnome-online-accounts
+	media-libs/gsound
+	>=app-text/gspell-1.7:=
+	>=dev-libs/icu-60:=
+	app-text/iso-codes
+	>=dev-libs/json-glib-1.0
+	>=gui-libs/libhandy-1.2.1:1=
+	>=dev-libs/libpeas-1.24.0
+	>=app-crypt/libsecret-0.11
+	net-libs/libsoup:3.0
+	dev-libs/snowball-stemmer:=
+	>=dev-libs/libxml2-2.7.8:2
+	ytnef? ( >=net-mail/ytnef-1.9.3 )
+"
+RDEPEND="${DEPEND}
+	gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+	${PYTHON_DEPS}
+	>=dev-libs/appstream-glib-0.7.10
+	dev-libs/libxml2
+	dev-util/itstool
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+	test? ( net-libs/gnutls[tools] )
+
+	$(vala_depend)
+	x11-libs/gtk+:3[introspection]
+	net-libs/webkit-gtk:4.1[introspection]
+	dev-libs/gmime:3.0[vala]
+	app-crypt/gcr:0[introspection,vala]
+	dev-libs/libgee:0.8[introspection]
+	media-libs/gsound[vala]
+	app-text/gspell[vala]
+	gui-libs/libhandy:1[vala]
+	app-crypt/libsecret[introspection,vala]
+	net-libs/libsoup:3.0[introspection,vala]
+"
+
+src_prepare() {
+	vala_setup
+	gnome2_environment_reset
+	default
+}
+
+src_configure() {
+	local emesonargs=(
+		-Dprofile=release
+		-Drevno="${PR}"
+		-Dvaladoc=disabled
+		-Dcontractor=disabled
+		-Dlibunwind=disabled
+		$(meson_feature ytnef tnef)
+	)
+
+	meson_src_configure
+}
+
+src_test() {
+	virtx meson_src_test
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


             reply	other threads:[~2023-08-18 14:56 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-18 14:50 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-20 20:37 [gentoo-commits] repo/gentoo:master commit in: mail-client/geary/ Arthur Zamarin
2024-07-15 19:22 Pacho Ramos
2024-07-15 19:22 Pacho Ramos
2023-10-29 22:23 Mart Raudsepp
2023-08-16 22:32 Matt Turner
2023-07-06 13:59 Matt Turner
2022-10-30 23:21 Matt Turner
2022-04-19  5:50 Matt Turner
2022-04-19  5:50 Matt Turner
2021-08-27 20:45 Sam James
2021-07-11 12:31 Mart Raudsepp
2021-07-11 12:31 Mart Raudsepp
2021-07-11 12:31 Mart Raudsepp
2021-07-11  9:49 Mart Raudsepp
2021-06-26  1:34 Sam James
2021-04-30 16:39 Matt Turner
2021-04-28  2:39 Matt Turner
2021-04-17  1:20 Matt Turner
2020-08-29  8:27 Mart Raudsepp
2020-08-29  8:27 Mart Raudsepp
2020-05-18  7:53 Mart Raudsepp
2020-03-29  9:19 Mart Raudsepp
2020-03-16 22:20 Mart Raudsepp
2020-02-16 18:06 Mart Raudsepp
2020-02-16 18:06 Mart Raudsepp
2020-02-16 18:06 Mart Raudsepp
2020-02-05 13:06 Mart Raudsepp
2020-02-05 13:06 Mart Raudsepp
2020-02-02 20:13 Mart Raudsepp
2020-02-02 19:35 Mart Raudsepp
2020-01-10 21:49 Mart Raudsepp
2020-01-10 19:35 Thomas Deutschmann
2019-12-12  1:50 Matt Turner
2019-12-04 20:41 Matt Turner
2019-07-28  6:42 Mart Raudsepp
2019-03-19 11:21 Sobhan Mohammadpour
2019-03-18  0:56 Sobhan Mohammadpour
2019-02-14  0:03 Mart Raudsepp
2019-02-13 23:37 Mart Raudsepp
2018-12-02 17:27 Mart Raudsepp
2018-07-16  9:41 Mart Raudsepp
2018-01-18  3:20 Mikle Kolyada
2017-12-09 15:09 Pacho Ramos
2017-01-15 16:44 Pacho Ramos
2016-12-05 13:52 Pacho Ramos
2016-12-05 13:52 Pacho Ramos
2015-08-14 20:23 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=1692370197.e836b6032e00292d74e9f8322cd5933844baa463.mattst88@gentoo \
    --to=mattst88@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