mirror of
https://abf.rosa.ru/djam/claws-mail.git
synced 2025-02-22 23:02:51 +00:00
4.3.0
This commit is contained in:
parent
47de8375d3
commit
c6aa395656
1 changed files with 8 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue