mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/seamonkey to 2.40-5
This commit is contained in:
parent
4490922262
commit
04d1096694
2 changed files with 1 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue