Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
claws-mail
Commits:
134ff5e3 by Andreas Radke at 2026-02-14T15:32:09+01:00
upgpkg: 4.3.1-5; support libayatana-appindicator for notification plugin
in wayland - solves #2; cover more transient dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = claws-mail
pkgdesc = A GTK+ based e-mail client
pkgver = 4.3.1
- pkgrel = 4
+ pkgrel = 5
url = https://www.claws-mail.org
install = claws-mail.install
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = claws-mail
makedepends = python
makedepends = gumbo-parser
makedepends = webkit2gtk-4.1
+ makedepends = libayatana-appindicator
makedepends = docbook-utils
makedepends = texlive-formatsextra
depends = gtk3
@@ -30,6 +31,17 @@ pkgbase = claws-mail
depends = compface
depends = libsm
depends = dbus-glib
+ depends = librsvg
+ depends = libldap
+ depends = glib2
+ depends = pango
+ depends = libice
+ depends = gdk-pixbuf2
+ depends = cairo
+ depends = nettle
+ depends = glibc
+ depends = hicolor-icon-theme
+ depends = sh
optdepends = python: needed for some tools
optdepends = perl: needed for some tools and perl plugin
optdepends = spamassassin: adds support for spamfiltering
@@ -37,6 +49,7 @@ pkgbase = claws-mail
optdepends = libnotify: for notification plugin
optdepends = libcanberra: for notification plugin
optdepends = dbus: for notification plugin
+ optdepends = libayatana-appindicator: for notification plugin
optdepends = libxml2: for rssyl plugins
optdepends = curl: for vcalendar, rssyl and spamreport plugins
optdepends = libarchive: for archive plugin and various other plugins
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,20 @@
pkgname=claws-mail
pkgver=4.3.1
-pkgrel=4
+pkgrel=5
pkgdesc="A GTK+ based e-mail client"
arch=('x86_64')
license=('GPL-3.0-or-later')
url="https://www.claws-mail.org"
depends=('gtk3' 'gnutls' 'startup-notification' 'enchant' 'gpgme'
- 'libetpan' 'compface' 'libsm' 'dbus-glib')
+ 'libetpan' 'compface' 'libsm' 'dbus-glib' 'librsvg'
+ 'libldap' 'glib2' 'pango' 'libice' 'gdk-pixbuf2' 'cairo'
+ 'nettle' 'glibc' 'hicolor-icon-theme' 'sh')
makedepends=('spamassassin' 'bogofilter' 'networkmanager' 'valgrind'
# dependencies for plugins
'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 'libical'
'dillo' 'python' 'gumbo-parser' 'webkit2gtk-4.1'
+ 'libayatana-appindicator'
# deps to build the docs
'docbook-utils' 'texlive-formatsextra')
optdepends=('python: needed for some tools'
@@ -22,6 +25,7 @@ optdepends=('python: needed for some tools'
'libnotify: for notification plugin'
'libcanberra: for notification plugin'
'dbus: for notification plugin'
+ 'libayatana-appindicator: for notification plugin'
'libxml2: for rssyl plugins'
'curl: for vcalendar, rssyl and spamreport plugins'
'libarchive: for archive plugin and various other plugins'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/claws-mail/-/commit/134ff5e391f734aa36012c0bb7994fc311a99682
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/claws-mail/-/commit/134ff5e391f734aa36012c0bb7994fc311a99682
You're receiving this email because of your account on gitlab.archlinux.org.