File geary.spec of Package geary
#
# spec file for package geary
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: geary
Version: 46.0+24
Release: 0
Summary: An email reader for the GNOME desktop
License: BSD-2-Clause AND CC-BY-3.0 AND LGPL-2.1-or-later
Group: Productivity/Networking/Email/Clients
URL: https://wiki.gnome.org/Apps/Geary
Source0: %{name}-%{version}.tar.zst
# PATCH-FEATURE-OPENSUSE Support-GNOME-42-dark-theme-preference.patch -- Support GNOME 42 dark theme preference
Patch0: Support-GNOME-42-dark-theme-preference.patch
# PATCH-FEATURE-OPENSUSE Support-dark-theme-webview.patch -- Support dark mode for email bodies
Patch1: Support-dark-theme-webview.patch
BuildRequires: desktop-file-utils
BuildRequires: fdupes
BuildRequires: itstool
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: snowball-devel
BuildRequires: xml2po
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(enchant-2) >= 2.1
BuildRequires: pkgconfig(folks)
BuildRequires: pkgconfig(gck-1)
BuildRequires: pkgconfig(gcr-3) >= 3.10.1
BuildRequires: pkgconfig(gee-0.8) >= 0.8.5
BuildRequires: pkgconfig(gio-2.0) >= 2.68.0
BuildRequires: pkgconfig(glib-2.0) >= 2.68.0
BuildRequires: pkgconfig(gmime-3.0) >= 3.2.4
BuildRequires: pkgconfig(goa-1.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gsound)
BuildRequires: pkgconfig(gspell-1)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.24
BuildRequires: pkgconfig(icu-uc) >= 60
BuildRequires: pkgconfig(iso-codes)
BuildRequires: pkgconfig(javascriptcoregtk-4.1)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libhandy-1) >= 1.6.0
BuildRequires: pkgconfig(libpeas-1.0) >= 1.24.0
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.24.0
BuildRequires: pkgconfig(libsecret-1) >= 0.11
BuildRequires: pkgconfig(libsoup-3.0)
BuildRequires: pkgconfig(libunwind)
BuildRequires: pkgconfig(libxml-2.0) >= 2.7.8
BuildRequires: pkgconfig(sqlite3) >= 3.24
BuildRequires: pkgconfig(vapigen) >= 0.48.18
BuildRequires: pkgconfig(webkit2gtk-4.1)
BuildRequires: pkgconfig(webkit2gtk-web-extension-4.1)
%description
Geary is a email reader for GNOME.
Its interface is based on conversations, so entire discussion
may be read without having to navigate between messages.
%lang_package
%prep
%autosetup -p1
%build
export CFLAGS="%{optflags} -Wno-error=return-type"
%meson \
-Dprofile=release \
-Dvaladoc=disabled \
-Dtnef=disabled \
%{nil}
%meson_build
%install
%meson_install
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}
%files
%license COPYING COPYING.icons
%doc NEWS THANKS AUTHORS
%{_datadir}/help/C/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}/
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libgeary-client*.so
%{_libdir}/%{name}/plugins/
%dir %{_libdir}/%{name}/web-extensions
%{_libdir}/%{name}/web-extensions/libgeary-web-process.so
%dir %{_datadir}/metainfo
%{_datadir}/metainfo/org.gnome.Geary.appdata.xml
%{_datadir}/applications/org.gnome.Geary.desktop
%{_datadir}/applications/geary-autostart.desktop
%{_datadir}/icons/hicolor/
%{_datadir}/glib-2.0/schemas/org.gnome.Geary.gschema.xml
%{_datadir}/dbus-1/services/org.gnome.Geary.service
%files lang -f %{name}.lang
%changelog