From eabdc43dcb1013179d26531b1f0c49b5db7c217b Mon Sep 17 00:00:00 2001 From: Sir_Boops Date: Thu, 6 Apr 2017 14:23:16 -0600 Subject: [PATCH] evolution: update to 3.24.0 --- srcpkgs/evolution/patches/cmake.patch | 13 +++++++++++++ srcpkgs/evolution/template | 14 ++++++-------- 2 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 srcpkgs/evolution/patches/cmake.patch diff --git a/srcpkgs/evolution/patches/cmake.patch b/srcpkgs/evolution/patches/cmake.patch new file mode 100644 index 00000000000..dfb77111785 --- /dev/null +++ b/srcpkgs/evolution/patches/cmake.patch @@ -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 + # ****************************** diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template index 169fb4091ca..88b11b051aa 100644 --- a/srcpkgs/evolution/template +++ b/srcpkgs/evolution/template @@ -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 " 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 } }