mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/claws-mail: drop python2 plugin
This commit is contained in:
parent
5d42084459
commit
e376ea2654
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=claws-mail
|
||||
pkgver=3.17.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A GTK+ based e-mail client."
|
||||
url="https://www.claws-mail.org"
|
||||
arch="all"
|
||||
@ -21,7 +21,6 @@ subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang
|
||||
$pkgname-plugins-pdf-viewer:_pdf
|
||||
$pkgname-plugins-perl:_perl
|
||||
$pkgname-plugins-pgp:_pgp
|
||||
$pkgname-plugins-python:_python
|
||||
$pkgname-plugins-rssyl:_rssyl
|
||||
$pkgname-plugins-smime:_smime
|
||||
$pkgname-plugins-spamassassin:_spamassassin
|
||||
@ -33,8 +32,8 @@ subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang
|
||||
makedepends="gtk+-dev startup-notification-dev enchant-dev
|
||||
libgcrypt-dev libsm-dev gnutls-dev curl-dev dbus-glib-dev
|
||||
libetpan-dev openldap-dev gpgme-dev libsoup-dev perl-dev
|
||||
poppler-dev python2-dev py-gtk-dev libarchive-dev libnotify-dev
|
||||
pinentry-gtk spamassassin libical-dev ytnef-dev bogofilter
|
||||
poppler-dev libarchive-dev libnotify-dev pinentry-gtk
|
||||
spamassassin libical-dev ytnef-dev bogofilter
|
||||
"
|
||||
depends="aspell-en"
|
||||
source="https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.gz"
|
||||
@ -69,7 +68,7 @@ build() {
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
find tools -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 -D -m755 $i "$pkgdir"/usr/lib/claws-mail/tools/$i
|
||||
done
|
||||
}
|
||||
|
||||
@ -141,10 +140,6 @@ _pgp() {
|
||||
"pinentry-gtk" pgp
|
||||
}
|
||||
|
||||
_python() {
|
||||
_plugin "Python plugin for Claws Mail" "" python
|
||||
}
|
||||
|
||||
_rssyl() {
|
||||
_plugin "RSS plugin for Claws Mail" "" rssyl
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user