evolution-data-server: update to 3.10.0 (soname bumps).
This commit is contained in:
parent
613788cca9
commit
90dcfa01df
2 changed files with 14 additions and 13 deletions
|
@ -546,15 +546,15 @@ libebook-1.2.so.13 evolution-data-server-3.3.92_1
|
|||
libecal-1.2.so.11 evolution-data-server-3.3.92_1
|
||||
libedata-book-1.2.so.13 evolution-data-server-3.3.92_1
|
||||
libedata-cal-1.2.so.15 evolution-data-server-3.3.92_1
|
||||
libedataserver-1.2.so.16 evolution-data-server-3.3.92_1
|
||||
libedataserver-1.2.so.18 evolution-data-server-3.10.0_1
|
||||
libedataserverui-3.0.so.1 evolution-data-server-3.3.92_1
|
||||
libcamel-1.2.so.40 evolution-data-server-3.6.0_1
|
||||
libedataserver-1.2.so.17 evolution-data-server-3.6.0_1
|
||||
libebackend-1.2.so.5 evolution-data-server-3.6.0_1
|
||||
libcamel-1.2.so.45 evolution-data-server-3.10.0_1
|
||||
libedataserver-1.2.so.18 evolution-data-server-3.10.0_1
|
||||
libebackend-1.2.so.7 evolution-data-server-3.10.0_1
|
||||
libebook-1.2.so.14 evolution-data-server-3.6.0_1
|
||||
libedata-book-1.2.so.15 evolution-data-server-3.6.0_1
|
||||
libecal-1.2.so.15 evolution-data-server-3.6.0_1
|
||||
libedata-cal-1.2.so.18 evolution-data-server-3.6.0_1
|
||||
libedata-book-1.2.so.20 evolution-data-server-3.10.0_1
|
||||
libecal-1.2.so.16 evolution-data-server-3.10.0_1
|
||||
libedata-cal-1.2.so.23 evolution-data-server-3.10.0_1
|
||||
libedataserverui-3.0.so.4 evolution-data-server-3.6.0_1
|
||||
libgdata.so.13 libgdata-0.10.0_1
|
||||
libpcap.so.1 libpcap-1.1.1_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'evolution-data-server'
|
||||
pkgname=evolution-data-server
|
||||
version=3.8.5
|
||||
version=3.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-openldap --disable-uoa
|
||||
|
@ -8,19 +8,19 @@ configure_args="--with-openldap --disable-uoa
|
|||
--with-nss-includes=/usr/include/nss --enable-vala-bindings"
|
||||
hostmakedepends="pkg-config intltool flex gperf gobject-introspection"
|
||||
makedepends="db-devel>=5.3 sqlite-devel mit-krb5-devel nss-devel libical-devel
|
||||
libsecret-devel libsoup-gnome-devel>=2.40 gcr-devel>=3.8.0 libldap-devel
|
||||
libgdata-devel vala-devel>=0.20 libgweather-devel>=3.8.0"
|
||||
libsecret-devel libsoup-gnome-devel>=2.44 gcr-devel>=3.10 libldap-devel
|
||||
libgdata-devel>=0.14 vala-devel>=0.22 libgweather-devel>=3.10"
|
||||
short_desc="Evolution data server"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||
checksum=73c4ecfed65651cc72966b90081d7b72f9b42573585bc89797efea65ccfdbd2a
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=1c47a0e138e9a5ed630d6e3ab30761e74e5f26ed7bbc31debfe76c2bac058b27
|
||||
|
||||
evolution-data-server-devel_package() {
|
||||
depends="sqlite-devel mit-krb5-devel nss-devel libical-devel
|
||||
libldap-devel libgdata-devel libsecret-devel
|
||||
gnome-online-accounts-devel>=3.8.0
|
||||
gnome-online-accounts-devel>=3.10
|
||||
${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
|
@ -34,6 +34,7 @@ evolution-data-server-devel_package() {
|
|||
}
|
||||
|
||||
evolution-data-server_package() {
|
||||
depends="libgdata>=0.14 libsoup-gnome>=2.44 libgweather>=3.10"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue