firefox-i18n-*: conflicts with firefox-esr-i18n-*
This commit is contained in:
parent
0fec68021d
commit
17b6baa6aa
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'firefox-i18n'
|
||||
pkgname=firefox-i18n
|
||||
version=57.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meta
|
||||
homepage="https://www.mozilla.org/firefox/"
|
||||
short_desc="Firefox language packs"
|
||||
|
@ -128,6 +128,7 @@ done
|
|||
_pkgtmpl() {
|
||||
_lang="$1"
|
||||
depends="firefox>=${version}"
|
||||
conflicts="firefox-esr-i18n-${_lang}>=0"
|
||||
short_desc="Firefox $2 language pack"
|
||||
pkg_install() {
|
||||
vinstall ${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/${_lang}.xpi 644 \
|
||||
|
|
Loading…
Reference in New Issue