community/seamonkey to 2.40-5

This commit is contained in:
Kevin Mihelich 2016-08-07 16:56:08 +00:00
parent 4490922262
commit 04d1096694
2 changed files with 1 additions and 14 deletions

View file

@ -6,7 +6,7 @@
pkgname=seamonkey
pkgver=2.40
pkgrel=4
pkgrel=5
pkgdesc="SeaMonkey internet suite"
arch=('i686' 'x86_64')
license=('MPL')
@ -16,7 +16,6 @@ optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
'gst-plugins-bad: aac, vp8 and opus decoding'
'gst-plugins-good: webm and mp4 demuxing'
'gst-plugins-ugly: h.264 decoding')
install=$pkgname.install
url="http://www.seamonkey-project.org/"
source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
mozconfig

View file

@ -1,12 +0,0 @@
post_install() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}