extra/claws-mail to 3.15.0-3

This commit is contained in:
Kevin Mihelich 2017-08-17 12:18:51 +00:00
parent 4cbb174425
commit 172b2e7147

View file

@ -6,7 +6,7 @@
pkgname=claws-mail
pkgver=3.15.0
pkgrel=2
pkgrel=3
pkgdesc="A GTK+ based e-mail client."
arch=('i686' 'x86_64')
license=('GPL3')
@ -48,7 +48,6 @@ validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul <paul@claws-mai
prepare() {
cd ${pkgname}-${pkgver}
# upstream reintroduction of dillo plugin - after fancy plugin dropped
#return 1
patch -Np1 -i ../dillo-plugin.diff
autoreconf -vfi
}
@ -76,12 +75,10 @@ package() {
cd ${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
# build and install extra tools
# install extra tools
cd tools
make
# all executables and .conf files ; only top directory
find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; do
install -D -m755 ${i} \
${pkgdir}/usr/lib/claws-mail/tools/${i}
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}
done
}