mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/claws-mail to 3.11.0-1
This commit is contained in:
parent
55c84127f9
commit
a148f704f7
1 changed files with 5 additions and 4 deletions
|
@ -5,15 +5,15 @@
|
||||||
# - drop valgrind makedepend
|
# - drop valgrind makedepend
|
||||||
|
|
||||||
pkgname=claws-mail
|
pkgname=claws-mail
|
||||||
pkgver=3.10.1
|
pkgver=3.11.0
|
||||||
pkgrel=1.1
|
pkgrel=1
|
||||||
pkgdesc="A GTK+ based e-mail client."
|
pkgdesc="A GTK+ based e-mail client."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
url="http://www.claws-mail.org"
|
url="http://www.claws-mail.org"
|
||||||
depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 'compface'
|
depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 'compface'
|
||||||
'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
|
'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
|
||||||
makedepends=('spamassassin' 'bogofilter'
|
makedepends=('spamassassin' 'bogofilter' 'intltool'
|
||||||
# dependencies for plugins
|
# dependencies for plugins
|
||||||
'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk')
|
'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk')
|
||||||
#'libchamplain' needed for geolocation plugin, disabled for now - most time it's not compatible with current gnome releases
|
#'libchamplain' needed for geolocation plugin, disabled for now - most time it's not compatible with current gnome releases
|
||||||
|
@ -38,7 +38,7 @@ conflicts=('claws-mail-extra-plugins')
|
||||||
provides=('claws')
|
provides=('claws')
|
||||||
install=claws-mail.install
|
install=claws-mail.install
|
||||||
source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc})
|
source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc})
|
||||||
sha1sums=('fff74eabee65b78dc842abf34819cc5dd9e7feca'
|
sha1sums=('544e386f81a4a4f824dbffc52d74871dccdd46fa'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -57,6 +57,7 @@ build() {
|
||||||
--enable-pgpmime-plugin \
|
--enable-pgpmime-plugin \
|
||||||
--enable-spamassassin-plugin \
|
--enable-spamassassin-plugin \
|
||||||
--enable-bogofilter-plugin \
|
--enable-bogofilter-plugin \
|
||||||
|
--enable-appdata
|
||||||
#--help
|
#--help
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue