mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
evolution: update to 3.28.2.
This commit is contained in:
parent
e60e065622
commit
5647bad568
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'evolution'
|
# Template file for 'evolution'
|
||||||
pkgname=evolution
|
pkgname=evolution
|
||||||
version=3.28.1
|
version=3.28.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_AUTOAR=OFF -DENABLE_LIBCRYPTUI=OFF -DENABLE_GTKSPELL=OFF
|
configure_args="-DENABLE_AUTOAR=OFF -DENABLE_LIBCRYPTUI=OFF -DENABLE_GTKSPELL=OFF
|
||||||
|
@ -16,14 +16,15 @@ short_desc="Integrated mail, addressbook and calendaring for GNOME"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="LGPL-2.1-or-later, LGPL-3.0-or-later, GPL-2.0-or-later"
|
license="LGPL-2.1-or-later, LGPL-3.0-or-later, GPL-2.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/Evolution"
|
homepage="https://wiki.gnome.org/Apps/Evolution"
|
||||||
|
#changelog="https://raw.githubusercontent.com/GNOME/evolution/gnome-3-28/NEWS"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=144967e51a1781626e542f7abc360a926059146ae957af3271e5d32d1e2dbb69
|
checksum=e444a22d0bdca348b76edb59c7d15935dfa46bf731bf840060dcbada6555a953
|
||||||
shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
|
shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
|
||||||
libevolution-mail.so libevolution-shell.so"
|
libevolution-mail.so libevolution-shell.so"
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
else
|
else
|
||||||
hostmakedepends+=" glib-devel"
|
hostmakedepends+=" glib-devel"
|
||||||
configure_args+=" -D_correct_iconv_EXITCODE=0"
|
configure_args+=" -D_correct_iconv_EXITCODE=0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue