mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/claws-mail to 3.13.2-4
This commit is contained in:
parent
ebbc3b69b7
commit
a623e98bb2
2 changed files with 1 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=claws-mail
|
||||
pkgver=3.13.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A GTK+ based e-mail client."
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL3')
|
||||
|
@ -38,7 +38,6 @@ optdepends=('python2: needed for some tools and python plugin'
|
|||
replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
|
||||
conflicts=('claws-mail-extra-plugins')
|
||||
provides=('claws')
|
||||
install=claws-mail.install
|
||||
source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
|
||||
sha256sums=('6a731052814b3284abeca1662d47817a86e018bc7123ab428f015f0cfab40ad1'
|
||||
'SKIP')
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
post_install() {
|
||||
echo "install \"html2ps\" from AUR to add support for printing html mails with fancy plugin"
|
||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
Loading…
Reference in a new issue