🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
pkgname: 'claws-mail'
pkgver: '4.4.0'
pkgrel: '3'
pkgdesc: 'A GTK+ based e-mail client.'
url: 'https://www.claws-mail.org'
arch: x86_64
depends:
- 'hicolor-icon-theme'
- 'desktop-file-utils'
makedepends:
- bogofilter
- enchant
- aspell
- libetpan
- gnupg
- gpgme
- gnutls
- dbus
- gtk3
- libtasn1
- 'xorg-libsm'
- xorgproto
- nettle
source:
- 'https://www.claws-mail.org/download.php?file=releases/${pkgname}-${pkgver}.tar.xz'
- 'libical-4.patch'
sha256sums:
- SKIP
- SKIP
build: |
cd ${pkgname}-${pkgver}
patch -Np1 -i ../libical-4.patch
./configure --prefix=/usr --mandir=/usr/share/man \
--disable-compface --disable-ldap \
--disable-jpilot --enable-enchant --disable-dillo-viewer-plugin \
--disable-networkmanager-support --disable-demo-plugin \
--disable-openssl --enable-gnutls --enable-libetpan \
--disable-spamassassin-plugin --enable-bogofilter-plugin \
--enable-dillo-plugin
make
make DESTDIR=${PKGDIR} install
package: |
true