evolution: update to 3.4.3.
This commit is contained in:
parent
e62de6a02c
commit
a9ec2fda9f
1 changed files with 11 additions and 8 deletions
|
@ -1,19 +1,24 @@
|
||||||
# Template file for 'evolution'
|
# Template file for 'evolution'
|
||||||
pkgname=evolution
|
pkgname=evolution
|
||||||
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="--disable-pst-import --with-clutter --with-openldap
|
configure_args="--disable-pst-import --with-clutter --with-openldap
|
||||||
--with-krb5=/usr --disable-schemas-install --disable-scrollkeeper
|
--with-krb5=/usr --disable-schemas-install --disable-scrollkeeper
|
||||||
--disable-static --with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
--disable-static --with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
||||||
makedepends="which pkg-config intltool gnome-doc-utils evolution-data-server-devel gtk+3-devel libical-devel GConf-devel mx-devel clutter-gtk-devel libcanberra-devel gtkhtml-devel nss-devel clutter-devel json-glib-devel libXfixes-devel enchant-devel sqlite-devel libsoup-devel libxml2-devel gnome-desktop-devel libldap-devel libsoup-gnome-devel libnotify-devel gnome-online-accounts-devel libgdata-devel gstreamer-devel libgweather-devel mit-krb5-devel NetworkManager-devel"
|
makedepends="which pkg-config intltool gnome-doc-utils evolution-data-server-devel
|
||||||
|
gtk+3-devel libical-devel GConf-devel mx-devel clutter-gtk-devel libcanberra-devel
|
||||||
|
gtkhtml-devel nss-devel clutter-devel json-glib-devel libXfixes-devel enchant-devel
|
||||||
|
sqlite-devel libsoup-devel libxml2-devel gnome-desktop-devel libldap-devel
|
||||||
|
libsoup-gnome-devel libnotify-devel gnome-online-accounts-devel libgdata-devel
|
||||||
|
gstreamer-devel libgweather-devel mit-krb5-devel NetworkManager-devel"
|
||||||
fulldepends="hicolor-icon-theme desktop-file-utils gsettings-desktop-schemas iso-codes"
|
fulldepends="hicolor-icon-theme desktop-file-utils gsettings-desktop-schemas iso-codes"
|
||||||
revision=1
|
|
||||||
short_desc="Integrated mail, addressbook and calendaring"
|
short_desc="Integrated mail, addressbook and calendaring"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=aa08c5e5abf75b3d617d6ab17d16c5a5b1775558a3cd4415554d5bcd78d1914d
|
homepage="http://www.gnome.org"
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||||
|
checksum=3b57f6c1f61993771f0b63c11287ced17ae44b5007ba1a27f14fcb0a1ec0dfcc
|
||||||
long_desc="
|
long_desc="
|
||||||
Evolution provides integrated mail, addressbook and calendaring functionality
|
Evolution provides integrated mail, addressbook and calendaring functionality
|
||||||
to users of the GNOME desktop."
|
to users of the GNOME desktop."
|
||||||
|
@ -34,8 +39,6 @@ evolution-spamassassin.schemas"
|
||||||
|
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
||||||
for f in ${gconf_schemas}; do
|
for f in ${gconf_schemas}; do
|
||||||
|
|
Loading…
Reference in a new issue