evolution: needs gtkhtml at run-time (fixes #72).
This commit is contained in:
parent
1cb4b24ccc
commit
6312759183
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'evolution'
|
||||
pkgname=evolution
|
||||
version=3.8.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-pst-import --with-openldap --disable-bogofilter
|
||||
--with-krb5=/usr --disable-schemas-compile --disable-static --disable-spamassassin
|
||||
|
@ -28,7 +28,7 @@ post_install() {
|
|||
}
|
||||
|
||||
evolution_package() {
|
||||
depends="hicolor-icon-theme desktop-file-utils iso-codes"
|
||||
depends="gtkhtml>=4.6 hicolor-icon-theme desktop-file-utils iso-codes"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue