mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/mercurial: remove -lang subpkg
This commit is contained in:
parent
c02da36790
commit
4ba4e26d57
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=mercurial
|
||||
pkgver=3.9
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A scalable distributed SCM tool"
|
||||
url="https://www.mercurial-scm.org/"
|
||||
arch="all"
|
||||
@ -11,7 +11,6 @@ depends=""
|
||||
makedepends="python-dev"
|
||||
subpackages="
|
||||
$pkgname-doc
|
||||
$pkgname-lang
|
||||
$pkgname-vim:vim
|
||||
$pkgname-zsh-completion:zshcomp
|
||||
$pkgname-bash-completion:bashcomp"
|
||||
@ -34,16 +33,6 @@ package() {
|
||||
done
|
||||
}
|
||||
|
||||
lang() {
|
||||
pkgdesc="Languages for package $pkgname"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel lang"
|
||||
arch="noarch"
|
||||
|
||||
mkdir -p "$subpkgdir"/usr/lib/python2.7/site-packages/$pkgname
|
||||
mv "$pkgdir"/usr/lib/python2.7/site-packages/$pkgname/locale/ \
|
||||
"$subpkgdir"/usr/lib/python2.7/site-packages/$pkgname/
|
||||
}
|
||||
|
||||
vim() {
|
||||
depends=""
|
||||
pkgdesc="Vim syntax for $pkgname"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user