evolution: update to 3.24.0

This commit is contained in:
Sir_Boops 2017-04-06 14:23:16 -06:00
parent c439e80ad6
commit eabdc43dcb
2 changed files with 19 additions and 8 deletions

View file

@ -0,0 +1,13 @@
--- CMakeLists.txt 2017-03-20 03:14:35.000000000 -0600
+++ CMakeLists.txt 2017-04-06 15:05:22.473504016 -0600
@@ -350,10 +350,6 @@
CHECK_C_SOURCE_RUNS("#include \"${CMAKE_SOURCE_DIR}/iconv-detect.c\"" _correct_iconv)
unset(CMAKE_REQUIRED_LIBRARIES)
-if(NOT _correct_iconv)
- message(FATAL_ERROR "You need to install a working iconv implementation, such as ftp://ftp.gnu.org/pub/gnu/libiconv")
-endif(NOT _correct_iconv)
-
# ******************************
# Timezone checks
# ******************************

View file

@ -1,11 +1,10 @@
# Template file for 'evolution'
pkgname=evolution
version=3.22.6
version=3.24.0
revision=1
build_style=gnu-configure
configure_args="--disable-pst-import --with-openldap --disable-bogofilter
--with-krb5=/usr --disable-schemas-compile --disable-static --disable-spamassassin
--disable-text-highlight --disable-gtkspell --disable-autoar --disable-libcryptui"
build_style=cmake
configure_args="-DENABLE_AUTOAR=OFF -DENABLE_LIBCRYPTUI=OFF -DENABLE_GTKSPELL=OFF
-DENABLE_TEXT_HIGHLIGHT=OFF -DENABLE_PST_IMPORT=OFF"
hostmakedepends="pkg-config intltool itstool gnome-doc-utils gobject-introspection"
makedepends="
libgdata-devel webkit2gtk-devel evolution-data-server-devel
@ -17,9 +16,9 @@ depends="gtkhtml>=4.6 gnome-keyring gnome-icon-theme hicolor-icon-theme desktop-
short_desc="Integrated mail, addressbook and calendaring for GNOME"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://www.gnome.org"
homepage="https://wiki.gnome.org/Apps/Evolution"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=9f4be4a1d5ee4d5eb9b132cf751ba3afc833025aa6dc7baa1f9483489d8a943e
checksum=50813222ecf5593b526fedb7b88748df9d58f3417d6c999f59d6f420e80c8514
evolution-devel_package() {
depends="GConf-devel gtkhtml-devel>=4.6.0 evolution-data-server-devel
@ -28,6 +27,5 @@ evolution-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc
}
}