mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/evolution-data-server to 3.20.0-2
This commit is contained in:
parent
43d3e50ef6
commit
356994a3bc
1 changed files with 6 additions and 6 deletions
|
@ -5,17 +5,17 @@
|
|||
# - disable libphonenumber, FTBFS on ARM
|
||||
|
||||
pkgname=evolution-data-server
|
||||
pkgver=3.18.5
|
||||
pkgrel=1
|
||||
pkgver=3.20.0
|
||||
pkgrel=2
|
||||
pkgdesc="Centralized access to appointments and contacts"
|
||||
arch=(i686 x86_64)
|
||||
depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
|
||||
depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata webkitgtk)
|
||||
makedepends=(intltool gperf gobject-introspection vala gtk-doc)
|
||||
install=$pkgname.install
|
||||
url="https://wiki.gnome.org/Apps/Evolution"
|
||||
license=(GPL)
|
||||
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('a897c789925e86df31a1c78212b431cca13dc4d5a3d87e1fb3d507df3994e8e1')
|
||||
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('05f2e84fd5b02f9a526ffd549753af564f54c56047b5126aeecb28a8a0fa4f4b')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
@ -26,7 +26,7 @@ build() {
|
|||
--enable-vala-bindings --disable-uoa \
|
||||
--enable-gtk-doc
|
||||
|
||||
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
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue