diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template index 698a0b01ecf..97f19e4d7cc 100644 --- a/srcpkgs/evolution-data-server/template +++ b/srcpkgs/evolution-data-server/template @@ -1,7 +1,7 @@ # Template file for 'evolution-data-server' pkgname=evolution-data-server -version=3.12.8 -revision=2 +version=3.12.9 +revision=1 build_style=gnu-configure configure_args="--with-openldap --disable-uoa --with-krb5=/usr --with-nspr-includes=/usr/include/nspr @@ -16,12 +16,12 @@ maintainer="Juan RP " license="GPL-2" homepage="http://www.gnome.org" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" -checksum=06fb4b9a1137b77a53e94eb69e4aeedd8f92d1bd1cfa0175f607660dd3b30818 +checksum=2f6cb7fe315cdc20938e08e2c724fe9364d9a72801a41b05f77367b6790aaee0 post_install() { - # Fix broken pkg-config - sed -i "s|^Requires: gio-2.0, , |Requires: gio-2.0, mozilla-nspr, mozilla-nss|" \ - $DESTDIR/usr/lib/pkgconfig/evolution-data-server-1.2.pc + # Fix broken pkg-config + sed -i "s|^Requires: gio-2.0, , |Requires: gio-2.0, mozilla-nspr, mozilla-nss|" \ + $DESTDIR/usr/lib/pkgconfig/evolution-data-server-1.2.pc } evolution-data-server-devel_package() { diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template index f8edbbf036d..95460b011f0 100644 --- a/srcpkgs/evolution/template +++ b/srcpkgs/evolution/template @@ -1,6 +1,6 @@ # Template file for 'evolution' pkgname=evolution -version=3.12.8 +version=3.12.9 revision=1 build_style=gnu-configure configure_args="--disable-pst-import --with-openldap --disable-bogofilter @@ -19,7 +19,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://www.gnome.org" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" -checksum=6a6996ed350e2bc09ecb63befdbc9cfbd9d1097e0ff77033e9bafd1f7b5a6414 +checksum=923e6a1e1732ddbb3bd9fe60d5fcfc3b9c1d6ee38b20885f1d243096e6275bf6 post_install() { # Remove devel stuff, not interested.