claws-mail: update to 3.17.4.
This commit is contained in:
parent
42ac4086b0
commit
cf4c34b4c3
1 changed files with 4 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'claws-mail'
|
||||
pkgname=claws-mail
|
||||
version=3.17.3
|
||||
revision=3
|
||||
version=3.17.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-python-plugin --disable-perl-plugin
|
||||
--enable-enchant --enable-gnutls"
|
||||
|
@ -12,22 +12,14 @@ makedepends="poppler-glib-devel libarchive-devel libSM-devel
|
|||
libsoup-gnome-devel startup-notification-devel libical-devel
|
||||
librsvg-devel libgdata-devel NetworkManager-devel libxml2-devel
|
||||
libcurl-devel"
|
||||
short_desc="The user-friendly, lightweight, and fast email client"
|
||||
short_desc="GTK+ based, user-friendly, lightweight, and fast email client"
|
||||
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://claws-mail.org"
|
||||
distfiles="https://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz"
|
||||
checksum=504e1f5a6f0880192662826ac07bcd083c3167b3db7143858617d6c51233d2f2
|
||||
checksum=590ed1131e51b3a627e75c3b256068f5176a498628e1c8f3315b9bc09482ae02
|
||||
nocross=yes
|
||||
|
||||
pre_configure() {
|
||||
# fix new versioned enchant pkgconfig detection
|
||||
sed -i "s:PKG_CHECK_MODULES(ENCHANT, enchant >= 1.4.0:PKG_CHECK_MODULES(ENCHANT, enchant-2 >= 1.4.0:" configure.ac
|
||||
sed -i "s:--cflags enchant:--cflags enchant-2:" configure.ac
|
||||
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
# TODO(dominikh): claws-mail is a mess. If we don't have python
|
||||
# installed at all, the build process will fail, even if we don't want
|
||||
# the python plugin. If we do have python installed, cross-compilation
|
||||
|
|
Loading…
Reference in a new issue