[arch-commits] Commit in evolution/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Apr 9 08:04:37 UTC 2017


    Date: Sunday, April 9, 2017 @ 08:04:36
  Author: jgc
Revision: 292553

upgpkg: evolution 3.24.0+36+g70a79d86b3-1

Modified:
  evolution/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++---------------------
 1 file changed, 5 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-09 07:55:00 UTC (rev 292552)
+++ PKGBUILD	2017-04-09 08:04:36 UTC (rev 292553)
@@ -4,7 +4,7 @@
 
 pkgbase=evolution
 pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.22.6
+pkgver=3.24.0+36+g70a79d86b3
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 url="https://wiki.gnome.org/Apps/Evolution"
@@ -11,11 +11,11 @@
 arch=(i686 x86_64)
 license=(GPL)
 depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
-         dconf gtkspell3 libcryptui)
+         dconf gtkspell3 libcryptui gnome-autoar)
 makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
-             spamassassin highlight gnome-common gtk-doc yelp-tools git)
+             spamassassin highlight gtk-doc yelp-tools git cmake)
 options=(!emptydirs)
-_commit=291e610bfc1bd33a5c90853468ecd034f83b539f  # tags/EVOLUTION_3_22_6^0
+_commit=70a79d86b3764a20ca7ad7129342959f2d9a4a45  # gnome-3-24
 source=("git+https://git.gnome.org/browse/evolution#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -24,26 +24,10 @@
   git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
 }
 
-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
-
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib -DSYSCONF_INSTALL_DIR=/etc -DENABLE_SMIME=ON -DENABLE_GTK_DOC=ON .
   make
 }
 



More information about the arch-commits mailing list