mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/claws-mail to 3.17.4-2
This commit is contained in:
parent
d58996e746
commit
e907cd2cef
1 changed files with 8 additions and 8 deletions
|
@ -5,14 +5,14 @@
|
|||
|
||||
pkgname=claws-mail
|
||||
pkgver=3.17.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A GTK+ based e-mail client."
|
||||
arch=('x86_64')
|
||||
license=('GPL3')
|
||||
url="https://www.claws-mail.org"
|
||||
depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 'compface'
|
||||
'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
|
||||
makedepends=('spamassassin' 'bogofilter'
|
||||
makedepends=('spamassassin' 'bogofilter' 'networkmanager'
|
||||
# dependencies for plugins
|
||||
'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 'libical'
|
||||
'dillo' 'python' 'gumbo-parser'
|
||||
|
@ -37,13 +37,13 @@ optdepends=('python: needed for some tools'
|
|||
'dillo: for html viewer plugin'
|
||||
'gumbo-parser: for litehtml plugin')
|
||||
provides=('claws')
|
||||
source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
|
||||
source=(https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
|
||||
sha256sums=('590ed1131e51b3a627e75c3b256068f5176a498628e1c8f3315b9bc09482ae02'
|
||||
'SKIP')
|
||||
validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul <paul@claws-mail.org>
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
cd "${pkgname}"-${pkgver}
|
||||
./configure --prefix=/usr --disable-static \
|
||||
--enable-enchant \
|
||||
--enable-gnutls \
|
||||
|
@ -57,13 +57,13 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
make DESTDIR=${pkgdir} install
|
||||
cd "${pkgname}"-${pkgver}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
# install extra tools
|
||||
cd tools
|
||||
install -m755 -d ${pkgdir}/usr/lib/claws-mail/tools
|
||||
install -m755 -d "${pkgdir}"/usr/lib/claws-mail/tools
|
||||
for files in *.pl *.py *.sh kdeservicemenu multiwebsearch.conf tb2claws-mail update-po uudec uuooffice README; do
|
||||
cp -arv $files ${pkgdir}/usr/lib/claws-mail/tools/${i}
|
||||
cp -arv $files "${pkgdir}"/usr/lib/claws-mail/tools/${i}
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue