kiss-repo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3c90653304be49ce79d5b8397301e8768935d47b
parent f6e103c96e87feccc8eb8ac071bfd81209e7564d
Author: aabacchus <ben@bvnf.space>
Date:   Thu,  6 May 2021 01:02:19 +0100

claws-mail: new package at 3.17.8

Diffstat:
Aclaws-mail/build | 40++++++++++++++++++++++++++++++++++++++++
Aclaws-mail/checksums | 1+
Aclaws-mail/depends | 21+++++++++++++++++++++
Aclaws-mail/sources | 1+
Aclaws-mail/version | 1+
5 files changed, 64 insertions(+), 0 deletions(-)

diff --git a/claws-mail/build b/claws-mail/build @@ -0,0 +1,40 @@ +#!/bin/sh -e + +# yes, I had a hard time with this one. +# my depends file can be cleaned up a LOT +# (configure automatically adds components based on what's available!) +# but I haven't got around to it yet. +# Also almost all of the below stuff can go. + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --disable-perl-plugin \ + --enable-crash-dialog \ + --disable-libtool-lock \ + --disable-largefile \ + --disable-rpath \ + --disable-nls \ + --disable-manual \ + --disable-libsm \ + --disable-ipv6 \ + --disable-enchant \ + --disable-compface \ + --disable-pthread \ + --disable-startup-notification \ + --disable-dbus \ + --disable-ldap \ + --disable-jpilot \ + --disable-networkmanager \ + --disable-valgrind \ + --disable-svg \ + --disable-deprecated \ + --enable-pgpmime-plugin + +# currently, setting an encryption option in an outgoing email causes a segfault. +# (for me) +# everything else works though. + + +make +make DESTDIR="$1" install diff --git a/claws-mail/checksums b/claws-mail/checksums @@ -0,0 +1 @@ +cdb7b2814995d6f4a9c3b1f0bc1467ed5c3cf2a5e0da1730aaa25a8accafddaf diff --git a/claws-mail/depends b/claws-mail/depends @@ -0,0 +1,21 @@ +atk +cairo +curl +cyrus-sasl +expat +fontconfig +freetype-harfbuzz +gdk-pixbuf +glib +gnutls +gpgme +gtk+2 +libICE +libSM +libassuan +libetpan +libgpg-error +libressl +nettle +pango +zlib diff --git a/claws-mail/sources b/claws-mail/sources @@ -0,0 +1 @@ +https://www.claws-mail.org/download.php?file=releases/claws-mail-3.17.8.tar.xz diff --git a/claws-mail/version b/claws-mail/version @@ -0,0 +1 @@ +3.17.8 1