evolution-data-server: update to 3.3.92.
This commit is contained in:
parent
a8c6d2546e
commit
89e50c0613
2 changed files with 8 additions and 7 deletions
|
@ -8,7 +8,6 @@ libsoup-2.4.so.1
|
|||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
|
@ -37,12 +36,10 @@ libgweather-3.so.0
|
|||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libgnome-keyring.so.0
|
||||
libdbus-glib-1.so.2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'evolution-data-server'
|
||||
pkgname=evolution-data-server
|
||||
version=3.2.3
|
||||
version=3.3.92
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-openldap
|
||||
--with-krb5=/usr --with-nspr-includes=/usr/include/nspr
|
||||
|
@ -10,7 +10,7 @@ configure_args="--with-openldap
|
|||
short_desc="Evolution data server"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
checksum=8760814491fa1ecf8806b31231b30c5f20169790abdc6b78a2faa194fde3987c
|
||||
checksum=a5cc6324899ecc936171ceb07ef678d341089615e6e600584baefbdd63e35a7d
|
||||
long_desc="
|
||||
Evolution Data Server is responsible for managing calendar and addressbook
|
||||
information within the GNOME desktop."
|
||||
|
@ -22,6 +22,8 @@ Add_dependency build intltool
|
|||
Add_dependency build flex
|
||||
Add_dependency build gperf
|
||||
Add_dependency build gobject-introspection
|
||||
Add_dependency build sqlite-devel
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build GConf-devel
|
||||
Add_dependency build mit-krb5-devel
|
||||
Add_dependency build nss-devel
|
||||
|
@ -31,3 +33,5 @@ Add_dependency build libldap-devel
|
|||
Add_dependency build libgdata-devel
|
||||
Add_dependency build gnome-online-accounts-devel
|
||||
Add_dependency build vala-devel
|
||||
Add_dependency build liboauth-devel
|
||||
Add_dependency build libgnome-keyring-devel
|
||||
|
|
Loading…
Reference in a new issue