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

Balló György bgyorgy at archlinux.org
Wed Jan 25 21:48:09 UTC 2017


    Date: Wednesday, January 25, 2017 @ 21:48:08
  Author: bgyorgy
Revision: 209085

upgpkg: balsa 2.5.3-2

Use webkit2gtk instead of webkitgtk, use gspell instead of gtkspell3, enable GNOME support

Modified:
  balsa/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-25 21:17:43 UTC (rev 209084)
+++ PKGBUILD	2017-01-25 21:48:08 UTC (rev 209085)
@@ -6,36 +6,33 @@
 
 pkgname=balsa
 pkgver=2.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An e-mail client for GNOME"
 arch=('i686' 'x86_64')
 url='http://pawsa.fedorapeople.org/balsa/'
 license=('GPL')
-depends=('gmime' 'webkit2gtk' 'webkitgtk' 'libesmtp' 'libnotify'
-         'gpgme' 'gtksourceview3' 'gtkspell3' 'desktop-file-utils')
+depends=('gmime' 'webkit2gtk' 'libesmtp' 'libnotify'
+         'gpgme' 'gtksourceview3' 'gspell' 'desktop-file-utils')
 makedepends=('yelp-tools' 'intltool')
 changelog=$pkgname.changelog
-source=(https://git.gnome.org/browse/$pkgname/snapshot/$pkgname-$pkgver.tar.xz)
-sha256sums=('47c1cfa20ca8e8a58e8ca5fc6951c4c5048590031798c8b204a2eba0119ad1d2')
+source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b896ea6b16b31725e0d81ba4eac398b39ad5c33f2337a260448d2feac7e55396')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  ./autogen.sh
   ./configure --prefix=/usr \
       --sysconfdir=/etc \
       --localstatedir=/var \
-      --with-ssl \
       --with-gpgme=gpgme-config \
       --with-gss \
       --with-ldap \
       --with-gtksourceview \
-      --with-gtkspell \
+      --with-spell-checker=gspell \
       --with-rubrica \
       --with-sqlite \
-      --without-nm \
-      --without-gnome \
-      --with-html-widget=webkit
+      --with-gnome \
+      --with-html-widget=webkit2
   make
 }
 



More information about the arch-commits mailing list