From c6aa395656838ca10e465bff62ae6c68110ecb1f Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 18 Feb 2025 21:36:29 +0000 Subject: [PATCH] 4.3.0 --- claws-mail.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/claws-mail.spec b/claws-mail.spec index adb62f6..2686276 100644 --- a/claws-mail.spec +++ b/claws-mail.spec @@ -4,6 +4,7 @@ %define webkit1 1 %define litehtml 1 %define archive 0 +%define avatar 0 # There are perl scripts in docs/tools and we don't want to install perl # modules required by these scripts @@ -17,7 +18,7 @@ # only available claws-mail > 3.17.3 %bcond_with litehtml -Summary: The user-friendly, lightweight and fast GTK2 based email client +Summary: The user-friendly, lightweight and fast GTK3 based email client Name: claws-mail Version: 4.3.0 Release: 2 @@ -324,6 +325,7 @@ This Claws Mail kde service menu integrated %{_datadir}/kde4/services/ServiceMenus/claws-mail-attach-files.desktop #---------------------------------------------------------------------------- +%if %{avatar} %package libravatar-plugin Summary: This Claws Mail plugin enables libravatar support @@ -338,6 +340,7 @@ libravatar service ( http://www.libravatar.org ). #%%{_datadir}/appdata/claws-mail-libravatar.metainfo.xml %{_libdir}/%{name}/plugins/libravatar.so +%endif #---------------------------------------------------------------------------- %if %{with litehtml} %package litehtml_viewer-plugin @@ -646,7 +649,11 @@ This Claws Mail tools. --disable-deprecated \ --disable-networkmanager \ --disable-litehtml_viewer-plugin \ +%if %{avatar} + --enable-libravatar-plugin \ +%else --disable-libravatar-plugin \ +%endif --enable-ipv6 \ --disable-static \ --disable-rpath \