mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
thunderbird-i18n: unbreak; make pkgs arch dependant.
This commit is contained in:
parent
3f4680c3c4
commit
7c2d0594c2
1 changed files with 1 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
pkgname=thunderbird-i18n
|
pkgname=thunderbird-i18n
|
||||||
version=38.5.1
|
version=38.5.1
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=meta
|
||||||
homepage="http://www.mozilla.org/thunderbird/"
|
homepage="http://www.mozilla.org/thunderbird/"
|
||||||
short_desc="Thunderbird language packs"
|
short_desc="Thunderbird language packs"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MPL-2.1"
|
license="MPL-2.1"
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
|
@ -97,7 +97,6 @@ _pkgtmpl() {
|
||||||
_lang="$1"
|
_lang="$1"
|
||||||
depends="thunderbird>=${version}"
|
depends="thunderbird>=${version}"
|
||||||
short_desc="Thunderbird $2 language pack"
|
short_desc="Thunderbird $2 language pack"
|
||||||
noarch=yes
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vinstall ${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/${_lang}.xpi 644 \
|
vinstall ${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/${_lang}.xpi 644 \
|
||||||
usr/lib/thunderbird/extensions langpack-${_lang}@thunderbird.mozilla.org.xpi
|
usr/lib/thunderbird/extensions langpack-${_lang}@thunderbird.mozilla.org.xpi
|
||||||
|
|
Loading…
Add table
Reference in a new issue