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
41ed7dbf63
commit
6e25c8276b
2 changed files with 6 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
claws-mail-4.2.0.tar.xz: 85d26e5787c989285c600c32515d314a02779954
|
||||
claws-mail-4.3.0.tar.xz: f8d48d82940caf78cb5e3024261464a93fea8c99
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
%define flag_gtk3 1
|
||||
%define webkit1 1
|
||||
%define litehtml 1
|
||||
%define archive 0
|
||||
|
||||
# There are perl scripts in docs/tools and we don't want to install perl
|
||||
# modules required by these scripts
|
||||
|
@ -18,7 +19,7 @@
|
|||
|
||||
Summary: The user-friendly, lightweight and fast GTK2 based email client
|
||||
Name: claws-mail
|
||||
Version: 4.2.0
|
||||
Version: 4.3.0
|
||||
Release: 1
|
||||
Epoch: 1
|
||||
License: GPLv3+
|
||||
|
@ -170,6 +171,7 @@ address book to avoid unwanted duplicates.
|
|||
%{_libdir}/%{name}/plugins/address_keeper.so
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
%if %{archive}
|
||||
|
||||
%package archive-plugin
|
||||
Summary: Mail Archiver
|
||||
|
@ -183,6 +185,7 @@ This plugin adds archiving features to Claws Mail.
|
|||
#%%{_datadir}/appdata/claws-mail-archive.metainfo.xml
|
||||
%{_libdir}/%{name}/plugins/archive.so
|
||||
|
||||
%endif
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%package att_remover-plugin
|
||||
|
@ -666,7 +669,7 @@ install -m644 %{name}-128x128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/
|
|||
mkdir -p %{buildroot}%{_datadir}/applications/
|
||||
install -m644 %{name}.desktop %{buildroot}%{_datadir}/applications/
|
||||
|
||||
cp -a ABOUT-NLS AUTHORS NEWS README* TODO* RELEASE_NOTES tools %{buildroot}%{_docdir}/claws-mail/
|
||||
cp -a ABOUT-NLS AUTHORS NEWS README* RELEASE_NOTES tools %{buildroot}%{_docdir}/claws-mail/
|
||||
rm -f %{buildroot}%{_docdir}/claws-mail/tools/Makefile*
|
||||
|
||||
# We don't build with plugin
|
||||
|
|
Loading…
Add table
Reference in a new issue