evolution: add shlibs needed for evolution-ews

This commit is contained in:
Enno Boland 2018-03-20 09:55:43 +01:00
parent ecaac37dbf
commit b6f4553a1f
No known key found for this signature in database
GPG key ID: D09964719BDE9971
2 changed files with 8 additions and 1 deletions

View file

@ -558,6 +558,11 @@ libebook-contacts-1.2.so.2 evolution-data-server-3.17.90_1
libedata-book-1.2.so.25 evolution-data-server-3.8.0_1
libebook-1.2.so.19 evolution-data-server-3.24.0_1
libecal-1.2.so.19 evolution-data-server-3.18.0_1
libevolution-calendar.so evolution-3.28.0_1
libevolution-util.so evolution-3.28.0_1
libemail-engine.so evolution-3.28.0_1
libevolution-mail.so evolution-3.28.0_1
libevolution-shell.so evolution-3.28.0_1
libedata-cal-1.2.so.28 evolution-data-server-3.18.0_1
libgdata.so.22 libgdata-0.17.9_1
libpcap.so.1 libpcap-1.1.1_1

View file

@ -1,7 +1,7 @@
# Template file for 'evolution'
pkgname=evolution
version=3.28.0
revision=1
revision=2
build_style=cmake
configure_args="-DENABLE_AUTOAR=OFF -DENABLE_LIBCRYPTUI=OFF -DENABLE_GTKSPELL=OFF
-DENABLE_TEXT_HIGHLIGHT=OFF -DENABLE_PST_IMPORT=OFF"
@ -19,6 +19,8 @@ license="LGPL-2.1-or-later, LGPL-3.0-or-later, GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Apps/Evolution"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=ce0a7a4da646bdf7692dcece1b0facb1473368ae53a1d3ee45cc35498ce1de2c
shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
libevolution-mail.so libevolution-shell.so"
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" glib-devel"