On Wed, 12 Oct 2016 21:46:12 -0400, [email protected] wrote:
>[benjaminselzer@pixel pkg]$ yaourt -Q webkit2gtk
>extra/webkit2gtk 2.14.1-1
>
>
>Any ideas?
No, perhaps a developer should chime in. On my machine the same version
of webkitgtk is installed.
[rocketmouse@archlinux ~]$ yaourt -Qs webkit | tail -6
extra/webkit2gtk 2.14.1-1
GTK+ Web content engine library
extra/webkitgtk 2.4.11-1
GTK+ Web content engine library
extra/webkitgtk2 2.4.11-1
GTK+ Web content engine library for GTK2
Maybe the only difference is on my machine
evolution 3.22.1
does work without issues and an your machine
evolution-ews 3.22.1
is broken. IOW evolution vs evolution-ews.
[rocketmouse@archlinux ~]$ grep -A21 prepare /var/abs/extra/evolution/PKGBUILD
prepare() {
cd $pkgbase
NOCONFIGURE=1 ./autogen.sh
}
build() {
cd $pkgbase
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib \
--enable-nss=yes \
--with-openldap=yes \
--enable-smime=yes \
--disable-schemas-compile \
--disable-autoar \
--enable-gtk-doc
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
[rocketmouse@archlinux ~]$ grep -A11 prepare
/var/abs/extra/evolution-ews/PKGBUILD
prepare() {
cd $pkgname
NOCONFIGURE=1 ./autogen.sh
}
build() {
cd $pkgname
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/evolution --disable-static
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/
func_append compile_command " -Wl,-O1,--as-needed"\n func_append
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
make
}
Regards,
Ralf
_______________________________________________
evolution-list mailing list
[email protected]
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list