evolution-data-server: update to 3.4.3.
This commit is contained in:
parent
c45f8a3f33
commit
de72ada3d9
2 changed files with 14 additions and 13 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'evolution-data-server-devel'.
|
# Template file for 'evolution-data-server-devel'.
|
||||||
#
|
#
|
||||||
depends="sqlite-devel GConf-devel mit-krb5-devel nss-devel libical-devel libgweather-devel libldap-devel libgdata-devel gnome-online-accounts-devel vala-devel evolution-data-server>=3.4.2"
|
noarch=yes
|
||||||
|
depends="sqlite-devel GConf-devel mit-krb5-devel nss-devel libical-devel
|
||||||
|
libgweather-devel libldap-devel libgdata-devel gnome-online-accounts-devel
|
||||||
|
evolution-data-server>=$version"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -1,21 +1,22 @@
|
||||||
# Template file for 'evolution-data-server'
|
# Template file for 'evolution-data-server'
|
||||||
pkgname=evolution-data-server
|
pkgname=evolution-data-server
|
||||||
version=3.4.2
|
version=3.4.3
|
||||||
homepage="http://www.gnome.org"
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-openldap
|
configure_args="--with-openldap
|
||||||
--with-krb5=/usr --with-nspr-includes=/usr/include/nspr
|
--with-krb5=/usr --with-nspr-includes=/usr/include/nspr
|
||||||
--with-nss-includes=/usr/include/nss --enable-vala-bindings"
|
--with-nss-includes=/usr/include/nss --enable-vala-bindings"
|
||||||
makedepends="pkg-config intltool flex gperf gobject-introspection sqlite-devel dbus-glib-devel GConf-devel mit-krb5-devel nss-devel libical-devel libgweather-devel libldap-devel libgdata-devel gnome-online-accounts-devel vala-devel liboauth-devel libgnome-keyring-devel"
|
makedepends="pkg-config intltool flex gperf gobject-introspection sqlite-devel
|
||||||
revision=1
|
dbus-glib-devel GConf-devel mit-krb5-devel nss-devel libical-devel
|
||||||
|
libgweather-devel libldap-devel libgdata-devel gnome-online-accounts-devel
|
||||||
|
vala-devel liboauth-devel libgnome-keyring-devel"
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
short_desc="Evolution data server"
|
short_desc="Evolution data server"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=9020337a8ce02ae13c2bcbab80784bfbc6b73803d91a3cacc6362426036f6285
|
homepage="http://www.gnome.org"
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||||
|
checksum=455d0ee5ba5f1638f593476427697c9b5fc9668389b18f170449710f711626d8
|
||||||
long_desc="
|
long_desc="
|
||||||
Evolution Data Server is responsible for managing calendar and addressbook
|
Evolution Data Server is responsible for managing calendar and addressbook
|
||||||
information within the GNOME desktop."
|
information within the GNOME desktop."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue