Compare commits

...

2 commits

Author SHA1 Message Date
Your Name
88e3f47284 4.3.0
Some checks failed
Run CI/CD... / main (push) Failing after 10m2s
2025-02-18 21:47:02 +00:00
Your Name
c6aa395656 4.3.0 2025-02-18 21:36:29 +00:00
2 changed files with 9 additions and 1 deletions

View file

@ -1,2 +1,3 @@
addFilter("W: no-documentation") addFilter("W: no-documentation")
addFilter("E: non-standard-executable-perm") addFilter("E: non-standard-executable-perm")
addFilter("E: lib-package-without-%mklibname")

View file

@ -4,6 +4,7 @@
%define webkit1 1 %define webkit1 1
%define litehtml 1 %define litehtml 1
%define archive 0 %define archive 0
%define avatar 0
# There are perl scripts in docs/tools and we don't want to install perl # There are perl scripts in docs/tools and we don't want to install perl
# modules required by these scripts # modules required by these scripts
@ -17,7 +18,7 @@
# only available claws-mail > 3.17.3 # only available claws-mail > 3.17.3
%bcond_with litehtml %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 Name: claws-mail
Version: 4.3.0 Version: 4.3.0
Release: 2 Release: 2
@ -324,6 +325,7 @@ This Claws Mail kde service menu integrated
%{_datadir}/kde4/services/ServiceMenus/claws-mail-attach-files.desktop %{_datadir}/kde4/services/ServiceMenus/claws-mail-attach-files.desktop
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
%if %{avatar}
%package libravatar-plugin %package libravatar-plugin
Summary: This Claws Mail plugin enables libravatar support 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 #%%{_datadir}/appdata/claws-mail-libravatar.metainfo.xml
%{_libdir}/%{name}/plugins/libravatar.so %{_libdir}/%{name}/plugins/libravatar.so
%endif
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
%if %{with litehtml} %if %{with litehtml}
%package litehtml_viewer-plugin %package litehtml_viewer-plugin
@ -646,7 +649,11 @@ This Claws Mail tools.
--disable-deprecated \ --disable-deprecated \
--disable-networkmanager \ --disable-networkmanager \
--disable-litehtml_viewer-plugin \ --disable-litehtml_viewer-plugin \
%if %{avatar}
--enable-libravatar-plugin \
%else
--disable-libravatar-plugin \ --disable-libravatar-plugin \
%endif
--enable-ipv6 \ --enable-ipv6 \
--disable-static \ --disable-static \
--disable-rpath \ --disable-rpath \