mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/claws-mail to 3.9.2-4
This commit is contained in:
parent
db668a9170
commit
d303bacf0c
1 changed files with 5 additions and 6 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
pkgname=claws-mail
|
pkgname=claws-mail
|
||||||
pkgver=3.9.2
|
pkgver=3.9.2
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
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' 'pilot-link' 'enchant'
|
depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan>=1.1-4'
|
||||||
'gpgme' 'libetpan>=1.1-4' 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
|
'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
|
||||||
makedepends=('compface' 'spamassassin' 'bogofilter'
|
makedepends=('compface' 'spamassassin' 'bogofilter'
|
||||||
# dependencies for plugins
|
# dependencies for plugins
|
||||||
'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk')
|
'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk')
|
||||||
|
@ -43,7 +43,7 @@ md5sums=('90de2a265e65fbd9dffdbf428bb0ee28'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
|
||||||
# fixes for python2
|
# fixes for python2
|
||||||
export PYTHON="/usr/bin/python2"
|
export PYTHON="/usr/bin/python2"
|
||||||
|
@ -58,13 +58,12 @@ build() {
|
||||||
--enable-pgpmime-plugin \
|
--enable-pgpmime-plugin \
|
||||||
--enable-spamassassin-plugin \
|
--enable-spamassassin-plugin \
|
||||||
--enable-bogofilter-plugin \
|
--enable-bogofilter-plugin \
|
||||||
--enable-jpilot \
|
|
||||||
#--help
|
#--help
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd ${srcdir}/${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
make DESTDIR=${pkgdir} install
|
make DESTDIR=${pkgdir} install
|
||||||
|
|
||||||
# build and install extra tools
|
# build and install extra tools
|
||||||
|
|
Loading…
Reference in a new issue