forked from ports/contrib
claws-mail: updated to 2.8.0
This commit is contained in:
parent
62a99a62df
commit
f0dca8d8f4
@ -50,6 +50,7 @@ drwxr-xr-x root/root usr/include/claws-mail/common/
|
||||
-rw-r--r-- root/root usr/include/claws-mail/common/timing.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/common/utils.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/common/uuencode.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/common/valgrind.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/common/version.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/common/xml.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/common/xmlprops.h
|
||||
@ -68,7 +69,6 @@ drwxr-xr-x root/root usr/include/claws-mail/common/
|
||||
-rw-r--r-- root/root usr/include/claws-mail/enriched.h
|
||||
drwxr-xr-x root/root usr/include/claws-mail/etpan/
|
||||
-rw-r--r-- root/root usr/include/claws-mail/etpan/etpan-errors.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/etpan/etpan-log.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/etpan/etpan-thread-manager-types.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/etpan/etpan-thread-manager.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/etpan/imap-thread.h
|
||||
@ -210,6 +210,7 @@ drwxr-xr-x root/root usr/include/claws-mail/plugins/pgpmime/
|
||||
-rw-r--r-- root/root usr/include/claws-mail/toolbar.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/undo.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/unmime.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/uri_opener.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/vcard.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/wizard.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
|
@ -1 +1 @@
|
||||
079f167fba6e17ae2c688a0dae858b0f claws-mail-2.7.2.tar.bz2
|
||||
c3f6ed9c639dbe7a8f36ecb0d8f59797 claws-mail-2.8.0.tar.bz2
|
||||
|
@ -2,12 +2,12 @@
|
||||
# URL: http://www.claws-mail.org/index.php
|
||||
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
||||
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org
|
||||
# Depends on: gtk openssl libetpan
|
||||
# Depends on: gtk
|
||||
|
||||
# Nice to have: gpgme aspell clamav
|
||||
# Nice to have: openssl libetpan gpgme aspell clamav dillo libgnomeprintui openldap
|
||||
|
||||
name=claws-mail
|
||||
version=2.7.2
|
||||
version=2.8.0
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sylpheed-claws/$name-$version.tar.bz2)
|
||||
|
||||
@ -15,10 +15,8 @@ build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--disable-nls \
|
||||
--disable-gnomeprint \
|
||||
--disable-manual \
|
||||
--mandir=/usr/man \
|
||||
--enable-libetpan
|
||||
--mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share/doc
|
||||
|
Loading…
x
Reference in New Issue
Block a user